aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-06-05 07:12:31 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-06-05 07:12:31 +0000
commitc55574321c44ccda29f5ab410e2d5200f6094039 (patch)
tree74b051cfe1588cfe204cb5dfc36bd4a0bfe6b21d /devel/Makefile
parent07224b4a4cc5f25b1af1f9c91f483044479a8894 (diff)
downloadports-c55574321c44ccda29f5ab410e2d5200f6094039.tar.gz
ports-c55574321c44ccda29f5ab410e2d5200f6094039.zip
These are a few data structures, classes and functions
which we've needed over many years of Python programming and which seem to be of general use to other Python programmers. Many of the modules that have existed in pyutil over the years have subsequently been obsoleted by new features added to the Python language or its standard library, thus showing that we're not alone in wanting tools like these. WWW: http://zooko.com/repos/pyutil/ PR: ports/113185 Submitted by: Chao Shin <quakelee at cn.FreeBSD.org>
Notes
Notes: svn path=/head/; revision=192813
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 9ae92fe76659..03eeb68810bc 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1870,6 +1870,7 @@
SUBDIR += py-pycallgraph
SUBDIR += py-pydasm
SUBDIR += py-pytz
+ SUBDIR += py-pyutil
SUBDIR += py-qt4-assistant
SUBDIR += py-qt4-core
SUBDIR += py-qt4-dbus