diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common \ No newline at end of file diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,4 @@ +libc.so.6 +liblo.so.7 +libpthread.so.0 +libpython3.6m.so.1.0 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,19 @@ +name : python-pyliblo +version : 0.10.0 +release : 1 +source : + - https://github.com/dsacre/pyliblo/archive/0.10.0.tar.gz : 2013fe90e84bbb5bfb81d382f56e974442fd84fa7931c9986d19c5338c6b9883 +license : LGPL-2.1-or-later +component : programming.python +summary : Python wrapper for the liblo OSC library +description: | + Pyliblo is a python wrapper for the liblo OSC library. +builddeps : + - pkgconfig(liblo) + - cython +rundeps : + - liblo +build : | + %python3_setup +install : | + %python3_install 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,43 @@ + + + python-pyliblo + + Jacob Alzén + jacob.alzen@gmail.com + + LGPL-2.1-or-later + programming.python + Python wrapper for the liblo OSC library + Pyliblo is a python wrapper for the liblo OSC library. + + https://getsol.us/sources/README.Solus + + + python-pyliblo + Python wrapper for the liblo OSC library + Pyliblo is a python wrapper for the liblo OSC library. + + programming.python + + /usr/bin/dump_osc + /usr/bin/send_osc + /usr/lib/python3.6/site-packages/liblo.cpython-36m-x86_64-linux-gnu.so + /usr/lib/python3.6/site-packages/pyliblo-0.10.0-py3.6.egg-info/PKG-INFO + /usr/lib/python3.6/site-packages/pyliblo-0.10.0-py3.6.egg-info/SOURCES.txt + /usr/lib/python3.6/site-packages/pyliblo-0.10.0-py3.6.egg-info/dependency_links.txt + /usr/lib/python3.6/site-packages/pyliblo-0.10.0-py3.6.egg-info/not-zip-safe + /usr/lib/python3.6/site-packages/pyliblo-0.10.0-py3.6.egg-info/top_level.txt + /usr/share/man/man1/dump_osc.1 + /usr/share/man/man1/send_osc.1 + + + + + 2019-06-20 + 0.10.0 + Packaging update + Jacob Alzén + jacob.alzen@gmail.com + + + \ No newline at end of file