Page MenuHomeSolus

D1736.diff
No OneTemporary

D1736.diff

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,17 @@
+name : pygal
+version : 2.4.0
+release : 1
+source :
+ - https://github.com/Kozea/pygal/archive/2.4.0.tar.gz : 16d29d72abc2e2bd5e296a68e62b5b98d797385295084eb7853fd4e221b471f7
+license : LGPL-3.0
+component : programming.python
+summary : PYthon svg GrAph plotting Library
+description: |
+ PYthon svg GrAph plotting Library
+builddeps :
+ - python-setuptools
+ - pytest-runner
+build : |
+ %python3_setup
+install : |
+ %python3_install
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,180 @@
+<PISI>
+ <Source>
+ <Name>pygal</Name>
+ <Packager>
+ <Name>Stig Svensson</Name>
+ <Email>stigarn@protonmail.ch</Email>
+ </Packager>
+ <License>LGPL-3.0</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">PYthon svg GrAph plotting Library</Summary>
+ <Description xml:lang="en">PYthon svg GrAph plotting Library
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>pygal</Name>
+ <Summary xml:lang="en">PYthon svg GrAph plotting Library</Summary>
+ <Description xml:lang="en">PYthon svg GrAph plotting Library
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal-2.4.0-py3.6.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal-2.4.0-py3.6.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal-2.4.0-py3.6.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal-2.4.0-py3.6.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal-2.4.0-py3.6.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/__about__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/__pycache__/__about__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/__pycache__/_compat.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/__pycache__/adapters.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/__pycache__/colors.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/__pycache__/config.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/__pycache__/etree.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/__pycache__/formatters.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/__pycache__/interpolate.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/__pycache__/serie.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/__pycache__/state.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/__pycache__/stats.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/__pycache__/style.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/__pycache__/svg.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/__pycache__/table.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/__pycache__/util.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/__pycache__/view.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/_compat.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/adapters.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/colors.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/config.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/css/base.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/css/graph.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/css/style.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/etree.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/formatters.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/__pycache__/bar.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/__pycache__/base.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/__pycache__/box.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/__pycache__/dot.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/__pycache__/dual.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/__pycache__/funnel.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/__pycache__/gauge.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/__pycache__/graph.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/__pycache__/histogram.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/__pycache__/horizontal.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/__pycache__/horizontalbar.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/__pycache__/horizontalline.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/__pycache__/horizontalstackedbar.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/__pycache__/horizontalstackedline.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/__pycache__/line.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/__pycache__/map.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/__pycache__/pie.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/__pycache__/public.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/__pycache__/pyramid.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/__pycache__/radar.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/__pycache__/solidgauge.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/__pycache__/stackedbar.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/__pycache__/stackedline.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/__pycache__/time.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/__pycache__/treemap.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/__pycache__/xy.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/bar.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/base.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/box.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/dot.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/dual.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/funnel.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/gauge.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/graph.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/histogram.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/horizontal.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/horizontalbar.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/horizontalline.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/horizontalstackedbar.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/horizontalstackedline.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/line.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/map.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/pie.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/public.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/pyramid.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/radar.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/solidgauge.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/stackedbar.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/stackedline.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/time.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/treemap.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/graph/xy.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/interpolate.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/maps/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/maps/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/serie.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/state.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/stats.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/style.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/svg.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/table.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/test/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/test/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/test/__pycache__/conftest.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/test/__pycache__/test_bar.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/test/__pycache__/test_box.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/test/__pycache__/test_colors.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/test/__pycache__/test_config.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/test/__pycache__/test_date.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/test/__pycache__/test_formatters.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/test/__pycache__/test_graph.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/test/__pycache__/test_histogram.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/test/__pycache__/test_interpolate.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/test/__pycache__/test_line.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/test/__pycache__/test_line_log_none_max_solved.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/test/__pycache__/test_maps.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/test/__pycache__/test_pie.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/test/__pycache__/test_serie_config.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/test/__pycache__/test_sparktext.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/test/__pycache__/test_stacked.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/test/__pycache__/test_style.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/test/__pycache__/test_table.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/test/__pycache__/test_util.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/test/__pycache__/test_view.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/test/__pycache__/test_xml_filters.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/test/__pycache__/utils.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/test/conftest.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/test/test_bar.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/test/test_box.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/test/test_colors.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/test/test_config.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/test/test_date.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/test/test_formatters.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/test/test_graph.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/test/test_histogram.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/test/test_interpolate.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/test/test_line.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/test/test_line_log_none_max_solved.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/test/test_maps.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/test/test_pie.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/test/test_serie_config.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/test/test_sparktext.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/test/test_stacked.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/test/test_style.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/test/test_table.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/test/test_util.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/test/test_view.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/test/test_xml_filters.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/test/utils.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/util.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pygal/view.py</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2018-02-02</Date>
+ <Version>2.4.0</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Stig Svensson</Name>
+ <Email>stigarn@protonmail.ch</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Wed, Jul 26, 5:02 PM (1 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5804473
Default Alt Text
D1736.diff (18 KB)

Event Timeline