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

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


clsung      2011-03-21 08:04:38 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-zope.schema Makefile distinfo pkg-descr pkg-plist 
  Log:
  zope.schemas extend the notion of interfaces to detailed descriptions
  of Attributes (but not methods). Every schema is an interface and
  specifies the public fields of an object. A field roughly corresponds
  to an attribute of a python object. But a Field provides space for at
  least a title and a description. It can also constrain its value and
  provide a validation method. Besides you can optionally specify
  characteristics such as its value being read-only or not required.
  
  This package is intended to be independently reusable in any Python
  project. It is maintained by the Zope Toolkit project.
  
  WWW: http://www.python.org/pypi/zope.schema
  
  Revision  Changes    Path
  1.4279    +1 -0      ports/devel/Makefile
  1.1       +24 -0     ports/devel/py-zope.schema/Makefile (new)
  1.1       +2 -0      ports/devel/py-zope.schema/distinfo (new)
  1.1       +12 -0     ports/devel/py-zope.schema/pkg-descr (new)
  1.1       +134 -0    ports/devel/py-zope.schema/pkg-plist (new)


More information about the cvs-all mailing list