Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,28 @@ +name : python-blinker +version : 1.4 +release : 1 +source : + - https://github.com/jek/blinker/archive/rel-1.4.tar.gz : ee9d6d52cbb93a8f9fe40205f7e0bd33af90458e27214ffcd35415d1a940c36b +license : MIT +component : programming.python +summary : A fast Python in-process signal/event dispatching system +description: | + A fast Python in-process signal/event dispatching system +builddeps : + - pkgconfig(python-3.5) + - python-nose + - python-pytest + - python-setuptools +build : | + %python_setup + %python3_setup +check : | + pushd $PKG_BUILD_DIR/py2build + PYTHONPATH=$PWD py.test -v + popd + pushd $PKG_BUILD_DIR/py3build + PYTHONPATH=$PWD py.test3 -v + popd +install : | + %python_install + %python3_install Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,57 @@ + + + python-blinker + + Matthias Eliasson + matthias.eliasson@gmail.com + + MIT + programming.python + A fast Python in-process signal/event dispatching system + A fast Python in-process signal/event dispatching system + + https://solus-project.com/sources/README.Solus + + + python-blinker + A fast Python in-process signal/event dispatching system + A fast Python in-process signal/event dispatching system + + programming.python + + /usr/lib/python2.7/site-packages/blinker-1.4-py2.7.egg-info/PKG-INFO + /usr/lib/python2.7/site-packages/blinker-1.4-py2.7.egg-info/SOURCES.txt + /usr/lib/python2.7/site-packages/blinker-1.4-py2.7.egg-info/dependency_links.txt + /usr/lib/python2.7/site-packages/blinker-1.4-py2.7.egg-info/top_level.txt + /usr/lib/python2.7/site-packages/blinker/__init__.py + /usr/lib/python2.7/site-packages/blinker/__init__.pyc + /usr/lib/python2.7/site-packages/blinker/_saferef.py + /usr/lib/python2.7/site-packages/blinker/_saferef.pyc + /usr/lib/python2.7/site-packages/blinker/_utilities.py + /usr/lib/python2.7/site-packages/blinker/_utilities.pyc + /usr/lib/python2.7/site-packages/blinker/base.py + /usr/lib/python2.7/site-packages/blinker/base.pyc + /usr/lib/python3.5/site-packages/blinker-1.4-py3.5.egg-info/PKG-INFO + /usr/lib/python3.5/site-packages/blinker-1.4-py3.5.egg-info/SOURCES.txt + /usr/lib/python3.5/site-packages/blinker-1.4-py3.5.egg-info/dependency_links.txt + /usr/lib/python3.5/site-packages/blinker-1.4-py3.5.egg-info/top_level.txt + /usr/lib/python3.5/site-packages/blinker/__init__.py + /usr/lib/python3.5/site-packages/blinker/__pycache__/__init__.cpython-35.pyc + /usr/lib/python3.5/site-packages/blinker/__pycache__/_saferef.cpython-35.pyc + /usr/lib/python3.5/site-packages/blinker/__pycache__/_utilities.cpython-35.pyc + /usr/lib/python3.5/site-packages/blinker/__pycache__/base.cpython-35.pyc + /usr/lib/python3.5/site-packages/blinker/_saferef.py + /usr/lib/python3.5/site-packages/blinker/_utilities.py + /usr/lib/python3.5/site-packages/blinker/base.py + + + + + 2017-12-28 + 1.4 + Packaging update + Matthias Eliasson + matthias.eliasson@gmail.com + + + \ No newline at end of file