Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F10708930
D1993.id4718.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
4 KB
Referenced Files
None
Subscribers
None
D1993.id4718.diff
View Options
Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,25 @@
+name : python-backports.unittest_mock
+version : 1.3
+release : 1
+source :
+ - https://files.pythonhosted.org/packages/source/b/backports.unittest_mock/backports.unittest_mock-1.3.tar.gz : c6d964d75112051576daa60746cc6a66afcdc43f13ea2bda175ca8e278e9b375
+license : MIT
+component : programming.python
+summary : Backport of unittest mock for python 3.2 and earlier
+description: |
+ Provides a function "install()" which makes the "mock" module available
+ as "unittest.mock" on Python 3.2 and earlier.
+ Also advertises a pytest plugin which configures unittest.mock automatically.
+builddeps :
+ - python-mock
+ - python-setuptools
+ - python-setuptools-scm
+ - python-pytest
+build : |
+ %python_setup
+install : |
+ %python_install
+check : |
+ pushd $PKG_BUILD_DIR/py2build
+ PYTHONPATH=$PWD py.test
+ popd
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,47 @@
+<PISI>
+ <Source>
+ <Name>python-backports.unittest_mock</Name>
+ <Packager>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Packager>
+ <License>MIT</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">Backport of unittest mock for python 3.2 and earlier</Summary>
+ <Description xml:lang="en">Provides a function "install()" which makes the "mock" module available
+as "unittest.mock" on Python 3.2 and earlier.
+Also advertises a pytest plugin which configures unittest.mock automatically.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>python-backports.unittest_mock</Name>
+ <Summary xml:lang="en">Backport of unittest mock for python 3.2 and earlier</Summary>
+ <Description xml:lang="en">Provides a function "install()" which makes the "mock" module available
+as "unittest.mock" on Python 3.2 and earlier.
+Also advertises a pytest plugin which configures unittest.mock automatically.
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/backports.unittest_mock-1.3-py2.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/backports.unittest_mock-1.3-py2.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/backports.unittest_mock-1.3-py2.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/backports.unittest_mock-1.3-py2.7.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/backports.unittest_mock-1.3-py2.7.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/backports.unittest_mock-1.3-py2.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/backports/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/backports/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/backports/unittest_mock/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/backports/unittest_mock/__init__.pyc</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2018-01-19</Date>
+ <Version>1.3</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
Apr 28 2023, 9:21 PM (14 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5802292
Default Alt Text
D1993.id4718.diff (4 KB)
Attached To
Mode
D1993: Initial version of python-backports.unittest_mock
Attached
Detach File
Event Timeline
Log In to Comment