create bsd12 branch

This commit is contained in:
ziggi
2019-12-26 07:26:06 +00:00
commit 5cfdab6bfe
14432 changed files with 2272620 additions and 0 deletions

21
python/py-pytz/Makefile Normal file
View File

@@ -0,0 +1,21 @@
# Created by: Khairil Yusof <kaeru@inigo-tech.com>
# $FreeBSD: head/devel/py-pytz/Makefile 473646 2018-07-01 01:16:39Z lwhsu $
PORTNAME= pytz
PORTVERSION= 2018.5
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= World Timezone Definitions for Python
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
post-patch:
${REINPLACE_CMD} -e 's|=True|=False|' ${WRKSRC}/${PYSETUP}
.include <bsd.port.mk>

3
python/py-pytz/distinfo Normal file
View File

@@ -0,0 +1,3 @@
TIMESTAMP = 1530407361
SHA256 (pytz-2018.5.tar.gz) = ffb9ef1de172603304d9d2819af6f5ece76f2e85ec10692a524dd876e72bf277
SIZE (pytz-2018.5.tar.gz) = 318799

6
python/py-pytz/pkg-descr Normal file
View File

@@ -0,0 +1,6 @@
pytz brings the Olson tz database into Python. This library allows accurate and
cross platform timezone calculations. It also solves the issue of ambiguous
times at the end of daylight savings, which you can read more about in the
Python Library Reference (datetime.tzinfo).
WWW: http://pythonhosted.org/pytz/