commit:     66b3b542c6e22188543f2795ad6485bd3f1dbc94
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Wed Feb  4 10:22:41 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Feb  4 10:22:41 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=66b3b542

New package dev-python/prettyplotlib

---
 dev-python/prettyplotlib/ChangeLog                 |  9 +++++++
 dev-python/prettyplotlib/metadata.xml              | 12 +++++++++
 .../prettyplotlib/prettyplotlib-0.1.7.ebuild       |  1 +
 dev-python/prettyplotlib/prettyplotlib-9999.ebuild | 30 ++++++++++++++++++++++
 4 files changed, 52 insertions(+)

diff --git a/dev-python/prettyplotlib/ChangeLog 
b/dev-python/prettyplotlib/ChangeLog
new file mode 100644
index 0000000..d0b226f
--- /dev/null
+++ b/dev-python/prettyplotlib/ChangeLog
@@ -0,0 +1,9 @@
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*prettyplotlib-9999 (04 Feb 2015)
+*prettyplotlib-0.1.7 (04 Feb 2015)
+
+  04 Feb 2015; Marius Brehler <mar...@linux.sungazer.de> +metadata.xml,
+  +prettyplotlib-9999.ebuild, +prettyplotlib-0.1.7.ebuild:
+  Add prettyplotlib to overlay

diff --git a/dev-python/prettyplotlib/metadata.xml 
b/dev-python/prettyplotlib/metadata.xml
new file mode 100644
index 0000000..123422a
--- /dev/null
+++ b/dev-python/prettyplotlib/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+  <maintainer>
+    <email>mar...@linux.sungazer.de</email>
+    <name>Marius Brehler</name>
+  </maintainer>
+  <longdescription>
+    Python matplotlib-enhancer library which painlessly creates
+    beautiful default matplotlib plots. 
+  </longdescription>
+</pkgmetadata>

diff --git a/dev-python/prettyplotlib/prettyplotlib-0.1.7.ebuild 
b/dev-python/prettyplotlib/prettyplotlib-0.1.7.ebuild
new file mode 120000
index 0000000..46a331d
--- /dev/null
+++ b/dev-python/prettyplotlib/prettyplotlib-0.1.7.ebuild
@@ -0,0 +1 @@
+prettyplotlib-9999.ebuild
\ No newline at end of file

diff --git a/dev-python/prettyplotlib/prettyplotlib-9999.ebuild 
b/dev-python/prettyplotlib/prettyplotlib-9999.ebuild
new file mode 100644
index 0000000..a58869f
--- /dev/null
+++ b/dev-python/prettyplotlib/prettyplotlib-9999.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION="Painlessly create beautiful matplotlib plots"
+HOMEPAGE="http://blog.olgabotvinnik.com/prettyplotlib/";
+
+if [ ${PV} == "9999" ] ; then
+       inherit git-r3
+       EGIT_REPO_URI="https://github.com/olgabot/${PN}.git 
git://github.com:olgabot/${PN}.git"
+else
+       SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+       KEYWORDS="~amd64"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+       sci-libs/scipy[${PYTHON_USEDEP}]
+       >=dev-python/matplotlib-1.4.0[${PYTHON_USEDEP}]
+       dev-python/brewer2mpl[${PYTHON_USEDEP}]
+       dev-python/six[${PYTHON_USEDEP}]
+       dev-python/numpy[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"

Reply via email to