summaryrefslogtreecommitdiff
path: root/devel/py-pdm-backend/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-pdm-backend/Makefile')
-rw-r--r--devel/py-pdm-backend/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/devel/py-pdm-backend/Makefile b/devel/py-pdm-backend/Makefile
index 4416c673a9f9..a25af83b2f92 100644
--- a/devel/py-pdm-backend/Makefile
+++ b/devel/py-pdm-backend/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pdm-backend
-PORTVERSION= 2.4.5
+PORTVERSION= 2.4.6
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,14 +16,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist concurrent pep517
-MAKE_ENV= PYTHONPATH=${WRKSRC}/src
NO_ARCH= yes
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 31000
-BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=3.6:devel/py-importlib-metadata@${PY_FLAVOR}
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=3.6:devel/py-importlib-metadata@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>