2020-08-30 07:12:37 +00:00
|
|
|
PORTNAME= python-binary-memcached
|
2023-01-30 20:30:46 +08:00
|
|
|
PORTVERSION= 0.31.2
|
2024-03-23 22:20:47 +08:00
|
|
|
PORTREVISION= 1
|
2020-08-30 07:12:37 +00:00
|
|
|
CATEGORIES= databases python
|
2023-01-11 18:47:15 +03:00
|
|
|
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
|
|
|
|
|
|
2024-03-23 22:20:47 +08:00
|
|
|
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}
|
2022-06-04 00:57:15 +08:00
|
|
|
TEST_DEPENDS= memcached:databases/memcached \
|
2022-04-16 11:57:06 +08:00
|
|
|
${PYTHON_PKGNAMEPREFIX}trustme>=0:security/py-trustme@${PY_FLAVOR}
|
2020-08-30 07:12:37 +00:00
|
|
|
|
2023-06-15 00:00:28 +02:00
|
|
|
USES= python
|
2024-03-23 22:20:47 +08:00
|
|
|
USE_PYTHON= autoplist concurrent pep517 pytest
|
2020-08-30 07:12:37 +00:00
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
2022-06-04 00:57:15 +08:00
|
|
|
TEST_ENV= MEMCACHED_HOST=localhost
|
2020-08-30 07:12:37 +00:00
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|