pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel
Module Name: pkgsrc
Committed By: adam
Date: Mon Feb 5 16:28:49 UTC 2018
Modified Files:
pkgsrc/devel: Makefile
Added Files:
pkgsrc/devel/py-test-asyncio: DESCR Makefile PLIST distinfo
Log Message:
py-test-asyncio: added version 0.8.0
pytest-asyncio is a library, written in Python, for testing asyncio code with
pytest.
asyncio code is usually written in the form of coroutines, which makes it
slightly more difficult to test using normal testing tools. pytest-asyncio
provides useful fixtures and markers to make testing easier.
To generate a diff of this commit:
cvs rdiff -u -r1.2599 -r1.2600 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-test-asyncio/DESCR \
pkgsrc/devel/py-test-asyncio/Makefile pkgsrc/devel/py-test-asyncio/PLIST \
pkgsrc/devel/py-test-asyncio/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.2599 pkgsrc/devel/Makefile:1.2600
--- pkgsrc/devel/Makefile:1.2599 Mon Feb 5 16:22:42 2018
+++ pkgsrc/devel/Makefile Mon Feb 5 16:28:49 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2599 2018/02/05 16:22:42 adam Exp $
+# $NetBSD: Makefile,v 1.2600 2018/02/05 16:28:49 adam Exp $
#
COMMENT= Development utilities
@@ -2141,6 +2141,7 @@ SUBDIR+= py-tabular
SUBDIR+= py-termcolor
SUBDIR+= py-test
SUBDIR+= py-test-assume
+SUBDIR+= py-test-asyncio
SUBDIR+= py-test-cache
SUBDIR+= py-test-cov
SUBDIR+= py-test-flake8
Added files:
Index: pkgsrc/devel/py-test-asyncio/DESCR
diff -u /dev/null pkgsrc/devel/py-test-asyncio/DESCR:1.1
--- /dev/null Mon Feb 5 16:28:49 2018
+++ pkgsrc/devel/py-test-asyncio/DESCR Mon Feb 5 16:28:49 2018
@@ -0,0 +1,6 @@
+pytest-asyncio is a library, written in Python, for testing asyncio code with
+pytest.
+
+asyncio code is usually written in the form of coroutines, which makes it
+slightly more difficult to test using normal testing tools. pytest-asyncio
+provides useful fixtures and markers to make testing easier.
Index: pkgsrc/devel/py-test-asyncio/Makefile
diff -u /dev/null pkgsrc/devel/py-test-asyncio/Makefile:1.1
--- /dev/null Mon Feb 5 16:28:49 2018
+++ pkgsrc/devel/py-test-asyncio/Makefile Mon Feb 5 16:28:49 2018
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2018/02/05 16:28:49 adam Exp $
+
+DISTNAME= pytest-asyncio-0.8.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-asyncio/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/pytest-dev/pytest-asyncio
+COMMENT= Pytest support for asyncio
+LICENSE= apache-2.0
+
+DEPENDS+= ${PYPKGPREFIX}-async_generator>=1.3:../../devel/py-async_generator
+DEPENDS+= ${PYPKGPREFIX}-test>=3.0.6:../../devel/py-test
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27 34
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-test-asyncio/PLIST
diff -u /dev/null pkgsrc/devel/py-test-asyncio/PLIST:1.1
--- /dev/null Mon Feb 5 16:28:49 2018
+++ pkgsrc/devel/py-test-asyncio/PLIST Mon Feb 5 16:28:49 2018
@@ -0,0 +1,13 @@
+@comment $NetBSD: PLIST,v 1.1 2018/02/05 16:28:49 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_asyncio/__init__.py
+${PYSITELIB}/pytest_asyncio/__init__.pyc
+${PYSITELIB}/pytest_asyncio/__init__.pyo
+${PYSITELIB}/pytest_asyncio/plugin.py
+${PYSITELIB}/pytest_asyncio/plugin.pyc
+${PYSITELIB}/pytest_asyncio/plugin.pyo
Index: pkgsrc/devel/py-test-asyncio/distinfo
diff -u /dev/null pkgsrc/devel/py-test-asyncio/distinfo:1.1
--- /dev/null Mon Feb 5 16:28:49 2018
+++ pkgsrc/devel/py-test-asyncio/distinfo Mon Feb 5 16:28:49 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/02/05 16:28:49 adam Exp $
+
+SHA1 (pytest-asyncio-0.8.0.tar.gz) = d5a7faf563006ad6a91243060b13a8cddcab42b5
+RMD160 (pytest-asyncio-0.8.0.tar.gz) = 45d68fd605944e249c0f4f02961ee3fb978403b9
+SHA512 (pytest-asyncio-0.8.0.tar.gz) = ffae02204356ad8c936dca7d3982eda220d886d3f75619696e3146e6aacacdfc1212eed096613f9d1b3f7aa002ce9aeb8fb1a97341877c01018b59a38f05b196
+Size (pytest-asyncio-0.8.0.tar.gz) = 11310 bytes
Home |
Main Index |
Thread Index |
Old Index