Page MenuHomeSolus

D9977.id23985.diff
No OneTemporary

D9977.id23985.diff

Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: package.yml
===================================================================
--- /dev/null
+++ 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
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,45 @@
+<PISI>
+ <Source>
+ <Name>python-pytest-asyncio</Name>
+ <Homepage>https://github.com/pytest-dev/pytest-asyncio</Homepage>
+ <Packager>
+ <Name>Algent Albrahimi</Name>
+ <Email>algent@protonmail.com</Email>
+ </Packager>
+ <License>Apache-2.0</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">Pytest support for asyncio</Summary>
+ <Description xml:lang="en">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.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>python-pytest-asyncio</Name>
+ <Summary xml:lang="en">Pytest support for asyncio</Summary>
+ <Description xml:lang="en">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.
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pytest_asyncio-0.10.0-py3.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pytest_asyncio-0.10.0-py3.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pytest_asyncio-0.10.0-py3.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pytest_asyncio-0.10.0-py3.7.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pytest_asyncio-0.10.0-py3.7.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pytest_asyncio-0.10.0-py3.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pytest_asyncio/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pytest_asyncio/__pycache__/__init__.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pytest_asyncio/__pycache__/plugin.cpython-37-PYTEST.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pytest_asyncio/__pycache__/plugin.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pytest_asyncio/plugin.py</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2020-11-10</Date>
+ <Version>0.10.0</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Algent Albrahimi</Name>
+ <Email>algent@protonmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 5:50 PM (2 h, 42 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5856000
Default Alt Text
D9977.id23985.diff (4 KB)

Event Timeline