git: b428002358f8 - main - devel/py-pep621: Update to 0.4.0.post2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Jul 2022 21:53:32 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b428002358f848c32ccf16a2c2de222ca956689f commit b428002358f848c32ccf16a2c2de222ca956689f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-07-11 21:47:03 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-07-11 21:47:03 +0000 devel/py-pep621: Update to 0.4.0.post2 - Update WWW Changes: https://github.com/FFY00/python-pyproject-metadata/blob/main/CHANGELOG.rst --- devel/py-pep621/Makefile | 2 ++ devel/py-pep621/distinfo | 6 +++--- devel/py-pep621/pkg-descr | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/devel/py-pep621/Makefile b/devel/py-pep621/Makefile index eb0b9f058a4f..eb35a962de17 100644 --- a/devel/py-pep621/Makefile +++ b/devel/py-pep621/Makefile @@ -2,6 +2,8 @@ PORTNAME= pep621 PORTVERSION= 0.4.0 +DISTVERSIONSUFFIX= .post2 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pep621/distinfo b/devel/py-pep621/distinfo index cce4e26c18aa..55d58360094f 100644 --- a/devel/py-pep621/distinfo +++ b/devel/py-pep621/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1642102111 -SHA256 (pep621-0.4.0.tar.gz) = 024271b42c3ce72fd4c57792da428c4a6c29fadee58c3580096e2a1a86131434 -SIZE (pep621-0.4.0.tar.gz) = 6400 +TIMESTAMP = 1657555641 +SHA256 (pep621-0.4.0.post2.tar.gz) = 24119f0f41faace77e36daae01ec70ab90596d78b6f2bc465ef8739dc63439f7 +SIZE (pep621-0.4.0.post2.tar.gz) = 6933 diff --git a/devel/py-pep621/pkg-descr b/devel/py-pep621/pkg-descr index 18a0d857630d..bbcf7a66fd9f 100644 --- a/devel/py-pep621/pkg-descr +++ b/devel/py-pep621/pkg-descr @@ -8,4 +8,4 @@ Instead, given a Python data structure representing PEP 621 metadata (already parsed), it will validate this input and generate a PEP 643-compliant metadata file (e.g. PKG-INFO). -WWW: https://github.com/FFY00/python-pep621 +WWW: https://github.com/FFY00/python-pyproject-metadata