mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
create bsd12 branch
This commit is contained in:
33
python/py-zope.container/Makefile
Normal file
33
python/py-zope.container/Makefile
Normal 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>
|
||||
2
python/py-zope.container/distinfo
Normal file
2
python/py-zope.container/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (zope/zope.container-3.12.0.zip) = a57059d9ed99e2647a1a837684e0fb720e9ea0df5db2440fe8bf017e86777d00
|
||||
SIZE (zope/zope.container-3.12.0.zip) = 149724
|
||||
6
python/py-zope.container/pkg-descr
Normal file
6
python/py-zope.container/pkg-descr
Normal 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/
|
||||
Reference in New Issue
Block a user