diff options
author | miwi <miwi@FreeBSD.org> | 2009-08-19 04:39:35 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-08-19 04:39:35 +0800 |
commit | 0d3a0253ac8f155029d668c8ae6a132c9586545b (patch) | |
tree | 2529fb16994402d976aaa4a91c3769f9ac75dbb0 /devel/Makefile | |
parent | 7f025c19deb834028a2fb729ec6fb3560b61f38e (diff) | |
download | freebsd-ports-graphics-0d3a0253ac8f155029d668c8ae6a132c9586545b.tar.gz freebsd-ports-graphics-0d3a0253ac8f155029d668c8ae6a132c9586545b.tar.zst freebsd-ports-graphics-0d3a0253ac8f155029d668c8ae6a132c9586545b.zip |
zope.exceptions contains exception interfaces and implementations
which are so general purpose that they don't belong in Zope
application-specific packages.
WWW: http://www.python.org/pypi/zope.exceptions
PR: ports/137927
Submitted by: Wen Heping <wenheping at gmail.com>
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 493470fb942..e230e3c558a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2522,6 +2522,7 @@ SUBDIR += py-yaml SUBDIR += py-ydbf SUBDIR += py-zconfig + SUBDIR += py-zope.exceptions SUBDIR += py-zopeInterface SUBDIR += py-zopetesting SUBDIR += py_otp_interface |