pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-test-sugar



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Nov 26 17:10:58 UTC 2017

Added Files:
        pkgsrc/devel/py-test-sugar: DESCR Makefile PLIST distinfo

Log Message:
pytest-sugar is a plugin for py.test that shows failures and errors instantly
and shows a progress bar.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-test-sugar/DESCR \
    pkgsrc/devel/py-test-sugar/Makefile pkgsrc/devel/py-test-sugar/PLIST \
    pkgsrc/devel/py-test-sugar/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/py-test-sugar/DESCR
diff -u /dev/null pkgsrc/devel/py-test-sugar/DESCR:1.1
--- /dev/null   Sun Nov 26 17:10:58 2017
+++ pkgsrc/devel/py-test-sugar/DESCR    Sun Nov 26 17:10:58 2017
@@ -0,0 +1,2 @@
+pytest-sugar is a plugin for py.test that shows failures and errors instantly
+and shows a progress bar.
Index: pkgsrc/devel/py-test-sugar/Makefile
diff -u /dev/null pkgsrc/devel/py-test-sugar/Makefile:1.1
--- /dev/null   Sun Nov 26 17:10:58 2017
+++ pkgsrc/devel/py-test-sugar/Makefile Sun Nov 26 17:10:58 2017
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2017/11/26 17:10:58 adam Exp $
+
+DISTNAME=      pytest-sugar-0.9.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-sugar/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://pivotfinland.com/pytest-sugar/
+COMMENT=       Py.test plugin that changes the default look and feel
+LICENSE=       modified-bsd
+
+DEPENDS+=      ${PYPKGPREFIX}-termcolor>=1.1.0:../../devel/py-termcolor
+DEPENDS+=      ${PYPKGPREFIX}-test>=2.9:../../devel/py-test
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-test-sugar/PLIST
diff -u /dev/null pkgsrc/devel/py-test-sugar/PLIST:1.1
--- /dev/null   Sun Nov 26 17:10:58 2017
+++ pkgsrc/devel/py-test-sugar/PLIST    Sun Nov 26 17:10:58 2017
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1 2017/11/26 17:10:58 adam 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}/pytest_sugar.py
+${PYSITELIB}/pytest_sugar.pyc
+${PYSITELIB}/pytest_sugar.pyo
Index: pkgsrc/devel/py-test-sugar/distinfo
diff -u /dev/null pkgsrc/devel/py-test-sugar/distinfo:1.1
--- /dev/null   Sun Nov 26 17:10:58 2017
+++ pkgsrc/devel/py-test-sugar/distinfo Sun Nov 26 17:10:58 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/11/26 17:10:58 adam Exp $
+
+SHA1 (pytest-sugar-0.9.0.tar.gz) = 0d69a8315cb458695810ce98e83949b960f72db3
+RMD160 (pytest-sugar-0.9.0.tar.gz) = da6d6dcfe8ea73de232aa9eea0ce9cee9671b8c4
+SHA512 (pytest-sugar-0.9.0.tar.gz) = 04aaa1590264ce0629a3079edfa3eb5f370f2cdcc4f78a4ecd018e81ff465697cc7e84908bb8abf950c20966335c17325731357730c9955ab6dcbb213b6af358
+Size (pytest-sugar-0.9.0.tar.gz) = 11741 bytes



Home | Main Index | Thread Index | Old Index