svn commit: r443438 - in head/devel: . py-tzlocal py3-tzlocal

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 12 10:39:28 UTC 2017


Author: sunpoet
Date: Mon Jun 12 10:39:27 2017
New Revision: 443438
URL: https://svnweb.freebsd.org/changeset/ports/443438

Log:
  Add py3-tzlocal 1.3
  
  - While I'm here, fix indent
  
  PR:		219611
  Submitted by:	Rudolf Siegel <rs.os at t-online.de>
  Approved by:	maintainer (timeout, 15 days)

Added:
  head/devel/py3-tzlocal/
  head/devel/py3-tzlocal/Makefile   (contents, props changed)
Modified:
  head/devel/Makefile
  head/devel/py-tzlocal/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Jun 12 10:39:07 2017	(r443437)
+++ head/devel/Makefile	Mon Jun 12 10:39:27 2017	(r443438)
@@ -5004,6 +5004,7 @@
     SUBDIR += py3-tabulate
     SUBDIR += py3-threema-msgapi
     SUBDIR += py3-tox
+    SUBDIR += py3-tzlocal
     SUBDIR += py3-urwid
     SUBDIR += py3-vcversioner
     SUBDIR += py3-virtualenv

Modified: head/devel/py-tzlocal/Makefile
==============================================================================
--- head/devel/py-tzlocal/Makefile	Mon Jun 12 10:39:07 2017	(r443437)
+++ head/devel/py-tzlocal/Makefile	Mon Jun 12 10:39:27 2017	(r443438)
@@ -12,9 +12,9 @@ COMMENT=	Returns the tzinfo object for the local timez
 LICENSE=	CC0-1.0
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz
+RUN_DEPENDS?=	${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz
 
-USES=		python
+USES?=		python
 USE_PYTHON=	distutils autoplist
 NO_ARCH=	yes
 

Added: head/devel/py3-tzlocal/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py3-tzlocal/Makefile	Mon Jun 12 10:39:27 2017	(r443438)
@@ -0,0 +1,10 @@
+# Created by: rs.os
+# $FreeBSD$
+
+MASTERDIR=	${.CURDIR}/../py-tzlocal
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py3-pytz
+
+USES=		python:3.3+
+
+.include "${MASTERDIR}/Makefile"


More information about the svn-ports-head mailing list