cvs commit: ports/devel Makefile ports/devel/py-zope.deprecation Makefile distinfo pkg-descr pkg-plist

Cheng-Lung Sung clsung at FreeBSD.org
Mon Mar 21 08:42:28 UTC 2011


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)


More information about the cvs-all mailing list