mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-15 21:11:17 +02:00
create bsd12 branch
This commit is contained in:
19
python/py-zope.copy/Makefile
Normal file
19
python/py-zope.copy/Makefile
Normal file
@@ -0,0 +1,19 @@
|
||||
# $FreeBSD: head/devel/py-zope.copy/Makefile 412346 2016-04-01 14:00:51Z mat $
|
||||
|
||||
PORTNAME= zope.copy
|
||||
PORTVERSION= 3.5.0
|
||||
CATEGORIES= devel python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DIST_SUBDIR= zope
|
||||
|
||||
MAINTAINER= zope@FreeBSD.org
|
||||
COMMENT= Pluggable object copying mechanism
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:python/py-zope.interface@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
.include <bsd.port.mk>
|
||||
#EOF
|
||||
2
python/py-zope.copy/distinfo
Normal file
2
python/py-zope.copy/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (zope/zope.copy-3.5.0.tar.gz) = 2e95fa032946898a6e689bc48fa3444b0be1861c11545bf710431d8f9195a7fd
|
||||
SIZE (zope/zope.copy-3.5.0.tar.gz) = 9821
|
||||
6
python/py-zope.copy/pkg-descr
Normal file
6
python/py-zope.copy/pkg-descr
Normal file
@@ -0,0 +1,6 @@
|
||||
This package provides a pluggable way to copy persistent objects.
|
||||
It was once extracted from the zc.copy package to contain much
|
||||
less dependencies. In fact, we only depend on zope.interface to
|
||||
provide pluggability.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/zope.copy/
|
||||
Reference in New Issue
Block a user