ports/databases/py-python-binary-memcached/Makefile
Po-Chuan Hsieh 5b4d686e18
databases/py-python-binary-memcached: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2024-03-23 22:31:07 +08:00

27 lines
882 B
Makefile

PORTNAME= python-binary-memcached
PORTVERSION= 0.31.2
PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Pure python module to access memcached via its binary protocol
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 pep517 pytest
NO_ARCH= yes
TEST_ENV= MEMCACHED_HOST=localhost
.include <bsd.port.mk>