diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-02-08 16:59:20 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-02-08 16:59:20 +0000 |
commit | e20157b4e6286fbb8facd7b0dbdf7df242ba3896 (patch) | |
tree | 634db667743f22964bebcd2638990844f7851410 | |
parent | 5309b5fc9ac0678c53cf0360eb81182b678fae90 (diff) |
devel/py-pbr: Update to 6.1.1
-rw-r--r-- | devel/py-pbr/Makefile | 4 | ||||
-rw-r--r-- | devel/py-pbr/distinfo | 6 | ||||
-rw-r--r-- | devel/py-pbr/files/patch-pyproject.toml | 11 |
3 files changed, 16 insertions, 5 deletions
diff --git a/devel/py-pbr/Makefile b/devel/py-pbr/Makefile index 0dd393f3465e..ec3938eb3e32 100644 --- a/devel/py-pbr/Makefile +++ b/devel/py-pbr/Makefile @@ -1,5 +1,5 @@ PORTNAME= pbr -PORTVERSION= 6.1.0 +PORTVERSION= 6.1.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,7 @@ WWW= https://github.com/openstack-dev/pbr LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= python diff --git a/devel/py-pbr/distinfo b/devel/py-pbr/distinfo index 0d695f77fc66..09babf8e3899 100644 --- a/devel/py-pbr/distinfo +++ b/devel/py-pbr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1725559791 -SHA256 (pbr-6.1.0.tar.gz) = 788183e382e3d1d7707db08978239965e8b9e4e5ed42669bf4758186734d5f24 -SIZE (pbr-6.1.0.tar.gz) = 124032 +TIMESTAMP = 1738982840 +SHA256 (pbr-6.1.1.tar.gz) = 93ea72ce6989eb2eed99d0f75721474f69ad88128afdef5ac377eb797c4bf76b +SIZE (pbr-6.1.1.tar.gz) = 125702 diff --git a/devel/py-pbr/files/patch-pyproject.toml b/devel/py-pbr/files/patch-pyproject.toml new file mode 100644 index 000000000000..14f4e7429fea --- /dev/null +++ b/devel/py-pbr/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2025-02-04 14:24:43 UTC ++++ pyproject.toml +@@ -1,7 +1,7 @@ requires = [ + [build-system] + requires = [ + # Includes pep660 support in setuptools +- "setuptools>=64.0.0;python_version>='3.7'", ++ "setuptools>=61.0.0;python_version>='3.7'", + # Fallback to whatever we can get otherwise. + # Note this is not something projects should typically + # need. PBR attempts to support a wide range of python |