pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-test-assume
Module Name: pkgsrc
Committed By: adam
Date: Sun Nov 26 17:10:46 UTC 2017
Added Files:
pkgsrc/devel/py-test-assume: 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-assume/DESCR \
pkgsrc/devel/py-test-assume/Makefile pkgsrc/devel/py-test-assume/PLIST \
pkgsrc/devel/py-test-assume/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-assume/DESCR
diff -u /dev/null pkgsrc/devel/py-test-assume/DESCR:1.1
--- /dev/null Sun Nov 26 17:10:46 2017
+++ pkgsrc/devel/py-test-assume/DESCR Sun Nov 26 17:10:46 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-assume/Makefile
diff -u /dev/null pkgsrc/devel/py-test-assume/Makefile:1.1
--- /dev/null Sun Nov 26 17:10:46 2017
+++ pkgsrc/devel/py-test-assume/Makefile Sun Nov 26 17:10:46 2017
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2017/11/26 17:10:46 adam Exp $
+
+DISTNAME= pytest-assume-1.2
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-assume/}
+EXTRACT_SUFX= .zip
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/astraw38/pytest-assume
+COMMENT= Py.test plugin that allows multiple failures per test
+LICENSE= mit
+
+DEPENDS+= ${PYPKGPREFIX}-test>=2.7:../../devel/py-test
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-test-assume/PLIST
diff -u /dev/null pkgsrc/devel/py-test-assume/PLIST:1.1
--- /dev/null Sun Nov 26 17:10:46 2017
+++ pkgsrc/devel/py-test-assume/PLIST Sun Nov 26 17:10:46 2017
@@ -0,0 +1,13 @@
+@comment $NetBSD: PLIST,v 1.1 2017/11/26 17:10:46 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}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pytest_assume/__init__.py
+${PYSITELIB}/pytest_assume/__init__.pyc
+${PYSITELIB}/pytest_assume/__init__.pyo
+${PYSITELIB}/pytest_assume/plugin.py
+${PYSITELIB}/pytest_assume/plugin.pyc
+${PYSITELIB}/pytest_assume/plugin.pyo
Index: pkgsrc/devel/py-test-assume/distinfo
diff -u /dev/null pkgsrc/devel/py-test-assume/distinfo:1.1
--- /dev/null Sun Nov 26 17:10:46 2017
+++ pkgsrc/devel/py-test-assume/distinfo Sun Nov 26 17:10:46 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/11/26 17:10:46 adam Exp $
+
+SHA1 (pytest-assume-1.2.zip) = 4ff5eb4a1876cb26a62b196767d7e7eabbf0004a
+RMD160 (pytest-assume-1.2.zip) = fcad56ef9cd244b1bee34615eb84a86b8670f5cf
+SHA512 (pytest-assume-1.2.zip) = fafbb094bac11d332a03bdbf55925e9764f6608545988742ec456b7c0f735adde0705bd02f9b9cf1fbd0e985c59d40c56d4f4e520c84396c08b9b58ab50c0741
+Size (pytest-assume-1.2.zip) = 4709 bytes
Home |
Main Index |
Thread Index |
Old Index