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 @@ -1,26 +1,25 @@ PORTNAME= importlib-resources PORTVERSION= 5.4.0 CATEGORIES= devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= importlib_resources-${PORTVERSION} MAINTAINER= swills@FreeBSD.org 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 .if ${PYTHON_REL} < 31000 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zipp>=3.1.0:devel/py-zipp@${PY_FLAVOR} .endif .include 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