svn commit: r442936 - in head/devel: . py-dateutil py3-dateutil

Ben Woods woodsb02 at FreeBSD.org
Thu Jun 8 14:28:23 UTC 2017


Author: woodsb02
Date: Thu Jun  8 14:28:21 2017
New Revision: 442936
URL: https://svnweb.freebsd.org/changeset/ports/442936

Log:
  [NEW] devel/py3-dateutil: Add Python 3.x version of this port
  
  PR:		219541
  PR:		219833
  Submitted by:	rs.os <rs.os at t-online.de>

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Jun  8 14:11:43 2017	(r442935)
+++ head/devel/Makefile	Thu Jun  8 14:28:21 2017	(r442936)
@@ -4948,6 +4948,7 @@
     SUBDIR += py3-click-threading
     SUBDIR += py3-colorama
     SUBDIR += py3-coloredlogs
+    SUBDIR += py3-dateutil
     SUBDIR += py3-dbus
     SUBDIR += py3-defusedxml
     SUBDIR += py3-docopt

Modified: head/devel/py-dateutil/Makefile
==============================================================================
--- head/devel/py-dateutil/Makefile	Thu Jun  8 14:11:43 2017	(r442935)
+++ head/devel/py-dateutil/Makefile	Thu Jun  8 14:28:21 2017	(r442936)
@@ -13,9 +13,9 @@ COMMENT=	Extensions to the standard Python datetime mo
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=1.5:devel/py-six
+RUN_DEPENDS?=	${PYTHON_PKGNAMEPREFIX}six>=1.5:devel/py-six
 
-USES=		python
+USES?=		python
 USE_GITHUB=	yes
 USE_PYTHON=	autoplist distutils
 

Added: head/devel/py3-dateutil/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py3-dateutil/Makefile	Thu Jun  8 14:28:21 2017	(r442936)
@@ -0,0 +1,10 @@
+# Created by: rs.os
+# $FreeBSD$
+
+MASTERDIR=	${.CURDIR}/../py-dateutil
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=1.5:devel/py3-six
+
+USES=		python:3.2+
+
+.include "${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list