Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11054792
D2152.id5148.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
17 KB
Referenced Files
None
Subscribers
None
D2152.id5148.diff
View Options
Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,30 @@
+name : python-seaborn
+version : 0.8.1
+release : 1
+source :
+ - https://github.com/mwaskom/seaborn/archive/v0.8.1.tar.gz : a37331d4056f557013028158f8cbbcd5d21737e8b2b1542b40589ada04f3e7ce
+license : BSD-3-Clause
+component : programming.python
+summary : Python visualization library based on matplotlib
+description: |
+ Seaborn is a library for making attractive and informative statistical
+ graphics in Python. It is built on top of matplotlib and tightly
+ integrated with the PyData stack, including support for numpy and pandas
+ data structures and statistical routines from scipy and statsmodels.
+builddeps :
+ - pkgconfig(python3)
+ - python-setuptools
+ - scipy
+ - matplotlib
+ - python-pandas
+rundeps :
+ - scipy
+ - matplotlib
+ - python-pandas
+build : |
+ %python_setup
+ %python3_setup
+install : |
+ %python_install
+ %python3_install
+
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,175 @@
+<PISI>
+ <Source>
+ <Name>python-seaborn</Name>
+ <Packager>
+ <Name>Radoslaw Jurga</Name>
+ <Email>radoslaw.jurga@gmail.com</Email>
+ </Packager>
+ <License>BSD-3-Clause</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">Python visualization library based on matplotlib</Summary>
+ <Description xml:lang="en">Seaborn is a library for making attractive and informative statistical
+graphics in Python. It is built on top of matplotlib and tightly
+integrated with the PyData stack, including support for numpy and pandas
+data structures and statistical routines from scipy and statsmodels.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>python-seaborn</Name>
+ <Summary xml:lang="en">Python visualization library based on matplotlib</Summary>
+ <Description xml:lang="en">Seaborn is a library for making attractive and informative statistical
+graphics in Python. It is built on top of matplotlib and tightly
+integrated with the PyData stack, including support for numpy and pandas
+data structures and statistical routines from scipy and statsmodels.
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn-0.8.1-py2.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn-0.8.1-py2.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn-0.8.1-py2.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn-0.8.1-py2.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/algorithms.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/algorithms.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/apionly.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/apionly.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/axisgrid.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/axisgrid.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/categorical.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/categorical.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/cm.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/cm.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/crayons.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/crayons.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/distributions.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/distributions.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/external/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/external/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/external/husl.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/external/husl.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/external/six.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/external/six.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/linearmodels.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/linearmodels.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/matrix.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/matrix.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/miscplot.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/miscplot.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/palettes.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/palettes.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/rcmod.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/rcmod.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/regression.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/regression.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/tests/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/tests/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/tests/test_algorithms.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/tests/test_algorithms.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/tests/test_axisgrid.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/tests/test_axisgrid.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/tests/test_categorical.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/tests/test_categorical.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/tests/test_distributions.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/tests/test_distributions.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/tests/test_matrix.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/tests/test_matrix.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/tests/test_miscplot.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/tests/test_miscplot.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/tests/test_palettes.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/tests/test_palettes.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/tests/test_rcmod.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/tests/test_rcmod.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/tests/test_regression.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/tests/test_regression.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/tests/test_utils.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/tests/test_utils.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/timeseries.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/timeseries.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/utils.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/utils.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/widgets.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/widgets.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/xkcd_rgb.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/seaborn/xkcd_rgb.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn-0.8.1-py3.5.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn-0.8.1-py3.5.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn-0.8.1-py3.5.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn-0.8.1-py3.5.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/__pycache__/algorithms.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/__pycache__/apionly.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/__pycache__/axisgrid.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/__pycache__/categorical.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/__pycache__/cm.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/__pycache__/crayons.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/__pycache__/distributions.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/__pycache__/linearmodels.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/__pycache__/matrix.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/__pycache__/miscplot.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/__pycache__/palettes.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/__pycache__/rcmod.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/__pycache__/regression.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/__pycache__/timeseries.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/__pycache__/utils.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/__pycache__/widgets.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/__pycache__/xkcd_rgb.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/algorithms.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/apionly.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/axisgrid.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/categorical.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/cm.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/crayons.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/distributions.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/external/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/external/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/external/__pycache__/husl.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/external/__pycache__/six.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/external/husl.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/external/six.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/linearmodels.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/matrix.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/miscplot.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/palettes.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/rcmod.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/regression.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/tests/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/tests/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/tests/__pycache__/test_algorithms.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/tests/__pycache__/test_axisgrid.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/tests/__pycache__/test_categorical.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/tests/__pycache__/test_distributions.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/tests/__pycache__/test_matrix.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/tests/__pycache__/test_miscplot.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/tests/__pycache__/test_palettes.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/tests/__pycache__/test_rcmod.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/tests/__pycache__/test_regression.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/tests/__pycache__/test_utils.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/tests/test_algorithms.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/tests/test_axisgrid.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/tests/test_categorical.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/tests/test_distributions.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/tests/test_matrix.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/tests/test_miscplot.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/tests/test_palettes.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/tests/test_rcmod.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/tests/test_regression.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/tests/test_utils.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/timeseries.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/utils.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/widgets.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/seaborn/xkcd_rgb.py</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2018-01-31</Date>
+ <Version>0.8.1</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Radoslaw Jurga</Name>
+ <Email>radoslaw.jurga@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Aug 12, 1:11 AM (3 h, 19 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5856547
Default Alt Text
D2152.id5148.diff (17 KB)
Attached To
Mode
D2152: Initial inclusion of python-seaborn, fixes T5655
Attached
Detach File
Event Timeline
Log In to Comment