Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Nov 2015 09:54:40 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401923 - in head/devel: . py-pytz py-pytz3
Message-ID:  <201511190954.tAJ9seJB090415@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bofh
Date: Thu Nov 19 09:54:40 2015
New Revision: 401923
URL: https://svnweb.freebsd.org/changeset/ports/401923

Log:
  [NEW] devel/pytz3: Slave port of devel/pytz for python3
  
  - Modify overriding MAINTAINER in py-pytz
  - Creating this port for upcoming GNS3 updates which requires python3
    specific modules

Added:
  head/devel/py-pytz3/
  head/devel/py-pytz3/Makefile   (contents, props changed)
Modified:
  head/devel/Makefile
  head/devel/py-pytz/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Nov 19 09:53:19 2015	(r401922)
+++ head/devel/Makefile	Thu Nov 19 09:54:40 2015	(r401923)
@@ -4228,6 +4228,7 @@
     SUBDIR += py-pytools
     SUBDIR += py-pytrie
     SUBDIR += py-pytz
+    SUBDIR += py-pytz3
     SUBDIR += py-pyutil
     SUBDIR += py-pyvisa
     SUBDIR += py-pyvisa-py

Modified: head/devel/py-pytz/Makefile
==============================================================================
--- head/devel/py-pytz/Makefile	Thu Nov 19 09:53:19 2015	(r401922)
+++ head/devel/py-pytz/Makefile	Thu Nov 19 09:54:40 2015	(r401923)
@@ -8,7 +8,7 @@ CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	lwhsu@FreeBSD.org
+MAINTAINER?=	lwhsu@FreeBSD.org
 COMMENT=	World Timezone Definitions for Python
 
 LICENSE=	MIT

Added: head/devel/py-pytz3/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pytz3/Makefile	Thu Nov 19 09:54:40 2015	(r401923)
@@ -0,0 +1,10 @@
+# Created by: Muhammad Moinur Rahman <bofh@FreeBSD.org>
+# $FreeBSD$
+
+MAINTAINER=	bofh@FreeBSD.org
+
+PYTHON_VERSION=	python${PYTHON3_DEFAULT}
+
+MASTERDIR=	${.CURDIR}/../py-pytz
+
+.include "${MASTERDIR}/Makefile"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511190954.tAJ9seJB090415>