mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-16 13:31:26 +02:00
create bsd12 branch
This commit is contained in:
20
python/py-zope.size/Makefile
Normal file
20
python/py-zope.size/Makefile
Normal file
@@ -0,0 +1,20 @@
|
||||
# $FreeBSD: head/devel/py-zope.size/Makefile 412346 2016-04-01 14:00:51Z mat $
|
||||
|
||||
PORTNAME= zope.size
|
||||
PORTVERSION= 3.5.0
|
||||
CATEGORIES= devel python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DIST_SUBDIR= zope
|
||||
|
||||
MAINTAINER= zope@FreeBSD.org
|
||||
COMMENT= Interfaces and simple adapter that give the size of an object
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:python/py-zope.i18nmessageid@${PY_FLAVOR} \
|
||||
${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.size/distinfo
Normal file
2
python/py-zope.size/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (zope/zope.size-3.5.0.tar.gz) = 4e4c1cdda147d1511a3930dcbbc0e0c91e4f3f516bbdc4f968fcfabae174dd00
|
||||
SIZE (zope/zope.size-3.5.0.tar.gz) = 5515
|
||||
4
python/py-zope.size/pkg-descr
Normal file
4
python/py-zope.size/pkg-descr
Normal file
@@ -0,0 +1,4 @@
|
||||
This package provides a definition of simple interface that allows
|
||||
to retrieve the size of the object for displaying and for sorting.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/zope.size/
|
||||
Reference in New Issue
Block a user