diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,3 @@ +libc.so.6 +libpthread.so.0 +libpython2.7.so.1.0 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,14 @@ +name : python-subprocess32 +version : 3.2.7 +release : 1 +source : + - https://github.com/google/python-subprocess32/archive/3.2.7.tar.gz : 079c02ebe338ee0197109dbe2fcf6fddef776bacdf92fb75d83333845ad9b416 +license : Python-2.0 +component : programming.python +summary : A backport of the Python 3 subprocess module for use on Python 2. +description: | + A backport of the Python 3 subprocess module for use on Python 2. +build : | + %python_setup +install : | + %python_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,37 @@ + + + python-subprocess32 + + Ewan Paterson + ewan.paterson@hotmail.co.uk + + Python-2.0 + programming.python + A backport of the Python 3 subprocess module for use on Python 2. + A backport of the Python 3 subprocess module for use on Python 2. + + https://solus-project.com/sources/README.Solus + + + python-subprocess32 + A backport of the Python 3 subprocess module for use on Python 2. + A backport of the Python 3 subprocess module for use on Python 2. + + programming.python + + /usr/lib/python2.7/site-packages/_posixsubprocess.so + /usr/lib/python2.7/site-packages/subprocess32-3.2.7-py2.7.egg-info + /usr/lib/python2.7/site-packages/subprocess32.py + /usr/lib/python2.7/site-packages/subprocess32.pyc + + + + + 2017-10-04 + 3.2.7 + Packaging update + Ewan Paterson + ewan.paterson@hotmail.co.uk + + + \ No newline at end of file