clsung 2011-03-21 08:42:28 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/py-zope.deprecation Makefile distinfo pkg-descr
pkg-plist
Log:
The hardest part of the Python development process was to ensure
backward-compatibility and correctly mark deprecated modules,
classes, functions, methods and properties.
zope.deprecation provides a simple function called
'deprecated(names, reason)' to deprecate the previously mentioned
Python objects.
WWW: http://www.python.org/pypi/zope.deprecation
Revision Changes Path
1.4280 +1 -0 ports/devel/Makefile
1.1 +20 -0 ports/devel/py-zope.deprecation/Makefile (new)
1.1 +2 -0 ports/devel/py-zope.deprecation/distinfo (new)
1.1 +9 -0 ports/devel/py-zope.deprecation/pkg-descr (new)
1.1 +25 -0 ports/devel/py-zope.deprecation/pkg-plist (new)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[email protected]"