diff options
-rw-r--r-- | devel/py-pytz/Makefile | 15 | ||||
-rw-r--r-- | devel/py-pytz/distinfo | 4 |
2 files changed, 8 insertions, 11 deletions
diff --git a/devel/py-pytz/Makefile b/devel/py-pytz/Makefile index 9aa1d9623278..f5b09d5c2593 100644 --- a/devel/py-pytz/Makefile +++ b/devel/py-pytz/Makefile @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= pytz -PORTVERSION= 2013d +PORTVERSION= 2013.8 +PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,18 +11,14 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lwhsu@FreeBSD.org COMMENT= World Timezone Definitions for Python +LICENSE= MIT + USE_BZIP2= yes USE_PYTHON= yes USE_PYDISTUTILS= easy_install - -NO_STAGE= yes -.include <bsd.port.pre.mk> +PYTHON_PY3K_PLIST_HACK= yes post-patch: @${REINPLACE_CMD} -e 's|=True|=False|' ${WRKSRC}/setup.py -.if ${PYTHON_REL} >= 320 -.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/py-pytz/distinfo b/devel/py-pytz/distinfo index dc60d3c5a09a..0a286a9acbeb 100644 --- a/devel/py-pytz/distinfo +++ b/devel/py-pytz/distinfo @@ -1,2 +1,2 @@ -SHA256 (pytz-2013d.tar.bz2) = 2407e5b3d69c87915e7b3d86746ca3909153ddee82899b8f5cb70a4fd31b715e -SIZE (pytz-2013d.tar.bz2) = 204865 +SHA256 (pytz-2013.8.tar.bz2) = 8629d089bf20da674c77be3560fae997bfc66027a20236f0011526510dcc1a6e +SIZE (pytz-2013.8.tar.bz2) = 177290 |