diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-05-12 05:15:42 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-05-12 05:47:05 +0800 |
commit | ac6b500c10d9caec8d17fc624460f55c6783f429 (patch) | |
tree | d923694787378b2d66f0417f07b3c48269b57fe6 /databases/py-python-memcached | |
parent | databases/py-pgspecial: Update to 1.12.1 (diff) |
databases/py-python-memcached: Update WWW
- Cosmetic change
Diffstat (limited to 'databases/py-python-memcached')
-rw-r--r-- | databases/py-python-memcached/Makefile | 5 | ||||
-rw-r--r-- | databases/py-python-memcached/pkg-descr | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/databases/py-python-memcached/Makefile b/databases/py-python-memcached/Makefile index d76c82f02ace..7a5a35e08728 100644 --- a/databases/py-python-memcached/Makefile +++ b/databases/py-python-memcached/Makefile @@ -13,8 +13,9 @@ LICENSE= PSFL RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.4.0:devel/py-six@${PY_FLAVOR} -NO_ARCH= yes -USE_PYTHON= autoplist concurrent distutils USES= python:3.6+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include <bsd.port.mk> diff --git a/databases/py-python-memcached/pkg-descr b/databases/py-python-memcached/pkg-descr index f272286c6c9d..e49d81ef8e84 100644 --- a/databases/py-python-memcached/pkg-descr +++ b/databases/py-python-memcached/pkg-descr @@ -5,6 +5,4 @@ value automatically going in and out of the memcached. The Python API, while tested, has not experienced real-world production use. -WWW: https://pypi.org/project/python-memcached/ -WWW: http://www.tummy.com/software/python-memcached/ WWW: https://github.com/linsomniac/python-memcached |