diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-12-30 20:13:50 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-12-30 20:13:50 +0800 |
commit | e690a7657ce597cc49da0e10bdd1a6f726e28549 (patch) | |
tree | a815b70d83dde00ec052d0caeb274db134800cd8 /databases | |
parent | e87231ba3f79ee5676f82662e7294274c61625e3 (diff) | |
download | freebsd-ports-gnome-e690a7657ce597cc49da0e10bdd1a6f726e28549.tar.gz freebsd-ports-gnome-e690a7657ce597cc49da0e10bdd1a6f726e28549.tar.zst freebsd-ports-gnome-e690a7657ce597cc49da0e10bdd1a6f726e28549.zip |
- Update to 1.57
- Change MASTER_SITES to CHEESESHOP
- Add NO_ARCH
- Allow concurrent installation (USE_PYTHON=concurrent)
- Relax USES=python
- Add PyPI as primary WWW
- Update WWW
Changes: https://github.com/linsomniac/python-memcached/blob/master/ChangeLog
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-python-memcached/Makefile | 11 | ||||
-rw-r--r-- | databases/py-python-memcached/distinfo | 4 | ||||
-rw-r--r-- | databases/py-python-memcached/pkg-descr | 4 |
3 files changed, 10 insertions, 9 deletions
diff --git a/databases/py-python-memcached/Makefile b/databases/py-python-memcached/Makefile index dca07d16d634..3258bf7c1471 100644 --- a/databases/py-python-memcached/Makefile +++ b/databases/py-python-memcached/Makefile @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= python-memcached -PORTVERSION= 1.54 +PORTVERSION= 1.57 CATEGORIES= databases python -MASTER_SITES= http://ftp.tummy.com/pub/python-memcached/ \ - http://ftp.tummy.com/pub/python-memcached/old-releases/ \ - LOCAL/sunpoet +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org @@ -14,7 +12,8 @@ COMMENT= Python API for memcached, a distributed memory cache daemon LICENSE= PSFL -USE_PYTHON= autoplist distutils -USES= python:2 +NO_ARCH= yes +USE_PYTHON= autoplist concurrent distutils +USES= python .include <bsd.port.mk> diff --git a/databases/py-python-memcached/distinfo b/databases/py-python-memcached/distinfo index 2910759fa911..81e7f1cc354a 100644 --- a/databases/py-python-memcached/distinfo +++ b/databases/py-python-memcached/distinfo @@ -1,2 +1,2 @@ -SHA256 (python-memcached-1.54.tar.gz) = df21d1431424c512901ecc3cd244039833aebc4bc7d345af403d4abdace20081 -SIZE (python-memcached-1.54.tar.gz) = 36662 +SHA256 (python-memcached-1.57.tar.gz) = 3b689a135afb2fdb6da2298d5213780f43a3f210cf8c960d50b252acb3f62902 +SIZE (python-memcached-1.57.tar.gz) = 22620 diff --git a/databases/py-python-memcached/pkg-descr b/databases/py-python-memcached/pkg-descr index b1e3e0115cd0..3804812b2422 100644 --- a/databases/py-python-memcached/pkg-descr +++ b/databases/py-python-memcached/pkg-descr @@ -5,4 +5,6 @@ value automatically going in and out of the memcached. The Python API, while tested, has not experienced real-world production use. -WWW: http://www.tummy.com/Community/software/python-memcached/ +WWW: https://pypi.python.org/pypi/python-memcached +WWW: http://www.tummy.com/software/python-memcached/ +WWW: https://github.com/linsomniac/python-memcached |