aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-11-21 18:24:46 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-11-21 18:24:46 +0000
commit9698ad19e0c450f2c05184e308e0aee262c4a827 (patch)
treeab84864d8aa5abb9da9d7f458b3aa62b7e0ec4c7
parentc3e0f7ee44f904700b28e01ca4c871cdc1281b3c (diff)
downloadports-9698ad19e0c450f2c05184e308e0aee262c4a827.tar.gz
ports-9698ad19e0c450f2c05184e308e0aee262c4a827.zip
devel/py-importlib-resources: Minor fixes
- Remove unneeded BUILD_DEPENDS - Fix USES=python - Add NO_ARCH - Update WWW Approved by: portmgr (blanket)
-rw-r--r--devel/py-importlib-resources/Makefile7
-rw-r--r--devel/py-importlib-resources/pkg-descr2
2 files changed, 4 insertions, 5 deletions
diff --git a/devel/py-importlib-resources/Makefile b/devel/py-importlib-resources/Makefile
index 526b6df0c1e3..9c09ab6b72a6 100644
--- a/devel/py-importlib-resources/Makefile
+++ b/devel/py-importlib-resources/Makefile
@@ -11,12 +11,11 @@ COMMENT= Read resources from Python packages
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
-
-USES= python:3.5+
+USES= python:3.6+
USE_PYTHON= autoplist distutils
+NO_ARCH= yes
+
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 31000
diff --git a/devel/py-importlib-resources/pkg-descr b/devel/py-importlib-resources/pkg-descr
index e45fda272695..6d93a965db9a 100644
--- a/devel/py-importlib-resources/pkg-descr
+++ b/devel/py-importlib-resources/pkg-descr
@@ -1,3 +1,3 @@
Read resources from Python packages
-WWW: https://gitlab.com/python-devs/importlib_resources
+WWW: https://github.com/python/importlib_resources