svn commit: r401930 - in head: . devel devel/py-pytz devel/py-pytz3 devel/py3-pytz
Muhammad Moinur Rahman
bofh at FreeBSD.org
Thu Nov 19 11:28:01 UTC 2015
Author: bofh
Date: Thu Nov 19 11:27:59 2015
New Revision: 401930
URL: https://svnweb.freebsd.org/changeset/ports/401930
Log:
devel/py-pytz3: Move to devel/py3-pytz
- No longer used as SLAVE as overriding USES makes it complex; now it's
used as an individual port
- Revert devel/py-pytz MAINTAINER?
Submitted by: koobs
Added:
head/devel/py3-pytz/
- copied from r401929, head/devel/py-pytz3/
head/devel/py3-pytz/distinfo (contents, props changed)
head/devel/py3-pytz/pkg-descr (contents, props changed)
Deleted:
head/devel/py-pytz3/
Modified:
head/MOVED
head/devel/Makefile
head/devel/py-pytz/Makefile
head/devel/py3-pytz/Makefile
Modified: head/MOVED
==============================================================================
--- head/MOVED Thu Nov 19 11:27:46 2015 (r401929)
+++ head/MOVED Thu Nov 19 11:27:59 2015 (r401930)
@@ -7942,3 +7942,4 @@ databases/mariadb-client||2015-11-18|Vul
databases/mariadb-server||2015-11-18|Vulnerable, no updates expected, use mariadb55 or mariadb100 instead
databases/mariadb-scripts||2015-11-18|Vulnerable, no updates expected, use mariadb55 or mariadb100 instead
devel/py-asn1|devel/py-pyasn1|2015-11-18|Renamed to match upstream naming
+devel/py-pytz3|devel/py3-pytz|2015-11-19|Port Renamed
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Thu Nov 19 11:27:46 2015 (r401929)
+++ head/devel/Makefile Thu Nov 19 11:27:59 2015 (r401930)
@@ -4228,7 +4228,6 @@
SUBDIR += py-pytools
SUBDIR += py-pytrie
SUBDIR += py-pytz
- SUBDIR += py-pytz3
SUBDIR += py-pyutil
SUBDIR += py-pyvisa
SUBDIR += py-pyvisa-py
@@ -4475,6 +4474,7 @@
SUBDIR += py3-dbus
SUBDIR += py3-gobject3
SUBDIR += py3-libpeas
+ SUBDIR += py3-pytz
SUBDIR += py3-xdg
SUBDIR += py_static_check
SUBDIR += pybugz
Modified: head/devel/py-pytz/Makefile
==============================================================================
--- head/devel/py-pytz/Makefile Thu Nov 19 11:27:46 2015 (r401929)
+++ head/devel/py-pytz/Makefile Thu Nov 19 11:27:59 2015 (r401930)
@@ -8,7 +8,7 @@ CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER?= lwhsu at FreeBSD.org
+MAINTAINER= lwhsu at FreeBSD.org
COMMENT= World Timezone Definitions for Python
LICENSE= MIT
Modified: head/devel/py3-pytz/Makefile
==============================================================================
--- head/devel/py-pytz3/Makefile Thu Nov 19 11:27:46 2015 (r401929)
+++ head/devel/py3-pytz/Makefile Thu Nov 19 11:27:59 2015 (r401930)
@@ -1,10 +1,23 @@
# Created by: Muhammad Moinur Rahman <bofh at FreeBSD.org>
# $FreeBSD$
+PORTNAME= pytz
+PORTVERSION= 2015.7
+PORTEPOCH= 1
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
MAINTAINER= bofh at FreeBSD.org
+COMMENT= World Timezone Definitions for Python
+
+LICENSE= MIT
-PYTHON_VERSION= python${PYTHON3_DEFAULT}
+USES= python:3 tar:bzip2
+USE_PYTHON= autoplist distutils
+NO_ARCH= yes
-MASTERDIR= ${.CURDIR}/../py-pytz
+post-patch:
+ @${REINPLACE_CMD} -e 's|=True|=False|' ${WRKSRC}/${PYSETUP}
-.include "${MASTERDIR}/Makefile"
+.include <bsd.port.mk>
Added: head/devel/py3-pytz/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py3-pytz/distinfo Thu Nov 19 11:27:59 2015 (r401930)
@@ -0,0 +1,2 @@
+SHA256 (pytz-2015.7.tar.bz2) = fbd26746772c24cb93c8b97cbdad5cb9e46c86bbdb1b9d8a743ee00e2fb1fc5d
+SIZE (pytz-2015.7.tar.bz2) = 156812
Added: head/devel/py3-pytz/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py3-pytz/pkg-descr Thu Nov 19 11:27:59 2015 (r401930)
@@ -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://pytz.sourceforge.net
More information about the svn-ports-head
mailing list