Date: Mon, 21 Mar 2011 08:04:38 +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.schema Makefile distinfo pkg-descr pkg-plist Message-ID: <201103210804.p2L84c4A074694@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103210804.p2L84c4A074694>
