mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Update to 4.0.1
- distfile to zope/ - support python 2.6+ Feature safe: yes
This commit is contained in:
parent
6a10277646
commit
5b8003f034
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285826
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= zope.schema
|
||||
PORTVERSION= 4.0.0
|
||||
PORTVERSION= 4.0.1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -16,11 +16,13 @@ COMMENT= Zope Interface extension for defining data schemas
|
||||
|
||||
LICENSE= ZPL21
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.3.0:${PORTSDIR}/devel/py-zope.interface \
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.6.0:${PORTSDIR}/devel/py-zope.interface \
|
||||
${PYTHON_PKGNAMEPREFIX}six>=0:${PORTSDIR}/devel/py-six \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.event>=0:${PORTSDIR}/devel/py-zope.event
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
USE_PYTHON= yes
|
||||
DIST_SUBDIR= zope
|
||||
USE_PYTHON= 2.6+
|
||||
USE_PYDISTUTILS= easy_install
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope.schema-4.0.0.tar.gz) = 10f020459dc566cc29fac9160490f093a11c19b18fbb5ba398fa55e40e16e470
|
||||
SIZE (zope.schema-4.0.0.tar.gz) = 68239
|
||||
SHA256 (zope/zope.schema-4.0.1.tar.gz) = fa528d489d1734c9c290dda122e98a108ed7427a5fbcd99a390a4a8c88a566fc
|
||||
SIZE (zope/zope.schema-4.0.1.tar.gz) = 68401
|
||||
|
Loading…
Reference in New Issue
Block a user