Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11048641
D1866.id4418.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
3 KB
Referenced Files
None
Subscribers
None
D1866.id4418.diff
View Options
Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,18 @@
+name : python-minimock
+version : 1.2.8
+release : 1
+source :
+ - https://pypi.python.org/packages/source/M/MiniMock/MiniMock-1.2.8.tar.gz : 5fdfdfeadf0fc781d0592a1b90d2fcc11581f682ff7cba6201cfdb15c3ea5a4c
+license : MIT
+component : programming.python
+summary : The simplest possible mock library
+description: |
+ MiniMock is a simple library for doing Mock objects with doctest.
+build : |
+ %python3_setup
+install : |
+ %python3_install
+check : |
+ pushd $PKG_BUILD_DIR/py3build
+ python3 minimock.py -v
+ popd
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,40 @@
+<PISI>
+ <Source>
+ <Name>python-minimock</Name>
+ <Packager>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Packager>
+ <License>MIT</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">The simplest possible mock library</Summary>
+ <Description xml:lang="en">MiniMock is a simple library for doing Mock objects with doctest.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>python-minimock</Name>
+ <Summary xml:lang="en">The simplest possible mock library</Summary>
+ <Description xml:lang="en">MiniMock is a simple library for doing Mock objects with doctest.
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/MiniMock-1.2.8-py3.5.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/MiniMock-1.2.8-py3.5.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/MiniMock-1.2.8-py3.5.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/MiniMock-1.2.8-py3.5.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/MiniMock-1.2.8-py3.5.egg-info/zip-safe</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/__pycache__/minimock.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/minimock.py</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2018-01-03</Date>
+ <Version>1.2.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
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 11, 4:43 PM (2 h, 58 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5896576
Default Alt Text
D1866.id4418.diff (3 KB)
Attached To
Mode
D1866: Initial version of python-minimock
Attached
Detach File
Event Timeline
Log In to Comment