Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F10897298
D1993.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.diff
View Options
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,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
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,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
Jul 3 2023, 5:43 AM (5 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5800360
Default Alt Text
D1993.diff (4 KB)
Attached To
Mode
D1993: Initial version of python-backports.unittest_mock
Attached
Detach File
Event Timeline
Log In to Comment