mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
create bsd12 branch
This commit is contained in:
21
python/py-pytz/Makefile
Normal file
21
python/py-pytz/Makefile
Normal 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
3
python/py-pytz/distinfo
Normal 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
6
python/py-pytz/pkg-descr
Normal 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/
|
||||
Reference in New Issue
Block a user