Date: Wed, 18 Sep 2024 06:19:37 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: 66a9e80d4804 - main - devel/py-twine: Allow build with py-pkginfo 1.11+ Message-ID: <202409180619.48I6Jbhp033869@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=66a9e80d4804df91e1b228cff0e4367d7bae1d6a commit 66a9e80d4804df91e1b228cff0e4367d7bae1d6a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-18 05:56:38 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-18 06:13:17 +0000 devel/py-twine: Allow build with py-pkginfo 1.11+ - Bump PORTREVISION for package change --- devel/py-twine/Makefile | 3 ++- devel/py-twine/files/patch-pyproject.toml | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/devel/py-twine/Makefile b/devel/py-twine/Makefile index 73036dca6b7a..b17bbc9d31cb 100644 --- a/devel/py-twine/Makefile +++ b/devel/py-twine/Makefile @@ -1,5 +1,6 @@ PORTNAME= twine PORTVERSION= 5.1.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +17,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.2:devel/py-setuptools@${PY_ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=3.6:devel/py-importlib-metadata@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}keyring>=15.1,1:security/py-keyring@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pkginfo>=1.8.1<1.11:sysutils/py-pkginfo@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pkginfo>=1.8.1:sysutils/py-pkginfo@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}readme-renderer>=35.0:devel/py-readme-renderer@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.20:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=0.8.0:www/py-requests-toolbelt@${PY_FLAVOR} \ diff --git a/devel/py-twine/files/patch-pyproject.toml b/devel/py-twine/files/patch-pyproject.toml new file mode 100644 index 000000000000..6f4afbfab991 --- /dev/null +++ b/devel/py-twine/files/patch-pyproject.toml @@ -0,0 +1,12 @@ +--- pyproject.toml.orig 2024-06-26 14:57:38 UTC ++++ pyproject.toml +@@ -39,9 +39,6 @@ dependencies = [ + "keyring >= 15.1", + "rfc3986 >= 1.4.0", + "rich >= 12.0.0", +- +- # workaround for #1116 +- "pkginfo < 1.11", + ] + dynamic = ["version"] +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409180619.48I6Jbhp033869>