create bsd12 branch

This commit is contained in:
ziggi
2019-12-26 07:26:06 +00:00
commit 5cfdab6bfe
14432 changed files with 2272620 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# $FreeBSD: head/python/py-zope.schema/Makefile 412346 2016-04-01 14:00:51Z mat $
PORTNAME= zope.schema
PORTVERSION= 4.2.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Zope Interface extension for defining data schemas
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.6.0:python/py-zope.interface@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.event>=0:python/py-zope.event@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
#EOF

View File

@@ -0,0 +1,2 @@
SHA256 (zope/zope.schema-4.2.2.tar.gz) = 9a68570e5403fb95e90fc4485e1ac5e48aee5bed4e91de32aca599a4dcebd00b
SIZE (zope/zope.schema-4.2.2.tar.gz) = 68196

View File

@@ -0,0 +1,8 @@
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.
WWW: https://pypi.python.org/pypi/zope.schema/