aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-04-01 12:58:40 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-04-01 12:58:40 +0000
commit4417f7234e13b4adf470985e7fd9b83e4870a286 (patch)
tree2e3cb76d290e1619753d7c727c6ff8396e29c77b /devel/Makefile
parente61a8ebc8403f13106b62496fff1d4413a2d8c1e (diff)
downloadports-4417f7234e13b4adf470985e7fd9b83e4870a286.tar.gz
ports-4417f7234e13b4adf470985e7fd9b83e4870a286.zip
- Add py-simplegeneric 0.8.1
The simplegeneric module lets you define simple single-dispatch generic functions, akin to Python's built-in generic functions like len(), iter() and so on. However, instead of using specially-named methods, these generic functions use simple lookup tables, akin to those used by e.g. pickle.dump() and other generic functions found in the Python standard library. WWW: https://pypi.python.org/pypi/simplegeneric
Notes
Notes: svn path=/head/; revision=349850
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 29fe9a5d2635..18b8c99dcfcd 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -3816,6 +3816,7 @@
SUBDIR += py-setuptools_darcs
SUBDIR += py-setuptools_hg
SUBDIR += py-shapely
+ SUBDIR += py-simplegeneric
SUBDIR += py-simplejson
SUBDIR += py-simpleparse
SUBDIR += py-simpletal