Import py26-van.testing-3.0.0 as wip/py-van.testing.
Layers for zope.testing to simplify test setups
This commit is contained in:
parent
b642f53939
commit
749ad3fd7d
4 changed files with 53 additions and 0 deletions
1
py-van.testing/DESCR
Normal file
1
py-van.testing/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Layers for zope.testing to simplify test setups
|
25
py-van.testing/Makefile
Normal file
25
py-van.testing/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2010/04/14 20:28:38 jihbed Exp $
|
||||
#
|
||||
|
||||
DISTNAME= van.testing-3.0.0.tar
|
||||
EGG_NAME= ${DISTNAME:S/.tar//}
|
||||
PKGNAME= ${PYPKGPREFIX}-${EGG_NAME}
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= http://pypi.python.org/packages/source/v/van.testing/
|
||||
EXTRACT_SUFX= .gz#md5=aab7ad2abd49b09fc44c9f3ca8acbbb0
|
||||
|
||||
MAINTAINER= kamelderouiche@yahoo.com
|
||||
HOMEPAGE= http://pypi.python.org/pypi/van.testing
|
||||
COMMENT= Layers for zope.testing to simplify test setups
|
||||
LICENSE= zpl
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-wsgi-intercept>=0.4:../../wip/py-wsgi-intercept
|
||||
#DEPENDS+= zope3>=0.3.3:../../www/zope3
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
WRKSRC= ${WRKDIR}/van.testing-3.0.0
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
22
py-van.testing/PLIST
Normal file
22
py-van.testing/PLIST
Normal file
|
@ -0,0 +1,22 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2010/04/14 20:28:38 jihbed Exp $
|
||||
${PYSITELIB}/${EGG_NAME}-nspkg.pth
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
|
||||
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/van/testing/README.txt
|
||||
${PYSITELIB}/van/testing/__init__.py
|
||||
${PYSITELIB}/van/testing/__init__.pyc
|
||||
${PYSITELIB}/van/testing/__init__.pyo
|
||||
${PYSITELIB}/van/testing/ftesting.zcml
|
||||
${PYSITELIB}/van/testing/layer.py
|
||||
${PYSITELIB}/van/testing/layer.pyc
|
||||
${PYSITELIB}/van/testing/layer.pyo
|
||||
${PYSITELIB}/van/testing/testbrowser.txt
|
||||
${PYSITELIB}/van/testing/tests.py
|
||||
${PYSITELIB}/van/testing/tests.pyc
|
||||
${PYSITELIB}/van/testing/tests.pyo
|
||||
${PYSITELIB}/van/testing/zcml_features.txt
|
5
py-van.testing/distinfo
Normal file
5
py-van.testing/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/04/14 20:28:38 jihbed Exp $
|
||||
|
||||
SHA1 (van.testing-3.0.0.tar.gz) = f6cec9bc2209f84402e839502a076a782950d08a
|
||||
RMD160 (van.testing-3.0.0.tar.gz) = 953e9cf023157e14ea51cc9c7683bcc4bd7cab3c
|
||||
Size (van.testing-3.0.0.tar.gz) = 7672 bytes
|
Loading…
Reference in a new issue