mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
create bsd12 branch
This commit is contained in:
21
python/py-zope.testing/Makefile
Normal file
21
python/py-zope.testing/Makefile
Normal file
@@ -0,0 +1,21 @@
|
||||
# Created by: Wen Heping <wenheping@gmail.com>
|
||||
# $FreeBSD: head/devel/py-zope.testing/Makefile 412346 2016-04-01 14:00:51Z mat $
|
||||
|
||||
PORTNAME= zope.testing
|
||||
PORTVERSION= 4.1.0
|
||||
CATEGORIES= devel python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DIST_SUBDIR= zope
|
||||
|
||||
MAINTAINER= zope@FreeBSD.org
|
||||
COMMENT= Zope testing helpers
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:python/py-zope.interface@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.exceptions>=0:python/py-zope.exceptions@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
.include <bsd.port.mk>
|
||||
#EOF
|
||||
2
python/py-zope.testing/distinfo
Normal file
2
python/py-zope.testing/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (zope/zope.testing-4.1.0.tar.gz) = 4df78e4db98dfbcf0119e34357343c0be143cbad1226afd23b27b763fc027a8d
|
||||
SIZE (zope/zope.testing-4.1.0.tar.gz) = 50844
|
||||
5
python/py-zope.testing/pkg-descr
Normal file
5
python/py-zope.testing/pkg-descr
Normal file
@@ -0,0 +1,5 @@
|
||||
zope.testing is a package provides a number of testing
|
||||
frameworks. It includes a flexible test runner, and
|
||||
supports both doctest and unittest.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/zope.testing/
|
||||
Reference in New Issue
Block a user