1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

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
This commit is contained in:
Ed Schouten 2017-09-06 20:04:30 +00:00
parent 8e7a0fc5f2
commit 1713128279
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=449362
4 changed files with 16 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,7 @@
# $FreeBSD$
MASTERDIR= ${.CURDIR}/../py-toposort
USES= python:3.3+
.include "${MASTERDIR}/Makefile"

View File

@ -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

View File

@ -0,0 +1,7 @@
# $FreeBSD$
MASTERDIR= ${.CURDIR}/../py-pyPEG2
USES= python:3.3+
.include "${MASTERDIR}/Makefile"