aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-08 20:13:28 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-08 20:16:48 +0000
commit0f45384d594ee70487d3d7c59ca03fe1729a5f42 (patch)
treeea9cd558277930a80bb05c2cf152ed68c1b703ce
parente02e40b17adea165caebeff7c51f456bf9c0a98e (diff)
downloadports-0f45384d594ee70487d3d7c59ca03fe1729a5f42.tar.gz
ports-0f45384d594ee70487d3d7c59ca03fe1729a5f42.zip
devel/py-eventlib: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--devel/py-eventlib/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/py-eventlib/Makefile b/devel/py-eventlib/Makefile
index fb70389d9fb4..62de2fcd87f0 100644
--- a/devel/py-eventlib/Makefile
+++ b/devel/py-eventlib/Makefile
@@ -1,6 +1,6 @@
PORTNAME= eventlib
PORTVERSION= 0.1.5
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,6 +12,8 @@ WWW= https://github.com/Yipit/eventlib
LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/COPYING
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}celery>=3.0.0:devel/py-celery@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}django32>=0:www/py-django32@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ejson>=0:devel/py-ejson@${PY_FLAVOR} \
@@ -19,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}celery>=3.0.0:devel/py-celery@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}redis2>=2.7.1:databases/py-redis2@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes