[gentoo-commits] proj/sci:master commit in: dev-python/prettyplotlib/

2020-09-22 Thread Aisha Tammy
commit: 6ca1cfa33d22816987036837913b8068b889f71d
Author: Aisha Tammy  aisha  cc>
AuthorDate: Tue Sep 22 17:16:40 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Tue Sep 22 17:16:54 2020 +
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  aisha.cc>

 dev-python/prettyplotlib/metadata.xml  | 15 ---
 .../prettyplotlib/prettyplotlib-0.1.7.ebuild   | 29 --
 dev-python/prettyplotlib/prettyplotlib-.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..0
--- a/dev-python/prettyplotlib/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   mar...@linux.sungazer.de
-   Marius Brehler
-   
-   
-Python matplotlib-enhancer library which painlessly creates
-beautiful default matplotlib plots.
-
-   
-   prettyplotlib
-   
-

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..0
--- 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} == "" ] ; 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-.ebuild 
b/dev-python/prettyplotlib/prettyplotlib-.ebuild
deleted file mode 100644
index dad43b864..0
--- a/dev-python/prettyplotlib/prettyplotlib-.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} == "" ] ; 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}"



[gentoo-commits] proj/sci:master commit in: dev-python/prettyplotlib/

2015-02-05 Thread Justin Lecher
commit: 66b3b542c6e22188543f2795ad6485bd3f1dbc94
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Wed Feb  4 10:22:41 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Wed Feb  4 10:22:41 2015 +
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-.ebuild | 30 ++
 4 files changed, 52 insertions(+)

diff --git a/dev-python/prettyplotlib/ChangeLog 
b/dev-python/prettyplotlib/ChangeLog
new file mode 100644
index 000..d0b226f
--- /dev/null
+++ b/dev-python/prettyplotlib/ChangeLog
@@ -0,0 +1,9 @@
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*prettyplotlib- (04 Feb 2015)
+*prettyplotlib-0.1.7 (04 Feb 2015)
+
+  04 Feb 2015; Marius Brehler mar...@linux.sungazer.de +metadata.xml,
+  +prettyplotlib-.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 000..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
+emailmar...@linux.sungazer.de/email
+nameMarius 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 12
index 000..46a331d
--- /dev/null
+++ b/dev-python/prettyplotlib/prettyplotlib-0.1.7.ebuild
@@ -0,0 +1 @@
+prettyplotlib-.ebuild
\ No newline at end of file

diff --git a/dev-python/prettyplotlib/prettyplotlib-.ebuild 
b/dev-python/prettyplotlib/prettyplotlib-.ebuild
new file mode 100644
index 000..a58869f
--- /dev/null
+++ b/dev-python/prettyplotlib/prettyplotlib-.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} ==  ] ; 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}



[gentoo-commits] proj/sci:master commit in: dev-python/prettyplotlib/, dev-python/brewer2mpl/

2015-02-05 Thread Justin Lecher
commit: 0c2c218bcd59d689d0ec01e1e26e54baf2925765
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Wed Feb  4 13:07:31 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Wed Feb  4 13:07:31 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0c2c218b

Fix EGIT_REPO_URI in dev-python/{brewer2mpl,prettyplotlib}-

---
 dev-python/brewer2mpl/brewer2mpl-.ebuild   | 2 +-
 dev-python/prettyplotlib/prettyplotlib-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/brewer2mpl/brewer2mpl-.ebuild 
b/dev-python/brewer2mpl/brewer2mpl-.ebuild
index 084676c..a843279 100644
--- a/dev-python/brewer2mpl/brewer2mpl-.ebuild
+++ b/dev-python/brewer2mpl/brewer2mpl-.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE=https://github.com/jiffyclub/brewer2mpl;
 
 if [ ${PV} ==  ] ; then
inherit git-r3
-   EGIT_REPO_URI=https://github.com/jiffyclub/${PN}.git 
git://github.com:jiffyclub/${PN}.git
+   EGIT_REPO_URI=https://github.com/jiffyclub/${PN}.git 
git://github.com/jiffyclub/${PN}.git
 else
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
KEYWORDS=~amd64

diff --git a/dev-python/prettyplotlib/prettyplotlib-.ebuild 
b/dev-python/prettyplotlib/prettyplotlib-.ebuild
index a58869f..b0631f9 100644
--- a/dev-python/prettyplotlib/prettyplotlib-.ebuild
+++ b/dev-python/prettyplotlib/prettyplotlib-.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE=http://blog.olgabotvinnik.com/prettyplotlib/;
 
 if [ ${PV} ==  ] ; then
inherit git-r3
-   EGIT_REPO_URI=https://github.com/olgabot/${PN}.git 
git://github.com:olgabot/${PN}.git
+   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