Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Mar 2011 08:42:28 +0000 (UTC)
From:      Cheng-Lung Sung <clsung@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/py-zope.deprecation Makefile distinfo pkg-descr pkg-plist
Message-ID:  <201103210842.p2L8gSCU077732@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103210842.p2L8gSCU077732>