Import py27-rednose-0.4.1 as devel/py-rednose.
rednose is a nosetests plugin for adding colour (and readability) to nosetest console results.
This commit is contained in:
parent
8c532e463b
commit
57e863bd1e
4 changed files with 35 additions and 0 deletions
2
devel/py-rednose/DESCR
Normal file
2
devel/py-rednose/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
rednose is a nosetests plugin for adding colour (and readability) to nosetest
|
||||
console results.
|
18
devel/py-rednose/Makefile
Normal file
18
devel/py-rednose/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $NetBSD: Makefile,v 1.1 2014/12/06 03:12:25 rodent Exp $
|
||||
|
||||
DISTNAME= rednose-0.4.1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= https://pypi.python.org/packages/source/r/rednose/
|
||||
|
||||
MAINTAINER= rodent@NetBSD.org
|
||||
HOMEPAGE= http://gfxmonk.net/dist/0install/rednose.xml
|
||||
COMMENT= Coloured output for nosetests
|
||||
LICENSE= modified-bsd
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-python-termstyle>=0.1.7:../../comms/py-python-termstyle
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
10
devel/py-rednose/PLIST
Normal file
10
devel/py-rednose/PLIST
Normal file
|
@ -0,0 +1,10 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2014/12/06 03:12:25 rodent 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}/requires.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/rednose.py
|
||||
${PYSITELIB}/rednose.pyc
|
||||
${PYSITELIB}/rednose.pyo
|
5
devel/py-rednose/distinfo
Normal file
5
devel/py-rednose/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2014/12/06 03:12:25 rodent Exp $
|
||||
|
||||
SHA1 (rednose-0.4.1.tar.gz) = 117ab4cf02becf6b12e4d31a6e33dfd313772f0e
|
||||
RMD160 (rednose-0.4.1.tar.gz) = 9729cc91bd4bca71269f759628d02ff6af4cf1e7
|
||||
Size (rednose-0.4.1.tar.gz) = 5888 bytes
|
Loading…
Reference in a new issue