summaryrefslogtreecommitdiff
path: root/devel/py-makefun/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-makefun/Makefile')
-rw-r--r--devel/py-makefun/Makefile21
1 files changed, 7 insertions, 14 deletions
diff --git a/devel/py-makefun/Makefile b/devel/py-makefun/Makefile
index 58439a6b35e0..edf4b671ca33 100644
--- a/devel/py-makefun/Makefile
+++ b/devel/py-makefun/Makefile
@@ -1,30 +1,23 @@
PORTNAME= makefun
-DISTVERSION= 1.15.4
-PORTREVISION= 1
+PORTVERSION= 1.16.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= meka@tilda.center
-COMMENT= Dynamically create python functions with a proper signature
-WWW= https://github.com/smarie/python-makefun
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Small library to dynamically create python functions
+WWW= https://smarie.github.io/python-makefun/ \
+ https://github.com/smarie/python-makefun
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-DEPRECATED= Depends on expired devel/py-pytest-runner
-EXPIRATION_DATE=2025-03-31
-
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>=0:devel/py-pip@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} \
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=39.2<72:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}funcsigs>=0:devel/py-funcsigs@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent distutils pytest
-
-TEST_ENV= PYTHONPATH=${WRKSRC}/src
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes