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,19 @@ +name : python-async-generator +version : 1.10 +release : 1 +source : + - https://github.com/python-trio/async_generator/archive/v1.10.tar.gz : 7b61d78c5bb14fb89e5d67b58755033f234bb411e71924820d5a23e087de4535 +homepage : https://github.com/python-trio/async_generator +license : MIT +component : programming.python +summary : Making it easy to write async iterators +description: | + Making it easy to write async iterators +builddeps : + - 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,54 @@ + + + python-async-generator + https://github.com/python-trio/async_generator + + Algent Albrahimi + algent@protonmail.com + + MIT + programming.python + Making it easy to write async iterators + Making it easy to write async iterators + + https://getsol.us/sources/README.Solus + + + python-async-generator + Making it easy to write async iterators + Making it easy to write async iterators + + programming.python + + /usr/lib/python3.7/site-packages/async_generator-1.10-py3.7.egg-info/PKG-INFO + /usr/lib/python3.7/site-packages/async_generator-1.10-py3.7.egg-info/SOURCES.txt + /usr/lib/python3.7/site-packages/async_generator-1.10-py3.7.egg-info/dependency_links.txt + /usr/lib/python3.7/site-packages/async_generator-1.10-py3.7.egg-info/top_level.txt + /usr/lib/python3.7/site-packages/async_generator/__init__.py + /usr/lib/python3.7/site-packages/async_generator/__pycache__/__init__.cpython-37.pyc + /usr/lib/python3.7/site-packages/async_generator/__pycache__/_impl.cpython-37.pyc + /usr/lib/python3.7/site-packages/async_generator/__pycache__/_util.cpython-37.pyc + /usr/lib/python3.7/site-packages/async_generator/__pycache__/_version.cpython-37.pyc + /usr/lib/python3.7/site-packages/async_generator/_impl.py + /usr/lib/python3.7/site-packages/async_generator/_tests/__init__.py + /usr/lib/python3.7/site-packages/async_generator/_tests/__pycache__/__init__.cpython-37.pyc + /usr/lib/python3.7/site-packages/async_generator/_tests/__pycache__/conftest.cpython-37.pyc + /usr/lib/python3.7/site-packages/async_generator/_tests/__pycache__/test_async_generator.cpython-37.pyc + /usr/lib/python3.7/site-packages/async_generator/_tests/__pycache__/test_util.cpython-37.pyc + /usr/lib/python3.7/site-packages/async_generator/_tests/conftest.py + /usr/lib/python3.7/site-packages/async_generator/_tests/test_async_generator.py + /usr/lib/python3.7/site-packages/async_generator/_tests/test_util.py + /usr/lib/python3.7/site-packages/async_generator/_util.py + /usr/lib/python3.7/site-packages/async_generator/_version.py + + + + + 2020-11-10 + 1.1 + Packaging update + Algent Albrahimi + algent@protonmail.com + + + \ No newline at end of file