svn commit: r414782 - in head/devel: . py-pyicu py3-pyicu

Kurt Jaeger pi at FreeBSD.org
Sat May 7 19:24:43 UTC 2016


Author: pi
Date: Sat May  7 19:24:41 2016
New Revision: 414782
URL: https://svnweb.freebsd.org/changeset/ports/414782

Log:
  New port: devel/py3-pyicu, slave port for python3 for py-pyicu
  
  PR:		207035
  Submitted by:	Ben Woods <woodsb02 at gmail.com>
  Approved by:	bland (maintainer timeout)

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat May  7 18:10:14 2016	(r414781)
+++ head/devel/Makefile	Sat May  7 19:24:41 2016	(r414782)
@@ -4607,6 +4607,7 @@
     SUBDIR += py3-gobject3
     SUBDIR += py3-jsonschema
     SUBDIR += py3-libpeas
+    SUBDIR += py3-pyicu
     SUBDIR += py3-python-magic
     SUBDIR += py3-pytz
     SUBDIR += py3-vcversioner

Modified: head/devel/py-pyicu/Makefile
==============================================================================
--- head/devel/py-pyicu/Makefile	Sat May  7 18:10:14 2016	(r414781)
+++ head/devel/py-pyicu/Makefile	Sat May  7 19:24:41 2016	(r414782)
@@ -15,7 +15,7 @@ COMMENT=	Python extension wrapping IBM's
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		python
+USES?=		python
 USE_PYTHON=	distutils autoplist
 
 MAKE_ENV+=	PYICU_INCLUDES="${PREFIX}/include" \

Added: head/devel/py3-pyicu/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py3-pyicu/Makefile	Sat May  7 19:24:41 2016	(r414782)
@@ -0,0 +1,8 @@
+# Created by: Ben Woods <woodsb02 at gmail.com>
+# $FreeBSD$
+
+MASTERDIR=	${.CURDIR}/../py-pyicu
+
+USES=		python:3.2+
+
+.include "${MASTERDIR}/Makefile"


More information about the svn-ports-head mailing list