Date: Wed, 21 Jul 2021 18:13:33 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b14cd1a1394b - main - devel/py-pep517: Update to 0.11.0 Message-ID: <202107211813.16LIDXxg043187@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b14cd1a1394bc9b5dbf3386b0947319dba4b1989 commit b14cd1a1394bc9b5dbf3386b0947319dba4b1989 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-07-21 17:17:38 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-07-21 18:11:54 +0000 devel/py-pep517: Update to 0.11.0 Changes: https://github.com/pypa/pep517/blob/master/doc/changelog.rst --- devel/py-pep517/Makefile | 4 ++-- devel/py-pep517/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/py-pep517/Makefile b/devel/py-pep517/Makefile index 6a1518b917f4..713c514d8131 100644 --- a/devel/py-pep517/Makefile +++ b/devel/py-pep517/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= pep517 -PORTVERSION= 0.10.0 +PORTVERSION= 0.11.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ COMMENT= Wrappers to build Python packages using PEP 517 hooks LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}toml>=0:textproc/py-toml@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tomli>=0:textproc/py-tomli@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils diff --git a/devel/py-pep517/distinfo b/devel/py-pep517/distinfo index 443c1f56e876..4057c637b79e 100644 --- a/devel/py-pep517/distinfo +++ b/devel/py-pep517/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618320182 -SHA256 (pep517-0.10.0.tar.gz) = ac59f3f6b9726a49e15a649474539442cf76e0697e39df4869d25e68e880931b -SIZE (pep517-0.10.0.tar.gz) = 24099 +TIMESTAMP = 1626714616 +SHA256 (pep517-0.11.0.tar.gz) = e1ba5dffa3a131387979a68ff3e391ac7d645be409216b961bc2efe6468ab0b2 +SIZE (pep517-0.11.0.tar.gz) = 25169
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107211813.16LIDXxg043187>