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,22 @@ +name : python-atomicwrites +version : 1.2.1 +release : 1 +source : + - https://github.com/untitaker/python-atomicwrites/archive/1.2.1.tar.gz : 84988f6ad66518546296ad002ed0e440560af7bfdeccb0b0e14672e6d71b0dc3 +license : MIT +component : programming.python +summary : Powerful Python library for atomic file writes +description: | + Powerful Python library for atomic file writes +builddeps : + - python-setuptools + - python-pytest +build : | + %python_setup + %python3_setup +install : | + %python_install + %python3_install +check : | + %python_test py.test + %python3_test py.test3 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,45 @@ + + + python-atomicwrites + + Pierre-Yves + pyu@riseup.net + + MIT + programming.python + Powerful Python library for atomic file writes + Powerful Python library for atomic file writes + + https://solus-project.com/sources/README.Solus + + + python-atomicwrites + Powerful Python library for atomic file writes + Powerful Python library for atomic file writes + + programming.python + + /usr/lib/python2.7/site-packages/atomicwrites-1.2.1-py2.7.egg-info/PKG-INFO + /usr/lib/python2.7/site-packages/atomicwrites-1.2.1-py2.7.egg-info/SOURCES.txt + /usr/lib/python2.7/site-packages/atomicwrites-1.2.1-py2.7.egg-info/dependency_links.txt + /usr/lib/python2.7/site-packages/atomicwrites-1.2.1-py2.7.egg-info/top_level.txt + /usr/lib/python2.7/site-packages/atomicwrites/__init__.py + /usr/lib/python2.7/site-packages/atomicwrites/__init__.pyc + /usr/lib/python3.6/site-packages/atomicwrites-1.2.1-py3.6.egg-info/PKG-INFO + /usr/lib/python3.6/site-packages/atomicwrites-1.2.1-py3.6.egg-info/SOURCES.txt + /usr/lib/python3.6/site-packages/atomicwrites-1.2.1-py3.6.egg-info/dependency_links.txt + /usr/lib/python3.6/site-packages/atomicwrites-1.2.1-py3.6.egg-info/top_level.txt + /usr/lib/python3.6/site-packages/atomicwrites/__init__.py + /usr/lib/python3.6/site-packages/atomicwrites/__pycache__/__init__.cpython-36.pyc + + + + + 2018-10-28 + 1.2.1 + Packaging update + Pierre-Yves + pyu@riseup.net + + + \ No newline at end of file