cvs commit: ports/devel Makefile ports/devel/py-apipkg Makefile
distinfo pkg-descr pkg-plist
Wen Heping
wen at FreeBSD.org
Fri Nov 5 08:24:40 UTC 2010
wen 2010-11-05 08:24:39 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/py-apipkg Makefile distinfo pkg-descr pkg-plist
Log:
With apipkg you can control the exported namespace of a python package
and greatly reduce the number of imports for your users. It is a small
pure python module that works on virtually all Python versions, including
CPython2.3 to Python3.1, Jython and PyPy. It co-operates well with
Python's help() system, custom importers (PEP302) and common command
line completion tools.
WWW: http://bitbucket.org/hpk42/apipkg
Revision Changes Path
1.4106 +1 -0 ports/devel/Makefile
1.1 +20 -0 ports/devel/py-apipkg/Makefile (new)
1.1 +2 -0 ports/devel/py-apipkg/distinfo (new)
1.1 +8 -0 ports/devel/py-apipkg/pkg-descr (new)
1.1 +10 -0 ports/devel/py-apipkg/pkg-plist (new)
More information about the cvs-all
mailing list