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,18 @@ +name : python-pretend +version : 1.0.8 +release : 1 +source : + - https://pypi.python.org/packages/source/p/pretend/pretend-1.0.8.tar.gz : 930f2c1e18503e8f8c403abe2e02166c4a881941745147e712cdd4f49f3fb964 +license : BSD-3-Clause +component : programming.python +summary : Pretend is a library to make stubbing with Python easier +description: | + Stubbing is a technique for writing tests. You may hear the term mixed up with mocks, fakes, or doubles. Basically a stub is an object that returns pre-canned responses, rather than doing any computation. +builddeps : + - python-setuptools +build : | + %python_setup + %python3_setup +install : | + %python_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,45 @@ + + + python-pretend + + Pierre-Yves + pyu@riseup.net + + BSD-3-Clause + programming.python + Pretend is a library to make stubbing with Python easier + Stubbing is a technique for writing tests. You may hear the term mixed up with mocks, fakes, or doubles. Basically a stub is an object that returns pre-canned responses, rather than doing any computation. + + https://solus-project.com/sources/README.Solus + + + python-pretend + Pretend is a library to make stubbing with Python easier + Stubbing is a technique for writing tests. You may hear the term mixed up with mocks, fakes, or doubles. Basically a stub is an object that returns pre-canned responses, rather than doing any computation. + + programming.python + + /usr/lib/python2.7/site-packages/pretend-1.0.8-py2.7.egg-info/PKG-INFO + /usr/lib/python2.7/site-packages/pretend-1.0.8-py2.7.egg-info/SOURCES.txt + /usr/lib/python2.7/site-packages/pretend-1.0.8-py2.7.egg-info/dependency_links.txt + /usr/lib/python2.7/site-packages/pretend-1.0.8-py2.7.egg-info/top_level.txt + /usr/lib/python2.7/site-packages/pretend.py + /usr/lib/python2.7/site-packages/pretend.pyc + /usr/lib/python3.5/site-packages/__pycache__/pretend.cpython-35.pyc + /usr/lib/python3.5/site-packages/pretend-1.0.8-py3.5.egg-info/PKG-INFO + /usr/lib/python3.5/site-packages/pretend-1.0.8-py3.5.egg-info/SOURCES.txt + /usr/lib/python3.5/site-packages/pretend-1.0.8-py3.5.egg-info/dependency_links.txt + /usr/lib/python3.5/site-packages/pretend-1.0.8-py3.5.egg-info/top_level.txt + /usr/lib/python3.5/site-packages/pretend.py + + + + + 2017-12-05 + 1.0.8 + Packaging update + Pierre-Yves + pyu@riseup.net + + + \ No newline at end of file