Update to 2014.9: the usual timezone changes.
This commit is contained in:
parent
27260ac1a5
commit
08187ba5d8
3 changed files with 13 additions and 12 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.30 2014/09/07 20:27:15 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.31 2014/11/09 16:13:15 wiz Exp $
|
||||
|
||||
DISTNAME= pytz-2014.7
|
||||
DISTNAME= pytz-2014.9
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= time python
|
||||
MASTER_SITES= http://pypi.python.org/packages/source/p/pytz/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.15 2014/09/07 20:27:15 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.16 2014/11/09 16:13:15 wiz Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
|
@ -7,21 +7,21 @@ ${PYSITELIB}/${EGG_INFODIR}/zip-safe
|
|||
${PYSITELIB}/pytz/__init__.py
|
||||
${PYSITELIB}/pytz/__init__.pyc
|
||||
${PYSITELIB}/pytz/__init__.pyo
|
||||
${PYSITELIB}/pytz/exceptions.py
|
||||
${PYSITELIB}/pytz/exceptions.pyc
|
||||
${PYSITELIB}/pytz/exceptions.pyo
|
||||
${PYSITELIB}/pytz/lazy.py
|
||||
${PYSITELIB}/pytz/lazy.pyc
|
||||
${PYSITELIB}/pytz/lazy.pyo
|
||||
${PYSITELIB}/pytz/reference.py
|
||||
${PYSITELIB}/pytz/reference.pyc
|
||||
${PYSITELIB}/pytz/reference.pyo
|
||||
${PYSITELIB}/pytz/tzfile.py
|
||||
${PYSITELIB}/pytz/tzfile.pyc
|
||||
${PYSITELIB}/pytz/tzfile.pyo
|
||||
${PYSITELIB}/pytz/tzinfo.py
|
||||
${PYSITELIB}/pytz/tzinfo.pyc
|
||||
${PYSITELIB}/pytz/tzinfo.pyo
|
||||
${PYSITELIB}/pytz/exceptions.py
|
||||
${PYSITELIB}/pytz/lazy.py
|
||||
${PYSITELIB}/pytz/reference.py
|
||||
${PYSITELIB}/pytz/tzfile.py
|
||||
${PYSITELIB}/pytz/tzinfo.py
|
||||
${PYSITELIB}/pytz/zoneinfo/Africa/Abidjan
|
||||
${PYSITELIB}/pytz/zoneinfo/Africa/Accra
|
||||
${PYSITELIB}/pytz/zoneinfo/Africa/Addis_Ababa
|
||||
|
@ -539,6 +539,7 @@ ${PYSITELIB}/pytz/zoneinfo/PRC
|
|||
${PYSITELIB}/pytz/zoneinfo/PST8PDT
|
||||
${PYSITELIB}/pytz/zoneinfo/Pacific/Apia
|
||||
${PYSITELIB}/pytz/zoneinfo/Pacific/Auckland
|
||||
${PYSITELIB}/pytz/zoneinfo/Pacific/Bougainville
|
||||
${PYSITELIB}/pytz/zoneinfo/Pacific/Chatham
|
||||
${PYSITELIB}/pytz/zoneinfo/Pacific/Chuuk
|
||||
${PYSITELIB}/pytz/zoneinfo/Pacific/Easter
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.24 2014/09/07 20:27:15 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.25 2014/11/09 16:13:15 wiz Exp $
|
||||
|
||||
SHA1 (pytz-2014.7.tar.bz2) = 93f461ed9e3fb0e42becf8d7f09647daafc54d66
|
||||
RMD160 (pytz-2014.7.tar.bz2) = 1bb12192a29959df3e83b82233d2bbb116f92d24
|
||||
Size (pytz-2014.7.tar.bz2) = 166099 bytes
|
||||
SHA1 (pytz-2014.9.tar.bz2) = 10c1d27c238e35c664efa8abd3bd225040241f1f
|
||||
RMD160 (pytz-2014.9.tar.bz2) = 49bc24ff44936f9e19fa3384c681e2135fa95639
|
||||
Size (pytz-2014.9.tar.bz2) = 166230 bytes
|
||||
|
|
Loading…
Reference in a new issue