Date: Mon, 12 Jun 2017 10:39:27 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443438 - in head/devel: . py-tzlocal py3-tzlocal Message-ID: <201706121039.v5CAdRY1024119@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706121039.v5CAdRY1024119>