pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-test-trio devel/py-test-trio: import py-test-...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6852317e8f4e
branches: trunk
changeset: 376025:6852317e8f4e
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Mar 31 21:47:54 2022 +0000
description:
devel/py-test-trio: import py-test-trio-0.7.0
This is a pytest plugin to help you test projects that use Trio,
a friendly library for concurrency and async I/O in Python.
diffstat:
devel/py-test-trio/DESCR | 2 +
devel/py-test-trio/Makefile | 29 ++++++++++++++++++++
devel/py-test-trio/PLIST | 64 +++++++++++++++++++++++++++++++++++++++++++++
devel/py-test-trio/distinfo | 5 +++
4 files changed, 100 insertions(+), 0 deletions(-)
diffs (116 lines):
diff -r 474fe7c7656b -r 6852317e8f4e devel/py-test-trio/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-trio/DESCR Thu Mar 31 21:47:54 2022 +0000
@@ -0,0 +1,2 @@
+This is a pytest plugin to help you test projects that use Trio,
+a friendly library for concurrency and async I/O in Python.
diff -r 474fe7c7656b -r 6852317e8f4e devel/py-test-trio/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-trio/Makefile Thu Mar 31 21:47:54 2022 +0000
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1 2022/03/31 21:47:54 wiz Exp $
+
+DISTNAME= pytest-trio-0.7.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-trio/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/python-trio/pytest-trio
+COMMENT= Python testing tool for trio
+LICENSE= mit OR apache-2.0
+
+DEPENDS+= ${PYPKGPREFIX}-trio>=0.15.0:../../devel/py-trio
+DEPENDS+= ${PYPKGPREFIX}-async_generator>=1.9:../../devel/py-async_generator
+DEPENDS+= ${PYPKGPREFIX}-outcome-[0-9]*:../../devel/py-outcome
+DEPENDS+= ${PYPKGPREFIX}-test>=3.6:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+USE_LANGUAGES= # none
+
+# does not run
+# Defining 'pytest_plugins' in a non-top-level conftest is no longer supported:
+do-test:
+ cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 474fe7c7656b -r 6852317e8f4e devel/py-test-trio/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-trio/PLIST Thu Mar 31 21:47:54 2022 +0000
@@ -0,0 +1,64 @@
+@comment $NetBSD: PLIST,v 1.1 2022/03/31 21:47:54 wiz 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_trio/__init__.py
+${PYSITELIB}/pytest_trio/__init__.pyc
+${PYSITELIB}/pytest_trio/__init__.pyo
+${PYSITELIB}/pytest_trio/_tests/__init__.py
+${PYSITELIB}/pytest_trio/_tests/__init__.pyc
+${PYSITELIB}/pytest_trio/_tests/__init__.pyo
+${PYSITELIB}/pytest_trio/_tests/conftest.py
+${PYSITELIB}/pytest_trio/_tests/conftest.pyc
+${PYSITELIB}/pytest_trio/_tests/conftest.pyo
+${PYSITELIB}/pytest_trio/_tests/helpers.py
+${PYSITELIB}/pytest_trio/_tests/helpers.pyc
+${PYSITELIB}/pytest_trio/_tests/helpers.pyo
+${PYSITELIB}/pytest_trio/_tests/test_async_fixture.py
+${PYSITELIB}/pytest_trio/_tests/test_async_fixture.pyc
+${PYSITELIB}/pytest_trio/_tests/test_async_fixture.pyo
+${PYSITELIB}/pytest_trio/_tests/test_async_yield_fixture.py
+${PYSITELIB}/pytest_trio/_tests/test_async_yield_fixture.pyc
+${PYSITELIB}/pytest_trio/_tests/test_async_yield_fixture.pyo
+${PYSITELIB}/pytest_trio/_tests/test_basic.py
+${PYSITELIB}/pytest_trio/_tests/test_basic.pyc
+${PYSITELIB}/pytest_trio/_tests/test_basic.pyo
+${PYSITELIB}/pytest_trio/_tests/test_clock_fixture.py
+${PYSITELIB}/pytest_trio/_tests/test_clock_fixture.pyc
+${PYSITELIB}/pytest_trio/_tests/test_clock_fixture.pyo
+${PYSITELIB}/pytest_trio/_tests/test_contextvars.py
+${PYSITELIB}/pytest_trio/_tests/test_contextvars.pyc
+${PYSITELIB}/pytest_trio/_tests/test_contextvars.pyo
+${PYSITELIB}/pytest_trio/_tests/test_fixture_mistakes.py
+${PYSITELIB}/pytest_trio/_tests/test_fixture_mistakes.pyc
+${PYSITELIB}/pytest_trio/_tests/test_fixture_mistakes.pyo
+${PYSITELIB}/pytest_trio/_tests/test_fixture_names.py
+${PYSITELIB}/pytest_trio/_tests/test_fixture_names.pyc
+${PYSITELIB}/pytest_trio/_tests/test_fixture_names.pyo
+${PYSITELIB}/pytest_trio/_tests/test_fixture_nursery.py
+${PYSITELIB}/pytest_trio/_tests/test_fixture_nursery.pyc
+${PYSITELIB}/pytest_trio/_tests/test_fixture_nursery.pyo
+${PYSITELIB}/pytest_trio/_tests/test_fixture_ordering.py
+${PYSITELIB}/pytest_trio/_tests/test_fixture_ordering.pyc
+${PYSITELIB}/pytest_trio/_tests/test_fixture_ordering.pyo
+${PYSITELIB}/pytest_trio/_tests/test_hypothesis_interaction.py
+${PYSITELIB}/pytest_trio/_tests/test_hypothesis_interaction.pyc
+${PYSITELIB}/pytest_trio/_tests/test_hypothesis_interaction.pyo
+${PYSITELIB}/pytest_trio/_tests/test_sync_fixture.py
+${PYSITELIB}/pytest_trio/_tests/test_sync_fixture.pyc
+${PYSITELIB}/pytest_trio/_tests/test_sync_fixture.pyo
+${PYSITELIB}/pytest_trio/_tests/test_trio_mode.py
+${PYSITELIB}/pytest_trio/_tests/test_trio_mode.pyc
+${PYSITELIB}/pytest_trio/_tests/test_trio_mode.pyo
+${PYSITELIB}/pytest_trio/_version.py
+${PYSITELIB}/pytest_trio/_version.pyc
+${PYSITELIB}/pytest_trio/_version.pyo
+${PYSITELIB}/pytest_trio/enable_trio_mode.py
+${PYSITELIB}/pytest_trio/enable_trio_mode.pyc
+${PYSITELIB}/pytest_trio/enable_trio_mode.pyo
+${PYSITELIB}/pytest_trio/plugin.py
+${PYSITELIB}/pytest_trio/plugin.pyc
+${PYSITELIB}/pytest_trio/plugin.pyo
diff -r 474fe7c7656b -r 6852317e8f4e devel/py-test-trio/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-trio/distinfo Thu Mar 31 21:47:54 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/03/31 21:47:54 wiz Exp $
+
+BLAKE2s (pytest-trio-0.7.0.tar.gz) = 5fdcc33e7b3b00eac23cffa223157127ba60f01479fb178b1d785787cbcc1f00
+SHA512 (pytest-trio-0.7.0.tar.gz) = 547036c94f33cf8e755c88d608c5fddfa5c583fdaa7e604598d470e250a006c571702a81bac4f273b74450a8c10e4be404bad74d4104403fe1c9c70e872dff53
+Size (pytest-trio-0.7.0.tar.gz) = 47784 bytes
Home |
Main Index |
Thread Index |
Old Index