diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-03-23 22:20:47 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-03-23 22:31:07 +0800 |
commit | 5b4d686e18989fab52b1d66a9572a60bb818be9c (patch) | |
tree | 43b003a4fe2cc202a4c852a08382fbdd74c920e8 /databases/py-python-binary-memcached/Makefile | |
parent | databases/py-pycql: Convert to USE_PYTHON=pep517 (diff) |
databases/py-python-binary-memcached: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
Diffstat (limited to 'databases/py-python-binary-memcached/Makefile')
-rw-r--r-- | databases/py-python-binary-memcached/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/py-python-binary-memcached/Makefile b/databases/py-python-binary-memcached/Makefile index 0d619c0d4111..7bcd5856491d 100644 --- a/databases/py-python-binary-memcached/Makefile +++ b/databases/py-python-binary-memcached/Makefile @@ -1,5 +1,6 @@ PORTNAME= python-binary-memcached PORTVERSION= 0.31.2 +PORTREVISION= 1 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,13 +11,15 @@ WWW= https://github.com/jaysonsantos/python-binary-memcached LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}uhashring>=0:security/py-uhashring@${PY_FLAVOR} TEST_DEPENDS= memcached:databases/memcached \ ${PYTHON_PKGNAMEPREFIX}trustme>=0:security/py-trustme@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils pytest +USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes TEST_ENV= MEMCACHED_HOST=localhost |