Import py26-django-nose-0.1 as wip/py-django-nose.
Integation of python-nose into Django test runner by extending the Django management CLI with nose-related options.
This commit is contained in:
parent
bf0d8a3f62
commit
e24fe8c32e
4 changed files with 78 additions and 0 deletions
2
py-django-nose/DESCR
Normal file
2
py-django-nose/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
Integation of python-nose into Django test runner by extending the Django
|
||||
management CLI with nose-related options.
|
25
py-django-nose/Makefile
Normal file
25
py-django-nose/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2010/08/09 21:42:28 jihbed Exp $
|
||||
#
|
||||
|
||||
DISTNAME= django-nose-0.1.tar
|
||||
EGG_NAME= django_nose-0.1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/.tar//}
|
||||
CATEGORIES= devel www
|
||||
MASTER_SITES= http://pypi.python.org/packages/source/d/django-nose/
|
||||
EXTRACT_SUFX= .gz
|
||||
|
||||
MAINTAINER= kamelderouiche@yahoo.com
|
||||
HOMEPAGE= http://pypi.python.org/packages/source/d/django-nose/
|
||||
COMMENT= Django test runner that uses nose
|
||||
LICENSE= modified-bsd
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-nose>=0.11.3:../../devel/py-nose
|
||||
DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
WRKSRC= ${WRKDIR}/django-nose-0.1
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
46
py-django-nose/PLIST
Normal file
46
py-django-nose/PLIST
Normal file
|
@ -0,0 +1,46 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2010/08/09 21:42:28 jihbed Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/._PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/._SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/._dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/._not-zip-safe
|
||||
${PYSITELIB}/${EGG_INFODIR}/._requires.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/._top_level.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
|
||||
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/django_nose/__init__.py
|
||||
${PYSITELIB}/django_nose/__init__.pyc
|
||||
${PYSITELIB}/django_nose/__init__.pyo
|
||||
${PYSITELIB}/django_nose/management/__init__.py
|
||||
${PYSITELIB}/django_nose/management/__init__.pyc
|
||||
${PYSITELIB}/django_nose/management/__init__.pyo
|
||||
${PYSITELIB}/django_nose/management/commands/__init__.py
|
||||
${PYSITELIB}/django_nose/management/commands/__init__.pyc
|
||||
${PYSITELIB}/django_nose/management/commands/__init__.pyo
|
||||
${PYSITELIB}/django_nose/management/commands/test.py
|
||||
${PYSITELIB}/django_nose/management/commands/test.pyc
|
||||
${PYSITELIB}/django_nose/management/commands/test.pyo
|
||||
${PYSITELIB}/django_nose/plugin.py
|
||||
${PYSITELIB}/django_nose/plugin.pyc
|
||||
${PYSITELIB}/django_nose/plugin.pyo
|
||||
${PYSITELIB}/django_nose/runner.py
|
||||
${PYSITELIB}/django_nose/runner.pyc
|
||||
${PYSITELIB}/django_nose/runner.pyo
|
||||
${PYSITELIB}/testapp/__init__.py
|
||||
${PYSITELIB}/testapp/__init__.pyc
|
||||
${PYSITELIB}/testapp/__init__.pyo
|
||||
${PYSITELIB}/testapp/settings.py
|
||||
${PYSITELIB}/testapp/settings.pyc
|
||||
${PYSITELIB}/testapp/settings.pyo
|
||||
${PYSITELIB}/testapp/settings_old_style.py
|
||||
${PYSITELIB}/testapp/settings_old_style.pyc
|
||||
${PYSITELIB}/testapp/settings_old_style.pyo
|
||||
${PYSITELIB}/testapp/settings_with_south.py
|
||||
${PYSITELIB}/testapp/settings_with_south.pyc
|
||||
${PYSITELIB}/testapp/settings_with_south.pyo
|
||||
${PYSITELIB}/testapp/test_for_nose.py
|
||||
${PYSITELIB}/testapp/test_for_nose.pyc
|
||||
${PYSITELIB}/testapp/test_for_nose.pyo
|
5
py-django-nose/distinfo
Normal file
5
py-django-nose/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/08/09 21:42:28 jihbed Exp $
|
||||
|
||||
SHA1 (django-nose-0.1.tar.gz) = 22bad86c257c04abfc906b68ed8046700a79b7a3
|
||||
RMD160 (django-nose-0.1.tar.gz) = 43b1a985479b6e775178118ec7089ee1f66622f8
|
||||
Size (django-nose-0.1.tar.gz) = 5757 bytes
|
Loading…
Reference in a new issue