- 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
This commit is contained in:
Sunpoet Po-Chuan Hsieh
2015-12-30 12:13:50 +00:00
parent 94c3effee4
commit 222ee7ce98
3 changed files with 10 additions and 9 deletions

View File

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

View File

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

View File

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