Page MenuHomeSolus

D1548.id3822.diff
No OneTemporary

D1548.id3822.diff

Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: package.yml
===================================================================
--- /dev/null
+++ 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
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,45 @@
+<PISI>
+ <Source>
+ <Name>python-pretend</Name>
+ <Packager>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Packager>
+ <License>BSD-3-Clause</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">Pretend is a library to make stubbing with Python easier</Summary>
+ <Description xml:lang="en">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.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>python-pretend</Name>
+ <Summary xml:lang="en">Pretend is a library to make stubbing with Python easier</Summary>
+ <Description xml:lang="en">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.
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pretend-1.0.8-py2.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pretend-1.0.8-py2.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pretend-1.0.8-py2.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pretend-1.0.8-py2.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pretend.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pretend.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/__pycache__/pretend.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pretend-1.0.8-py3.5.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pretend-1.0.8-py3.5.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pretend-1.0.8-py3.5.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pretend-1.0.8-py3.5.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pretend.py</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2017-12-05</Date>
+ <Version>1.0.8</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 5:23 PM (1 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5847083
Default Alt Text
D1548.id3822.diff (4 KB)

Event Timeline