[seaborn] 01/35: initial packaging

Andreas Tille tille at debian.org
Fri Jan 20 15:00:19 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch debian
in repository seaborn.

commit 7b7508a0244a65ee89810e166986d100e6c41c09
Author: Yaroslav Halchenko <debian at onerussian.com>
Date:   Mon Mar 24 23:33:04 2014 -0400

    initial packaging
---
 debian/changelog     |  5 ++++
 debian/compat        |  1 +
 debian/control       | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/copyright     | 42 ++++++++++++++++++++++++++++++++
 debian/gbp.conf      | 10 ++++++++
 debian/rules         | 10 ++++++++
 debian/source/format |  1 +
 debian/watch         |  3 +++
 8 files changed, 139 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..5cd5264
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+seaborn (0.3.0-1) unstable; urgency=low
+
+  * Initial Debian packaging (Closes: #)
+
+ -- Yaroslav Halchenko <debian at onerussian.com>  Mon, 24 Mar 2014 23:29:45 -0400
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..cd8c8cd
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,67 @@
+Source: seaborn
+Section: python
+Priority: optional
+Maintainer: NeuroDebian Team <team at neuro.debian.net>
+Uploaders: Yaroslav Halchenko <debian at onerussian.com>, Michael Hanke <michael.hanke at gmail.com>
+Build-Depends: debhelper (>= 8), dh-python,
+               python-setuptools, python3-setuptools,
+               python-all (>= 2.6.6-3~), python3-all,
+Standards-Version: 3.9.5
+Homepage: https://github.com/boronine/seaborn
+Vcs-Browser: http://github.com/neurodebian/seaborn
+Vcs-Git: git://github.com/neurodebian/seaborn.git -b debian
+X-Python-Version: >= 2.5
+X-Python3-Version: >= 3.2
+
+Package: python-seaborn
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends},
+ python-numpy, python-scipy,
+ python-pandas,
+ python-matplotlib,
+Recommends:
+ python-statsmodels,
+ python-patsy,
+Description: statistical visualization library
+ 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.
+ .
+ Some of the features that seaborn offers are
+ .
+  - Several built-in themes that improve on the default matplotlib aesthetics
+  - Tools for choosing color palettes to make beautiful plots that reveal patterns in your data
+  - Functions for visualizing univariate and bivariate distributions or for comparing them between subsets of data
+  - Tools that fit and visualize linear regression models for different kinds of independent and dependent variables
+  - A function to plot statistical timeseries data with flexible estimation and representation of uncertainty around the estimate
+  - High-level abstractions for structuring grids of plots that let you easily build complex visualizations
+ .
+ This is the Python 2 version of the package.
+
+Package: python3-seaborn
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends},
+ python3-numpy, python3-scipy,
+ python3-pandas,
+ python3-matplotlib,
+Recommends:
+ python3-statsmodels,
+ python3-patsy,
+Description: statistical visualization library
+ 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.
+ .
+ Some of the features that seaborn offers are
+ .
+  - Several built-in themes that improve on the default matplotlib aesthetics
+  - Tools for choosing color palettes to make beautiful plots that reveal patterns in your data
+  - Functions for visualizing univariate and bivariate distributions or for comparing them between subsets of data
+  - Tools that fit and visualize linear regression models for different kinds of independent and dependent variables
+  - A function to plot statistical timeseries data with flexible estimation and representation of uncertainty around the estimate
+  - High-level abstractions for structuring grids of plots that let you easily build complex visualizations
+ .
+ This is the Python 3 version of the package.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..285d140
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,42 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: seaborn
+Upstream-Contact: Michael Waskom <mwaskom at stanford.edu>
+Source-Location: https://github.com/mwaskom/seaborn
+
+Files: *
+Copyright: 2012-2014, Michael Waskom <mwaskom at stanford.edu>
+License: Expat
+
+Files: seaborn/external/six.py
+Copyright: 2010-2014, Benjamin Peterson
+License: Expat
+
+Files: seaborn/external/husl.py
+Copyright: 2012-2013, Alexei Boronine <alexei.boronine at gmail.com>
+License: Expat
+
+Files: debian/*
+Copyright: 2014, Yaroslav Halchenko <debian at onerussian.com>
+License: Expat
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+ BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
+
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..9688b7a
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,10 @@
+[DEFAULT]
+# the default branch for upstream sources:
+upstream-branch = master
+# the default branch for the debian patch:
+debian-branch = debian
+# the default tag formats used:
+upstream-tag = v%(version)s
+debian-tag = debian/%(version)s
+
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..e0ba361
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+DH_VERBOSE=1
+
+export PYBUILD_NAME=seaborn
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
+
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..69904e5
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts="uversionmangle=s/v//,filenamemangle=s/.*\/(.*)/seaborn-$1/" \
+ http://github.com/mwaskom/seaborn/releases .*archive/v?([\d\.rc]+).tar.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/seaborn.git



More information about the debian-science-commits mailing list