git: d39f84e8e399 - main - devel/py-importlib-resources: Partially revert BUILD_DEPENDS change in 9698ad19e0c450f2c05184e308e0aee262c4a827
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Jan 2022 19:06:16 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d39f84e8e399636a94ffe898949b142bf373de42
commit d39f84e8e399636a94ffe898949b142bf373de42
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-01-11 17:49:07 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-01-11 18:47:52 +0000
devel/py-importlib-resources: Partially revert BUILD_DEPENDS change in 9698ad19e0c450f2c05184e308e0aee262c4a827
- Bump PORTREVISION for package change
PR: 260670
Reported by: <hartzell@alerce.com>
---
devel/py-importlib-resources/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/devel/py-importlib-resources/Makefile b/devel/py-importlib-resources/Makefile
index 9c09ab6b72a6..042cb10214e9 100644
--- a/devel/py-importlib-resources/Makefile
+++ b/devel/py-importlib-resources/Makefile
@@ -1,5 +1,6 @@
PORTNAME= importlib-resources
PORTVERSION= 5.4.0
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,6 +12,8 @@ COMMENT= Read resources from Python packages
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4.1:devel/py-setuptools_scm@${PY_FLAVOR}
+
USES= python:3.6+
USE_PYTHON= autoplist distutils