Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11048634
D1826.id4365.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
20 KB
Referenced Files
None
Subscribers
None
D1826.id4365.diff
View Options
Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: abi_used_libs
===================================================================
--- /dev/null
+++ abi_used_libs
@@ -0,0 +1,4 @@
+libc.so.6
+libpthread.so.0
+libpython2.7.so.1.0
+libpython3.5m.so.1.0
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,29 @@
+name : python-coverage
+version : 4.4.2
+release : 1
+source :
+ - https://files.pythonhosted.org/packages/source/c/coverage/coverage-4.4.2.tar.gz : 309d91bd7a35063ec7a0e4d75645488bfab3f0b66373e7722f23da7f5b0f34cc
+license : Apache-2.0
+component : programming.python
+summary : Code coverage measurement and testing for Python
+description: |
+ Coverage.py is a Python module that measures code coverage during Python
+ execution. It uses the code analysis tools and tracing hooks provided in the
+ Python standard library to determine which lines are executable, and which
+ have been executed.
+builddeps :
+ - pkgconfig(python3)
+ - python-setuptools
+build : |
+ %python_setup
+ %python3_setup
+install : |
+ %python_install
+ %python3_install
+
+ pushd $installdir/usr/bin
+ rm coverage{,2,3}
+ ln -s $(basename coverage-2.*) coverage
+ ln -s $(basename coverage-2.*) coverage2
+ ln -s $(basename coverage-3.*) coverage3
+ popd
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,204 @@
+<PISI>
+ <Source>
+ <Name>python-coverage</Name>
+ <Packager>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Packager>
+ <License>Apache-2.0</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">Code coverage measurement and testing for Python</Summary>
+ <Description xml:lang="en">Coverage.py is a Python module that measures code coverage during Python
+execution. It uses the code analysis tools and tracing hooks provided in the
+Python standard library to determine which lines are executable, and which
+have been executed.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>python-coverage</Name>
+ <Summary xml:lang="en">Code coverage measurement and testing for Python</Summary>
+ <Description xml:lang="en">Coverage.py is a Python module that measures code coverage during Python
+execution. It uses the code analysis tools and tracing hooks provided in the
+Python standard library to determine which lines are executable, and which
+have been executed.
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage-4.4.2-py2.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage-4.4.2-py2.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage-4.4.2-py2.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage-4.4.2-py2.7.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage-4.4.2-py2.7.egg-info/not-zip-safe</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage-4.4.2-py2.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/__main__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/__main__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/annotate.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/annotate.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/backunittest.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/backunittest.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/backward.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/backward.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/bytecode.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/bytecode.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/cmdline.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/cmdline.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/collector.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/collector.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/config.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/config.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/control.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/control.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/data.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/data.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/debug.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/debug.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/env.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/env.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/execfile.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/execfile.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/files.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/files.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/fullcoverage/encodings.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/fullcoverage/encodings.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/html.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/html.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/htmlfiles/coverage_html.js</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/htmlfiles/index.html</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/htmlfiles/jquery.ba-throttle-debounce.min.js</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/htmlfiles/jquery.hotkeys.js</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/htmlfiles/jquery.isonscreen.js</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/htmlfiles/jquery.min.js</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/htmlfiles/jquery.tablesorter.min.js</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/htmlfiles/keybd_closed.png</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/htmlfiles/keybd_open.png</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/htmlfiles/pyfile.html</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/htmlfiles/style.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/misc.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/misc.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/multiproc.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/multiproc.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/parser.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/parser.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/phystokens.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/phystokens.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/pickle2json.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/pickle2json.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/plugin.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/plugin.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/plugin_support.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/plugin_support.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/python.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/python.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/pytracer.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/pytracer.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/report.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/report.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/results.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/results.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/summary.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/summary.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/templite.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/templite.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/tracer.so</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/version.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/version.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/xmlreport.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/coverage/xmlreport.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage-4.4.2-py3.5.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage-4.4.2-py3.5.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage-4.4.2-py3.5.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage-4.4.2-py3.5.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage-4.4.2-py3.5.egg-info/not-zip-safe</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage-4.4.2-py3.5.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/__main__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/__pycache__/__main__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/__pycache__/annotate.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/__pycache__/backunittest.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/__pycache__/backward.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/__pycache__/bytecode.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/__pycache__/cmdline.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/__pycache__/collector.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/__pycache__/config.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/__pycache__/control.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/__pycache__/data.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/__pycache__/debug.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/__pycache__/env.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/__pycache__/execfile.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/__pycache__/files.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/__pycache__/html.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/__pycache__/misc.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/__pycache__/multiproc.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/__pycache__/parser.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/__pycache__/phystokens.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/__pycache__/pickle2json.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/__pycache__/plugin.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/__pycache__/plugin_support.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/__pycache__/python.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/__pycache__/pytracer.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/__pycache__/report.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/__pycache__/results.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/__pycache__/summary.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/__pycache__/templite.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/__pycache__/version.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/__pycache__/xmlreport.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/annotate.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/backunittest.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/backward.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/bytecode.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/cmdline.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/collector.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/config.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/control.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/data.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/debug.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/env.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/execfile.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/files.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/fullcoverage/__pycache__/encodings.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/fullcoverage/encodings.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/html.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/htmlfiles/coverage_html.js</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/htmlfiles/index.html</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/htmlfiles/jquery.ba-throttle-debounce.min.js</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/htmlfiles/jquery.hotkeys.js</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/htmlfiles/jquery.isonscreen.js</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/htmlfiles/jquery.min.js</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/htmlfiles/jquery.tablesorter.min.js</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/htmlfiles/keybd_closed.png</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/htmlfiles/keybd_open.png</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/htmlfiles/pyfile.html</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/htmlfiles/style.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/misc.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/multiproc.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/parser.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/phystokens.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/pickle2json.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/plugin.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/plugin_support.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/python.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/pytracer.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/report.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/results.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/summary.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/templite.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/tracer.cpython-35m-x86_64-linux-gnu.so</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/version.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/coverage/xmlreport.py</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2017-12-30</Date>
+ <Version>4.4.2</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
5884949
Default Alt Text
D1826.id4365.diff (20 KB)
Attached To
Mode
D1826: Initial version of python-coverage
Attached
Detach File
Event Timeline
Log In to Comment