mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-15 13:01:19 +02:00
create bsd12 branch
This commit is contained in:
20
python/py-zope.schema/Makefile
Normal file
20
python/py-zope.schema/Makefile
Normal 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
|
||||
2
python/py-zope.schema/distinfo
Normal file
2
python/py-zope.schema/distinfo
Normal 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
|
||||
8
python/py-zope.schema/pkg-descr
Normal file
8
python/py-zope.schema/pkg-descr
Normal 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/
|
||||
Reference in New Issue
Block a user