Files

28 lines
882 B
Makefile
Raw Permalink Normal View History

2020-08-30 07:12:37 +00:00
PORTNAME= python-binary-memcached
PORTVERSION= 0.31.2
PORTREVISION= 1
2020-08-30 07:12:37 +00:00
CATEGORIES= databases python
MASTER_SITES= PYPI
2020-08-30 07:12:37 +00:00
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Pure python module to access memcached via its binary protocol
2022-09-07 23:06:12 +02:00
WWW= https://github.com/jaysonsantos/python-binary-memcached
2020-08-30 07:12:37 +00:00
LICENSE= MIT
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
2020-08-30 07:12:37 +00:00
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}
2020-08-30 07:12:37 +00:00
USES= python
USE_PYTHON= autoplist concurrent pep517 pytest
2020-08-30 07:12:37 +00:00
NO_ARCH= yes
TEST_ENV= MEMCACHED_HOST=localhost
2020-08-30 07:12:37 +00:00
.include <bsd.port.mk>