aboutsummaryrefslogtreecommitdiff
path: root/databases/py-redis2
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-23 14:20:50 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-23 14:31:08 +0000
commit1cb776ad003b4cd1be16e6c1ff2d02ac2ac7ae73 (patch)
treec181a388283ddecaccb22cc043f596240e4af49b /databases/py-redis2
parent50f13af7156c29d59e4ab3bedba868a2413d808b (diff)
downloadports-1cb776ad003b4cd1be16e6c1ff2d02ac2ac7ae73.tar.gz
ports-1cb776ad003b4cd1be16e6c1ff2d02ac2ac7ae73.zip
databases/py-redis2: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
Diffstat (limited to 'databases/py-redis2')
-rw-r--r--databases/py-redis2/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/py-redis2/Makefile b/databases/py-redis2/Makefile
index 08bffe6c9919..3dd33db0f6fd 100644
--- a/databases/py-redis2/Makefile
+++ b/databases/py-redis2/Makefile
@@ -1,6 +1,6 @@
PORTNAME= redis
PORTVERSION= 2.10.6
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= databases python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,12 +13,14 @@ WWW= https://github.com/redis/redis-py
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest>=2.5.0,1:devel/py-pytest@${PY_FLAVOR} \
redis-server:databases/redis
USES= python
-USE_PYTHON= distutils autoplist concurrent
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes