mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 20:41:20 +02:00
create bsd12 branch
This commit is contained in:
20
python/py-zope.filerepresentation/Makefile
Normal file
20
python/py-zope.filerepresentation/Makefile
Normal file
@@ -0,0 +1,20 @@
|
||||
# $FreeBSD: head/devel/py-zope.filerepresentation/Makefile 412346 2016-04-01 14:00:51Z mat $
|
||||
|
||||
PORTNAME= zope.filerepresentation
|
||||
PORTVERSION= 3.6.1
|
||||
CATEGORIES= devel python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DIST_SUBDIR= zope
|
||||
|
||||
MAINTAINER= zope@FreeBSD.org
|
||||
COMMENT= File-system Representation Interfaces
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:python/py-zope.interface@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.schema>=0:python/py-zope.schema@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
.include <bsd.port.mk>
|
||||
#EOF
|
||||
2
python/py-zope.filerepresentation/distinfo
Normal file
2
python/py-zope.filerepresentation/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (zope/zope.filerepresentation-3.6.1.tar.gz) = d775ebba4aff7687e0381f050ebda4e48ce50900c1438f3f7e901220634ed3e0
|
||||
SIZE (zope/zope.filerepresentation-3.6.1.tar.gz) = 6161
|
||||
6
python/py-zope.filerepresentation/pkg-descr
Normal file
6
python/py-zope.filerepresentation/pkg-descr
Normal file
@@ -0,0 +1,6 @@
|
||||
zope.filerepresentation is a File-system Representation Interfaces.
|
||||
The interfaces defined here are used for file-system and
|
||||
file-system-like representations of objects, such as file-system
|
||||
synchronization, FTP, PUT, and WebDAV.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/zope.filerepresentation/
|
||||
Reference in New Issue
Block a user