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 @@ -1,20 +1,21 @@ # Created by: Michael Johnson PORTNAME= python-memcached PORTVERSION= 1.59 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python API for memcached, a distributed memory cache daemon 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 @@ -1,10 +1,8 @@ The API takes advantage of the server's opaque flag support and sets its "complex" flag whenever the object being stored or retrieved isn't a plain scalar. In that case, the Storable module is used to freeze and thaw the 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