wip-changes:
=========== o add EGG_NAME o SET dep devel/py-nose
This commit is contained in:
parent
5d91acbc44
commit
abb29cb42c
2 changed files with 21 additions and 22 deletions
|
@ -1,8 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.2 2010/06/04 12:05:51 jihbed Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2010/07/15 14:43:36 jihbed Exp $
|
||||
#
|
||||
|
||||
DISTNAME= nose_scenario-0.1.3.tar
|
||||
PKGNAME= ${PYPKGPREFIX}-nose-scenario-0.1.3
|
||||
EGG_NAME= ${DISTNAME:S/.tar//}
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/.tar//}
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= http://pypi.python.org/packages/source/n/nose_scenario/
|
||||
EXTRACT_SUFX= .gz
|
||||
|
@ -12,14 +13,12 @@ HOMEPAGE= http://cheeseshop.python.org/pypi/nose_scenario/
|
|||
COMMENT= Nose plugin test unittest scenario adapt
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]:../../wip/py-nose
|
||||
DEPENDS+= ${PYPKGPREFIX}-nose>=0.11.3:../../devel/py-nose
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
WRKSRC= ${WRKDIR}/nose_scenario-0.1.3
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q}
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2009/06/17 23:19:45 jihbed Exp $
|
||||
lib/python2.5/site-packages/nose_scenario-${PKGVERSION}-py2.5.egg-info/PKG-INFO
|
||||
lib/python2.5/site-packages/nose_scenario-${PKGVERSION}-py2.5.egg-info/SOURCES.txt
|
||||
lib/python2.5/site-packages/nose_scenario-${PKGVERSION}-py2.5.egg-info/dependency_links.txt
|
||||
lib/python2.5/site-packages/nose_scenario-${PKGVERSION}-py2.5.egg-info/entry_points.txt
|
||||
lib/python2.5/site-packages/nose_scenario-${PKGVERSION}-py2.5.egg-info/not-zip-safe
|
||||
lib/python2.5/site-packages/nose_scenario-${PKGVERSION}-py2.5.egg-info/requires.txt
|
||||
lib/python2.5/site-packages/nose_scenario-${PKGVERSION}-py2.5.egg-info/top_level.txt
|
||||
lib/python2.5/site-packages/nose_scenario/__init__.py
|
||||
lib/python2.5/site-packages/nose_scenario/__init__.pyc
|
||||
lib/python2.5/site-packages/nose_scenario/__init__.pyo
|
||||
lib/python2.5/site-packages/nose_scenario/adapt.py
|
||||
lib/python2.5/site-packages/nose_scenario/adapt.pyc
|
||||
lib/python2.5/site-packages/nose_scenario/adapt.pyo
|
||||
lib/python2.5/site-packages/nose_scenario/nose_plugin.py
|
||||
lib/python2.5/site-packages/nose_scenario/nose_plugin.pyc
|
||||
lib/python2.5/site-packages/nose_scenario/nose_plugin.pyo
|
||||
@comment $NetBSD: PLIST,v 1.2 2010/07/15 14:43:36 jihbed Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
|
||||
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/nose_scenario/__init__.py
|
||||
${PYSITELIB}/nose_scenario/__init__.pyc
|
||||
${PYSITELIB}/nose_scenario/__init__.pyo
|
||||
${PYSITELIB}/nose_scenario/adapt.py
|
||||
${PYSITELIB}/nose_scenario/adapt.pyc
|
||||
${PYSITELIB}/nose_scenario/adapt.pyo
|
||||
${PYSITELIB}/nose_scenario/nose_plugin.py
|
||||
${PYSITELIB}/nose_scenario/nose_plugin.pyc
|
||||
${PYSITELIB}/nose_scenario/nose_plugin.pyo
|
||||
|
|
Loading…
Reference in a new issue