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 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