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,33 @@
# $FreeBSD: head/devel/py-zope.container/Makefile 412346 2016-04-01 14:00:51Z mat $
PORTNAME= zope.container
PORTVERSION= 3.12.0
CATEGORIES= devel python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Zope Container
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:python/py-zope.interface@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.dottedname>=0:python/py-zope.dottedname@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.schema>=0:python/py-zope.schema@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.component>=0:python/py-zope.component@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.event>=0:python/py-zope.event@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.location>=3.5.4:python/py-zope.location@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.security>=0:python/py-zope.security@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.lifecycleevent>=3.5.2:python/py-zope.lifecycleevent@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:python/py-zope.i18nmessageid@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.filerepresentation>=0:python/py-zope.filerepresentation@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.size>=0:python/py-zope.size@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.traversing>=0:python/py-zope.traversing@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.publisher>=0:python/py-zope.publisher@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.broken>=0:python/py-zope.broken@${PY_FLAVOR} \
zodb${PYTHON_PKGNAMESUFFIX}>=0:python/zodb3 \
${PYTHON_PKGNAMEPREFIX}zope.configuration>=0:python/py-zope.configuration@${PY_FLAVOR}
USES= python zip
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View File

@@ -0,0 +1,2 @@
SHA256 (zope/zope.container-3.12.0.zip) = a57059d9ed99e2647a1a837684e0fb720e9ea0df5db2440fe8bf017e86777d00
SIZE (zope/zope.container-3.12.0.zip) = 149724

View File

@@ -0,0 +1,6 @@
This package define interfaces of container components, and provides
container implementations such as a BTreeContainer and OrderedContainer,
as well as the base class used by zope.site.folder for the Folder
implementation.
WWW: https://pypi.python.org/pypi/zope.container/