diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2014-10-01 16:33:59 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2014-10-01 16:33:59 +0800 |
commit | 40bdc84a3f0f32dfc2da1a1406477e2e588fd265 (patch) | |
tree | be3b893ff1555ed98fc8a2cba83085ad955922f9 /devel | |
parent | a97934fba7d7ba23ff7b6d2e900a862c4ab2fdf0 (diff) | |
download | freebsd-ports-gnome-40bdc84a3f0f32dfc2da1a1406477e2e588fd265.tar.gz freebsd-ports-gnome-40bdc84a3f0f32dfc2da1a1406477e2e588fd265.tar.zst freebsd-ports-gnome-40bdc84a3f0f32dfc2da1a1406477e2e588fd265.zip |
- Update to 2014.7
Submitted by: demon
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-pytz/Makefile | 10 | ||||
-rw-r--r-- | devel/py-pytz/distinfo | 4 |
2 files changed, 6 insertions, 8 deletions
diff --git a/devel/py-pytz/Makefile b/devel/py-pytz/Makefile index aa0ae5a75790..c92d033897d4 100644 --- a/devel/py-pytz/Makefile +++ b/devel/py-pytz/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pytz -PORTVERSION= 2014.4 +PORTVERSION= 2014.7 PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP @@ -13,12 +13,10 @@ COMMENT= World Timezone Definitions for Python LICENSE= MIT -USES= tar:bzip2 -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= tar:bzip2 +USE_PYTHON= autoplist concurrent distutils post-patch: - @${REINPLACE_CMD} -e 's|=True|=False|' ${WRKSRC}/setup.py + @${REINPLACE_CMD} -e 's|=True|=False|' ${WRKSRC}/${PYSETUP} .include <bsd.port.mk> diff --git a/devel/py-pytz/distinfo b/devel/py-pytz/distinfo index eedb3a393ca4..05778fcb5437 100644 --- a/devel/py-pytz/distinfo +++ b/devel/py-pytz/distinfo @@ -1,2 +1,2 @@ -SHA256 (pytz-2014.4.tar.bz2) = a339a5ba846985bcf0a87782492458752b5d95b56ba219de4c9404c0ee5beec9 -SIZE (pytz-2014.4.tar.bz2) = 159160 +SHA256 (pytz-2014.7.tar.bz2) = 56dec1e94d2fad13d9009a140b816808086a79ddf7edf9eb4931c84f65abb12a +SIZE (pytz-2014.7.tar.bz2) = 166099 |