Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161568531
D12068.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D12068.diff
View Options
Index: head/devel/Makefile
===================================================================
--- head/devel/Makefile
+++ head/devel/Makefile
@@ -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
Index: head/devel/py3-toposort/Makefile
===================================================================
--- head/devel/py3-toposort/Makefile
+++ head/devel/py3-toposort/Makefile
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+MASTERDIR= ${.CURDIR}/../py-toposort
+
+USES= python:3.3+
+
+.include "${MASTERDIR}/Makefile"
Index: head/textproc/Makefile
===================================================================
--- head/textproc/Makefile
+++ head/textproc/Makefile
@@ -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
Index: head/textproc/py3-pyPEG2/Makefile
===================================================================
--- head/textproc/py3-pyPEG2/Makefile
+++ head/textproc/py3-pyPEG2/Makefile
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+MASTERDIR= ${.CURDIR}/../py-pyPEG2
+
+USES= python:3.3+
+
+.include "${MASTERDIR}/Makefile"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jul 5, 11:04 PM (2 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34727141
Default Alt Text
D12068.diff (1 KB)
Attached To
Mode
D12068: Add py3-* packages for toposort and pyPEG2.
Attached
Detach File
Event Timeline
Log In to Comment