mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 12:31:18 +02:00
create bsd12 branch
This commit is contained in:
23
python/py-zope.annotation/Makefile
Normal file
23
python/py-zope.annotation/Makefile
Normal file
@@ -0,0 +1,23 @@
|
||||
# $FreeBSD: head/devel/py-zope.annotation/Makefile 412346 2016-04-01 14:00:51Z mat $
|
||||
|
||||
PORTNAME= zope.annotation
|
||||
PORTVERSION= 3.5.0
|
||||
CATEGORIES= devel python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DIST_SUBDIR= zope
|
||||
|
||||
MAINTAINER= zope@FreeBSD.org
|
||||
COMMENT= Object annotation mechanism
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:python/py-zope.interface@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.component>=0:python/py-zope.component@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.location>=0:python/py-zope.location@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.proxy>=0:python/py-zope.proxy@${PY_FLAVOR} \
|
||||
zodb${PYTHON_PKGNAMESUFFIX}>=0:python/zodb3
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
.include <bsd.port.mk>
|
||||
#EOF
|
||||
2
python/py-zope.annotation/distinfo
Normal file
2
python/py-zope.annotation/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (zope/zope.annotation-3.5.0.tar.gz) = 2dd6752083bb2b3e597a14cf8b3ae0b0d59aa0b582d35e94b45d8f1c4bd99071
|
||||
SIZE (zope/zope.annotation-3.5.0.tar.gz) = 9601
|
||||
4
python/py-zope.annotation/pkg-descr
Normal file
4
python/py-zope.annotation/pkg-descr
Normal file
@@ -0,0 +1,4 @@
|
||||
This package provides a mechanism to store additional information
|
||||
about objects without need to modify object class.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/zope.annotation/
|
||||
Reference in New Issue
Block a user