Thu Mar 31 21:47:54 2022 UTC ()
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.


(wiz)
diff -r0 -r1.1 pkgsrc/devel/py-test-trio/DESCR
diff -r0 -r1.1 pkgsrc/devel/py-test-trio/Makefile
diff -r0 -r1.1 pkgsrc/devel/py-test-trio/PLIST
diff -r0 -r1.1 pkgsrc/devel/py-test-trio/distinfo

File Added: pkgsrc/devel/py-test-trio/DESCR
This is a pytest plugin to help you test projects that use Trio,
a friendly library for concurrency and async I/O in Python.

File Added: pkgsrc/devel/py-test-trio/Makefile
# $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
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"

File Added: pkgsrc/devel/py-test-trio/PLIST
@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

File Added: pkgsrc/devel/py-test-trio/distinfo
$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