Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Sep 2017 20:04:31 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r449362 - in head: devel devel/py3-toposort textproc textproc/py3-pyPEG2
Message-ID:  <201709062004.v86K4VYH027793@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ed (src committer)
Date: Wed Sep  6 20:04:30 2017
New Revision: 449362
URL: https://svnweb.freebsd.org/changeset/ports/449362

Log:
  Add py3-* packages for toposort and pyPEG2.
  
  The port for ARPC (https://github.com/NuxiNL/arpc) I am preparing comes
  with a script called 'aprotoc' that depends on these Python modules.
  Ports that default to Python 2 have already been added, but now we
  should add Python 3 flavours as well.
  
  Reviewed by:	koobs
  Approved by:	portmgr (bdrewery)
  Differential Revision:	https://reviews.freebsd.org/D12068

Added:
  head/devel/py3-toposort/
  head/devel/py3-toposort/Makefile   (contents, props changed)
  head/textproc/py3-pyPEG2/
  head/textproc/py3-pyPEG2/Makefile   (contents, props changed)
Modified:
  head/devel/Makefile
  head/textproc/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Sep  6 20:00:22 2017	(r449361)
+++ head/devel/Makefile	Wed Sep  6 20:04:30 2017	(r449362)
@@ -5100,6 +5100,7 @@
     SUBDIR += py3-six
     SUBDIR += py3-tabulate
     SUBDIR += py3-threema-msgapi
+    SUBDIR += py3-toposort
     SUBDIR += py3-tox
     SUBDIR += py3-tzlocal
     SUBDIR += py3-urwid

Added: head/devel/py3-toposort/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py3-toposort/Makefile	Wed Sep  6 20:04:30 2017	(r449362)
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+MASTERDIR=	${.CURDIR}/../py-toposort
+
+USES=		python:3.3+
+
+.include "${MASTERDIR}/Makefile"

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Wed Sep  6 20:00:22 2017	(r449361)
+++ head/textproc/Makefile	Wed Sep  6 20:04:30 2017	(r449362)
@@ -1395,6 +1395,7 @@
     SUBDIR += py3-libxml2
     SUBDIR += py3-numpydoc
     SUBDIR += py3-pager
+    SUBDIR += py3-pyPEG2
     SUBDIR += py3-pygments
     SUBDIR += py3-pystemmer
     SUBDIR += py3-snowballstemmer

Added: head/textproc/py3-pyPEG2/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py3-pyPEG2/Makefile	Wed Sep  6 20:04:30 2017	(r449362)
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+MASTERDIR=	${.CURDIR}/../py-pyPEG2
+
+USES=		python:3.3+
+
+.include "${MASTERDIR}/Makefile"



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