diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-21 17:17:38 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-21 18:11:54 +0000 |
commit | b14cd1a1394bc9b5dbf3386b0947319dba4b1989 (patch) | |
tree | f95bc6e3bdbe4f16bd6b4b9e2a565b4d9c3ddc3b | |
parent | 4fcf8ca1f3cab41c689bcaa01775d26e89fabae3 (diff) |
devel/py-pep517: Update to 0.11.0
-rw-r--r-- | devel/py-pep517/Makefile | 4 | ||||
-rw-r--r-- | 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 |