* [gentoo-commits] proj/sci:master commit in: dev-python/prettyplotlib/
@ 2015-02-05 8:01 Justin Lecher
0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2015-02-05 8:01 UTC (permalink / raw
To: gentoo-commits
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 <marbre@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>marbre@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}"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/prettyplotlib/
@ 2020-09-22 17:17 Aisha Tammy
0 siblings, 0 replies; 2+ messages in thread
From: Aisha Tammy @ 2020-09-22 17:17 UTC (permalink / raw
To: gentoo-commits
commit: 6ca1cfa33d22816987036837913b8068b889f71d
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Sep 22 17:16:40 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Tue Sep 22 17:16:54 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6ca1cfa3
dev-python/prettyplotlib: drop dead package
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
dev-python/prettyplotlib/metadata.xml | 15 -----------
.../prettyplotlib/prettyplotlib-0.1.7.ebuild | 29 ----------------------
dev-python/prettyplotlib/prettyplotlib-9999.ebuild | 29 ----------------------
3 files changed, 73 deletions(-)
diff --git a/dev-python/prettyplotlib/metadata.xml b/dev-python/prettyplotlib/metadata.xml
deleted file mode 100644
index 6f1686f39..000000000
--- a/dev-python/prettyplotlib/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>marbre@linux.sungazer.de</email>
- <name>Marius Brehler</name>
- </maintainer>
- <longdescription>
-Python matplotlib-enhancer library which painlessly creates
-beautiful default matplotlib plots.
-</longdescription>
- <upstream>
- <remote-id type="pypi">prettyplotlib</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/prettyplotlib/prettyplotlib-0.1.7.ebuild b/dev-python/prettyplotlib/prettyplotlib-0.1.7.ebuild
deleted file mode 100644
index dad43b864..000000000
--- a/dev-python/prettyplotlib/prettyplotlib-0.1.7.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,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}"
diff --git a/dev-python/prettyplotlib/prettyplotlib-9999.ebuild b/dev-python/prettyplotlib/prettyplotlib-9999.ebuild
deleted file mode 100644
index dad43b864..000000000
--- a/dev-python/prettyplotlib/prettyplotlib-9999.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,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}"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-09-22 17:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-22 17:17 [gentoo-commits] proj/sci:master commit in: dev-python/prettyplotlib/ Aisha Tammy
-- strict thread matches above, loose matches on Subject: below --
2015-02-05 8:01 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox