create bsd12 branch

This commit is contained in:
ziggi
2019-12-26 07:26:06 +00:00
commit 5cfdab6bfe
14432 changed files with 2272620 additions and 0 deletions

View 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

View 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

View 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/