diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,23 @@ +name : python-pytest-asyncio +version : 0.10.0 +release : 1 +source : + - https://github.com/pytest-dev/pytest-asyncio/archive/v0.10.0.tar.gz : 4a2f53fb40b8075739018e026bd0d3d2485d9f7c228974c817a6b43ed1350ed0 +homepage : https://github.com/pytest-dev/pytest-asyncio +license : Apache-2.0 +component : programming.python +summary : Pytest support for asyncio +description: | + pytest-asyncio is an Apache2 licensed 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. +builddeps : + - python-async-generator + - python-hypothesis + - python-pytest +rundeps : + - python-pytest +build : | + %python3_setup +install : | + %python3_install +check : | + %python3_test pytest3 diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,45 @@ + + + python-pytest-asyncio + https://github.com/pytest-dev/pytest-asyncio + + Algent Albrahimi + algent@protonmail.com + + Apache-2.0 + programming.python + Pytest support for asyncio + pytest-asyncio is an Apache2 licensed 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. + + https://getsol.us/sources/README.Solus + + + python-pytest-asyncio + Pytest support for asyncio + pytest-asyncio is an Apache2 licensed 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. + + programming.python + + /usr/lib/python3.7/site-packages/pytest_asyncio-0.10.0-py3.7.egg-info/PKG-INFO + /usr/lib/python3.7/site-packages/pytest_asyncio-0.10.0-py3.7.egg-info/SOURCES.txt + /usr/lib/python3.7/site-packages/pytest_asyncio-0.10.0-py3.7.egg-info/dependency_links.txt + /usr/lib/python3.7/site-packages/pytest_asyncio-0.10.0-py3.7.egg-info/entry_points.txt + /usr/lib/python3.7/site-packages/pytest_asyncio-0.10.0-py3.7.egg-info/requires.txt + /usr/lib/python3.7/site-packages/pytest_asyncio-0.10.0-py3.7.egg-info/top_level.txt + /usr/lib/python3.7/site-packages/pytest_asyncio/__init__.py + /usr/lib/python3.7/site-packages/pytest_asyncio/__pycache__/__init__.cpython-37.pyc + /usr/lib/python3.7/site-packages/pytest_asyncio/__pycache__/plugin.cpython-37-PYTEST.pyc + /usr/lib/python3.7/site-packages/pytest_asyncio/__pycache__/plugin.cpython-37.pyc + /usr/lib/python3.7/site-packages/pytest_asyncio/plugin.py + + + + + 2020-11-10 + 0.10.0 + Packaging update + Algent Albrahimi + algent@protonmail.com + + + \ No newline at end of file