[gentoo-commits] repo/gentoo:master commit in: sci-visualization/pythonprop/

2024-05-28 Thread Thomas Beierlein
commit: 8a3efb86c3966102abb0bafc32c2660c5ca08839
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Tue May 28 17:11:24 2024 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Tue May 28 17:11:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a3efb86

sci-visualization/pythonprop: drop 0.30.1

Signed-off-by: Thomas Beierlein  gentoo.org>

 .../pythonprop/pythonprop-0.30.1.ebuild| 53 --
 1 file changed, 53 deletions(-)

diff --git a/sci-visualization/pythonprop/pythonprop-0.30.1.ebuild 
b/sci-visualization/pythonprop/pythonprop-0.30.1.ebuild
deleted file mode 100644
index 0c2da111f5a2..
--- a/sci-visualization/pythonprop/pythonprop-0.30.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit autotools python-single-r1
-
-DESCRIPTION="Scripts to prepare and plot VOACAP propagation predictions"
-HOMEPAGE="https://www.qsl.net/h/hz1jw/pythonprop;
-SRC_URI="https://github.com/jawatson/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]
-   ')
-   dev-python/cairocffi
-   sci-libs/cartopy[${PYTHON_SINGLE_USEDEP}]
-   sci-electronics/voacapl
-"
-DEPEND="${RDEPEND}
-   app-text/yelp-tools
-"
-
-PATCHES=( "${FILESDIR}/${PN}-drop-portland.patch" )
-
-src_prepare() {
-   eapply_user
-
-   eapply ${PATCHES[@]}
-
-   # drop building *.pdf files
-   sed -i -e "s#docs/user/help##g" Makefile.am || die
-   # do not call update_destop_database here
-   sed -ie "s/UPDATE_DESKTOP = /UPDATE_DESKTOP = # /g" data/Makefile.am || 
die
-   # fix Desktop Entry
-   sed -ie "s/HamRadio/HamRadio;/g" data/voacapgui.desktop.in || die
-   eautoreconf
-}
-
-src_install() {
-   default
-   python_optimize
-}



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/pythonprop/

2024-04-19 Thread Thomas Beierlein
commit: 0530fd355d41119406a4d8c0fff16024c0e62724
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Fri Apr 19 15:13:13 2024 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Fri Apr 19 15:13:45 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0530fd35

sci-visualization/pythonprop: Add support for Python3.12

Signed-off-by: Thomas Beierlein  gentoo.org>

 .../pythonprop/pythonprop-0.30.1-r1.ebuild | 53 ++
 1 file changed, 53 insertions(+)

diff --git a/sci-visualization/pythonprop/pythonprop-0.30.1-r1.ebuild 
b/sci-visualization/pythonprop/pythonprop-0.30.1-r1.ebuild
new file mode 100644
index ..0020e216326c
--- /dev/null
+++ b/sci-visualization/pythonprop/pythonprop-0.30.1-r1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..12} )
+
+inherit autotools python-single-r1
+
+DESCRIPTION="Scripts to prepare and plot VOACAP propagation predictions"
+HOMEPAGE="https://www.qsl.net/h/hz1jw/pythonprop;
+SRC_URI="https://github.com/jawatson/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   ')
+   dev-python/cairocffi
+   sci-libs/cartopy[${PYTHON_SINGLE_USEDEP}]
+   sci-electronics/voacapl
+"
+DEPEND="${RDEPEND}
+   app-text/yelp-tools
+"
+
+PATCHES=( "${FILESDIR}/${PN}-drop-portland.patch" )
+
+src_prepare() {
+   eapply_user
+
+   eapply ${PATCHES[@]}
+
+   # drop building *.pdf files
+   sed -i -e "s#docs/user/help##g" Makefile.am || die
+   # do not call update_destop_database here
+   sed -ie "s/UPDATE_DESKTOP = /UPDATE_DESKTOP = # /g" data/Makefile.am || 
die
+   # fix Desktop Entry
+   sed -ie "s/HamRadio/HamRadio;/g" data/voacapgui.desktop.in || die
+   eautoreconf
+}
+
+src_install() {
+   default
+   python_optimize
+}



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/pythonprop/

2024-01-15 Thread Thomas Beierlein
commit: 2f9e07c569544b1e30ae464523d1afb229bfb79a
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Mon Jan 15 17:33:36 2024 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Mon Jan 15 17:35:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f9e07c5

sci-visualization/pythonprop: Fix QA - drop empty IUSE

Signed-off-by: Thomas Beierlein  gentoo.org>

 sci-visualization/pythonprop/pythonprop-0.30.1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sci-visualization/pythonprop/pythonprop-0.30.1.ebuild 
b/sci-visualization/pythonprop/pythonprop-0.30.1.ebuild
index b6679ac87b83..0c2da111f5a2 100644
--- a/sci-visualization/pythonprop/pythonprop-0.30.1.ebuild
+++ b/sci-visualization/pythonprop/pythonprop-0.30.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,6 @@ 
SRC_URI="https://github.com/jawatson/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/pythonprop/

2023-02-24 Thread Thomas Beierlein
commit: 12d0b387d39ede1aa7a4414e407bd7db859e48e8
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Fri Feb 24 18:08:24 2023 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Fri Feb 24 18:10:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12d0b387

sci-visualization/pythonprop: enable py3.11

Signed-off-by: Thomas Beierlein  gentoo.org>

 sci-visualization/pythonprop/pythonprop-0.30.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-visualization/pythonprop/pythonprop-0.30.1.ebuild 
b/sci-visualization/pythonprop/pythonprop-0.30.1.ebuild
index a0d1559f57e0..b6679ac87b83 100644
--- a/sci-visualization/pythonprop/pythonprop-0.30.1.ebuild
+++ b/sci-visualization/pythonprop/pythonprop-0.30.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit autotools python-single-r1
 



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/pythonprop/

2023-01-07 Thread Thomas Beierlein
commit: 9899e7bde27927f2f253667b0fa5e974d41e78fd
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Sat Jan  7 13:52:35 2023 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Sat Jan  7 13:52:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9899e7bd

sci-visualization/pythonprop: drop 0.30-r1

Signed-off-by: Thomas Beierlein  gentoo.org>

 sci-visualization/pythonprop/Manifest  |  1 -
 .../pythonprop/pythonprop-0.30-r1.ebuild   | 51 --
 2 files changed, 52 deletions(-)

diff --git a/sci-visualization/pythonprop/Manifest 
b/sci-visualization/pythonprop/Manifest
index 71b0cf318210..afd8adc4b993 100644
--- a/sci-visualization/pythonprop/Manifest
+++ b/sci-visualization/pythonprop/Manifest
@@ -1,2 +1 @@
 DIST pythonprop-0.30.1.tar.gz 1141620 BLAKE2B 
54554d1a50976aa0516e70ef6cabf8c8c8fe41dc15980d0d06defca2dbf722baa4e98dddb974ea0d6da18e3d634661c980685b89411e8de4cf1cded452bb60a1
 SHA512 
582442e95732c78b580eceaf8b9d4922a23e5b3c5652738b110a40e1b94f91196755fad6e00370328130acc608121961d4e449199610137a757b086b53184b43
-DIST pythonprop-0.30.tar.gz 1141872 BLAKE2B 
0703358221825bbeffb47cd5ff97a8de4c22ed9922347b96e359c7fbeffd6bae681a81d4938c03f4199ce583821d6e1006ce2e12aa718f50b5de69f2c0476a38
 SHA512 
421cade49a241d0dd38afa92e2c1874e2e6a0837ac7aeb9f4a294a2cec23e80e446e88a4de202de445cde73b9d816f4d6e487536be8c02017f1754c116fba310

diff --git a/sci-visualization/pythonprop/pythonprop-0.30-r1.ebuild 
b/sci-visualization/pythonprop/pythonprop-0.30-r1.ebuild
deleted file mode 100644
index b6a921e16480..
--- a/sci-visualization/pythonprop/pythonprop-0.30-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit autotools python-single-r1
-
-DESCRIPTION="Scripts to prepare and plot VOACAP propagation predictions"
-HOMEPAGE="https://www.qsl.net/h/hz1jw/pythonprop;
-SRC_URI="https://github.com/jawatson/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]
-   ')
-   dev-python/cairocffi
-   sci-libs/cartopy[${PYTHON_SINGLE_USEDEP}]
-   sci-electronics/voacapl
-"
-DEPEND="${RDEPEND}
-   app-text/yelp-tools
-   app-text/rarian
-"
-
-src_prepare() {
-   eapply_user
-
-   # drop building *.pdf files
-   sed -i -e "s#docs/user/help##g" Makefile.am || die
-   # do not call update_destop_database here
-   sed -ie "s/UPDATE_DESKTOP = /UPDATE_DESKTOP = # /g" data/Makefile.am || 
die
-   # fix Desktop Entry
-   sed -ie "s/HamRadio/HamRadio;/g" data/voacapgui.desktop.in || die
-   eautoreconf
-}
-
-src_install() {
-   default
-   python_optimize
-}



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/pythonprop/

2023-01-05 Thread Thomas Beierlein
commit: b69fce7c086bbcd75177c14b1f909f91e6fcd437
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Fri Jan  6 06:59:13 2023 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Fri Jan  6 07:00:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b69fce7c

sci-visualization/pythonprop: Drop not needed dep

Signed-off-by: Thomas Beierlein  gentoo.org>

 sci-visualization/pythonprop/pythonprop-0.30.1.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sci-visualization/pythonprop/pythonprop-0.30.1.ebuild 
b/sci-visualization/pythonprop/pythonprop-0.30.1.ebuild
index 55899af5d1bf..547d0c4a51b9 100644
--- a/sci-visualization/pythonprop/pythonprop-0.30.1.ebuild
+++ b/sci-visualization/pythonprop/pythonprop-0.30.1.ebuild
@@ -30,7 +30,6 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
app-text/yelp-tools
-   app-text/rarian
 "
 
 PATCHES=( "${FILESDIR}/${PN}-drop-portland.patch" )



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/pythonprop/files/, sci-visualization/pythonprop/

2023-01-03 Thread Thomas Beierlein
commit: 36e7361b0799a35518fbab4d5ba778f9a4ebf951
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Tue Jan  3 17:02:09 2023 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Tue Jan  3 17:03:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36e7361b

sci-visualization/pythonprop: add 0.30.1

Fix remote-id, drop notworking color scheme

Signed-off-by: Thomas Beierlein  gentoo.org>

 sci-visualization/pythonprop/Manifest  |  1 +
 .../files/pythonprop-drop-portland.patch   | 87 ++
 sci-visualization/pythonprop/metadata.xml  |  2 +-
 .../pythonprop/pythonprop-0.30.1.ebuild| 55 ++
 4 files changed, 144 insertions(+), 1 deletion(-)

diff --git a/sci-visualization/pythonprop/Manifest 
b/sci-visualization/pythonprop/Manifest
index 8f7709d8717c..71b0cf318210 100644
--- a/sci-visualization/pythonprop/Manifest
+++ b/sci-visualization/pythonprop/Manifest
@@ -1 +1,2 @@
+DIST pythonprop-0.30.1.tar.gz 1141620 BLAKE2B 
54554d1a50976aa0516e70ef6cabf8c8c8fe41dc15980d0d06defca2dbf722baa4e98dddb974ea0d6da18e3d634661c980685b89411e8de4cf1cded452bb60a1
 SHA512 
582442e95732c78b580eceaf8b9d4922a23e5b3c5652738b110a40e1b94f91196755fad6e00370328130acc608121961d4e449199610137a757b086b53184b43
 DIST pythonprop-0.30.tar.gz 1141872 BLAKE2B 
0703358221825bbeffb47cd5ff97a8de4c22ed9922347b96e359c7fbeffd6bae681a81d4938c03f4199ce583821d6e1006ce2e12aa718f50b5de69f2c0476a38
 SHA512 
421cade49a241d0dd38afa92e2c1874e2e6a0837ac7aeb9f4a294a2cec23e80e446e88a4de202de445cde73b9d816f4d6e487536be8c02017f1754c116fba310

diff --git a/sci-visualization/pythonprop/files/pythonprop-drop-portland.patch 
b/sci-visualization/pythonprop/files/pythonprop-drop-portland.patch
new file mode 100644
index ..5a6736b4624b
--- /dev/null
+++ b/sci-visualization/pythonprop/files/pythonprop-drop-portland.patch
@@ -0,0 +1,87 @@
+# Drop 'portland' colormap creation. It is done more than once and actual
+# matplotlib do not like redefinitions.
+diff --git a/src/pythonprop/voaAreaPlot.py b/src/pythonprop/voaAreaPlot.py
+index a0bd789..a3bdd48 100644
+--- a/src/pythonprop/voaAreaPlot.py
 b/src/pythonprop/voaAreaPlot.py
+@@ -94,7 +94,7 @@ class VOAAreaPlot:
+ vg_files = [1],
+ data_type = 1,
+ time_zone = 0,
+-color_map = 'portland',
++color_map = 'jet',
+ face_colour = "white",
+ filled_contours = False,
+ plot_contours = False,
+@@ -145,8 +145,6 @@ class VOAAreaPlot:
+ #print "-180 < Latitude < 180.0, -90 < Longitude < 90"
+ #sys.exit(1)
+ 
+-portland = ListedColormap(["#0C3383", 
"#0b599b","#0a7fb4","#57a18f","#bec255","#f2c438","#f2a638","#ef8235","#e4502a","#d91e1e"])
+-plt.register_cmap(name='portland', cmap=portland)
+ colMap = color_map
+ 
+ projection = ccrs.PlateCarree()
+@@ -498,8 +496,8 @@ def main(in_file, datadir=None):
+ dest = "color_map",
+ default = 'jet',
+ choices = [ 'autumn', 'bone', 'cool', 'copper', 'gray', \
+-'hot', 'hsv', 'jet', 'pink', 'spring','summer', 'winter', 
'portland' ],
+-help=_("COLOURMAP - may be one of 'autumn', 'bone', 'cool', 'copper', 
'gray', 'hot', 'hsv', 'jet', 'pink', 'spring', 'summer', 'winter' or 
'portland'.  Default = 'jet'"))
++'hot', 'hsv', 'jet', 'pink', 'spring','summer', 'winter' ],
++help=_("COLOURMAP - may be one of 'autumn', 'bone', 'cool', 'copper', 
'gray', 'hot', 'hsv', 'jet', 'pink', 'spring', 'summer' or 'winter'.  Default = 
'jet'"))
+ """
+ parser.add_argument("-n", "--interest",
+ dest = "poi_file",
+diff --git a/src/pythonprop/voaAreaPlotgui.py 
b/src/pythonprop/voaAreaPlotgui.py
+index c001397..9f75acc 100644
+--- a/src/pythonprop/voaAreaPlotgui.py
 b/src/pythonprop/voaAreaPlotgui.py
+@@ -84,8 +84,7 @@ class VOAAreaPlotGUI:
+   'pink': _('pink'),
+   'spring': _('spring'),
+   'summer': _('summer'),
+-  'winter': _('winter'),
+-  'portland': _('portland')}
++  'winter': _('winter')}
+ 
+ def __init__(self,
+ data_source_filename,
+diff --git a/src/pythonprop/voaP2PPlot.py b/src/pythonprop/voaP2PPlot.py
+index faf87e6..61fe9b9 100644
+--- a/src/pythonprop/voaP2PPlot.py
 b/src/pythonprop/voaP2PPlot.py
+@@ -136,8 +136,6 @@ class VOAP2PPlot:
+ 
+ self.image_defs = self.IMG_TYPE_DICT[self.data_type]
+ self.user_bands = user_bands
+-portland = ListedColormap(["#0C3383", 
"#0b599b","#0a7fb4","#57a18f","#bec255","#f2c438","#f2a638","#ef8235","#e4502a","#d91e1e"])
+-matplotlib.cm.register_cmap(name='portland', cmap=portland)
+ 
+ if plot_groups[0]=='a':
+ num_grp = self.df.get_number_of_groups()
+@@ -375,8 +373,8 @@ def main(data_file, 

[gentoo-commits] repo/gentoo:master commit in: sci-visualization/pythonprop/

2022-10-07 Thread Sam James
commit: e584e806b716e1075bc09646a552b1f10218ac5f
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct  7 19:00:29 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct  7 19:00:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e584e806

sci-visualization/pythonprop: adapt sci-libs/cartopy dep

See: 69c1639bc9955366554f4de898f2e5d3b1faf383
Signed-off-by: Sam James  gentoo.org>

 .../pythonprop/{pythonprop-0.30.ebuild => pythonprop-0.30-r1.ebuild}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-visualization/pythonprop/pythonprop-0.30.ebuild 
b/sci-visualization/pythonprop/pythonprop-0.30-r1.ebuild
similarity index 93%
rename from sci-visualization/pythonprop/pythonprop-0.30.ebuild
rename to sci-visualization/pythonprop/pythonprop-0.30-r1.ebuild
index 9788a4b51e84..b6a921e16480 100644
--- a/sci-visualization/pythonprop/pythonprop-0.30.ebuild
+++ b/sci-visualization/pythonprop/pythonprop-0.30-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -22,10 +22,10 @@ RDEPEND="
$(python_gen_cond_dep '
dev-python/pygobject:3[${PYTHON_USEDEP}]
dev-python/matplotlib[${PYTHON_USEDEP}]
-   sci-libs/cartopy[${PYTHON_USEDEP}]
dev-python/scipy[${PYTHON_USEDEP}]
')
dev-python/cairocffi
+   sci-libs/cartopy[${PYTHON_SINGLE_USEDEP}]
sci-electronics/voacapl
 "
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/pythonprop/

2021-12-30 Thread Thomas Beierlein
commit: 3d627e28572c44ea8a69054403992efdb1b2b69b
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Thu Dec 30 12:01:30 2021 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Thu Dec 30 12:01:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d627e28

sci-visualization/pythonprop: Now supports python3_10

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Thomas Beierlein  gentoo.org>

 sci-visualization/pythonprop/pythonprop-0.30.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-visualization/pythonprop/pythonprop-0.30.ebuild 
b/sci-visualization/pythonprop/pythonprop-0.30.ebuild
index 819d026aa0fb..9788a4b51e84 100644
--- a/sci-visualization/pythonprop/pythonprop-0.30.ebuild
+++ b/sci-visualization/pythonprop/pythonprop-0.30.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit autotools python-single-r1
 



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/pythonprop/

2021-07-17 Thread David Seifert
commit: 8b835e92172be3f596ef13d1b23f6c043394933d
Author: David Seifert  gentoo  org>
AuthorDate: Sat Jul 17 18:17:11 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Jul 17 18:17:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b835e92

sci-visualization/pythonprop: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP

Signed-off-by: David Seifert  gentoo.org>

 sci-visualization/pythonprop/pythonprop-0.30.ebuild | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/sci-visualization/pythonprop/pythonprop-0.30.ebuild 
b/sci-visualization/pythonprop/pythonprop-0.30.ebuild
index 35305b711e3..819d026aa0f 100644
--- a/sci-visualization/pythonprop/pythonprop-0.30.ebuild
+++ b/sci-visualization/pythonprop/pythonprop-0.30.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit autotools python-single-r1
 
@@ -20,10 +20,10 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 RDEPEND="
${PYTHON_DEPS}
$(python_gen_cond_dep '
-   dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
-   dev-python/matplotlib[${PYTHON_MULTI_USEDEP}]
-   sci-libs/cartopy[${PYTHON_MULTI_USEDEP}]
-   dev-python/scipy[${PYTHON_MULTI_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   sci-libs/cartopy[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
')
dev-python/cairocffi
sci-electronics/voacapl



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/pythonprop/

2020-12-19 Thread Thomas Beierlein
commit: 0b2bb33cd806d76ccc93e36bfd034f97a34cfbd1
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Sat Dec 19 14:56:59 2020 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Sat Dec 19 14:57:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b2bb33c

sci-visualization/pythonprop: Add python3_9 support

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Thomas Beierlein  gentoo.org>

 sci-visualization/pythonprop/pythonprop-0.30.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-visualization/pythonprop/pythonprop-0.30.ebuild 
b/sci-visualization/pythonprop/pythonprop-0.30.ebuild
index b87092b1dd0..35305b711e3 100644
--- a/sci-visualization/pythonprop/pythonprop-0.30.ebuild
+++ b/sci-visualization/pythonprop/pythonprop-0.30.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..9} )
 
 inherit autotools python-single-r1
 



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/pythonprop/

2020-12-19 Thread Thomas Beierlein
commit: 083057744bb6181705793a4832f677539c3b4282
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Sat Dec 19 10:13:18 2020 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Sat Dec 19 10:15:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08305774

sci-visualization/pythonprop: Drop python3_6 support

Dropping it is a prerequisite for moving sci-libs/cartopy to
python3_{7..9} only.

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Thomas Beierlein  gentoo.org>

 sci-visualization/pythonprop/pythonprop-0.30.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-visualization/pythonprop/pythonprop-0.30.ebuild 
b/sci-visualization/pythonprop/pythonprop-0.30.ebuild
index 38ac7c2ed83..b87092b1dd0 100644
--- a/sci-visualization/pythonprop/pythonprop-0.30.ebuild
+++ b/sci-visualization/pythonprop/pythonprop-0.30.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{7,8} )
 
 inherit autotools python-single-r1
 



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/pythonprop/

2020-12-19 Thread Thomas Beierlein
commit: cb9db71733b541010aa951512eded3ceed61bed7
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Sat Dec 19 09:12:29 2020 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Sat Dec 19 10:15:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb9db717

sci-visualization/pythonprop: Drop old

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Thomas Beierlein  gentoo.org>

 sci-visualization/pythonprop/Manifest  |  1 -
 .../pythonprop/pythonprop-0.29.ebuild  | 51 --
 2 files changed, 52 deletions(-)

diff --git a/sci-visualization/pythonprop/Manifest 
b/sci-visualization/pythonprop/Manifest
index 5be43f4623d..8f7709d8717 100644
--- a/sci-visualization/pythonprop/Manifest
+++ b/sci-visualization/pythonprop/Manifest
@@ -1,2 +1 @@
-DIST pythonprop-0.29.tar.gz 586118 BLAKE2B 
ac018f147206b59fbd2295e6e72d6e1a801d6456d8a9784bdb2511b0d9dcecfa455363826680051c90e0fcc83fdc95a16c91df120efb2e70456958276967dec7
 SHA512 
2fbbffedc9e010fdebeed7a84d23c599a2532ae0b67e6a2ba2da6bea0dc0496cb1f71ac54650285ed35196f33e689fc3d967e3bd7c4fb16832fc484a6b777fcb
 DIST pythonprop-0.30.tar.gz 1141872 BLAKE2B 
0703358221825bbeffb47cd5ff97a8de4c22ed9922347b96e359c7fbeffd6bae681a81d4938c03f4199ce583821d6e1006ce2e12aa718f50b5de69f2c0476a38
 SHA512 
421cade49a241d0dd38afa92e2c1874e2e6a0837ac7aeb9f4a294a2cec23e80e446e88a4de202de445cde73b9d816f4d6e487536be8c02017f1754c116fba310

diff --git a/sci-visualization/pythonprop/pythonprop-0.29.ebuild 
b/sci-visualization/pythonprop/pythonprop-0.29.ebuild
deleted file mode 100644
index 1888fc5fc46..000
--- a/sci-visualization/pythonprop/pythonprop-0.29.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-inherit autotools python-single-r1
-
-DESCRIPTION="Scripts to prepare and plot VOACAP propagation predictions"
-HOMEPAGE="https://www.qsl.net/h/hz1jw/pythonprop;
-SRC_URI="https://github.com/jawatson/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
-   dev-python/matplotlib[${PYTHON_MULTI_USEDEP}]
-   sci-libs/cartopy[${PYTHON_MULTI_USEDEP}]
-   dev-python/scipy[${PYTHON_MULTI_USEDEP}]
-   ')
-   dev-python/cairocffi
-   sci-electronics/voacapl
-"
-DEPEND="${RDEPEND}
-   app-text/gnome-doc-utils
-   app-text/rarian
-"
-
-src_prepare() {
-   eapply_user
-
-   # drop building *.pdf files
-   sed -i -e "s#docs/user/help##g" Makefile.am || die
-   # do not call update_destop_database here
-   sed -ie "s/UPDATE_DESKTOP = /UPDATE_DESKTOP = # /g" data/Makefile.am || 
die
-   # fix Desktop Entry
-   sed -ie "s/HamRadio/HamRadio;/g" data/voacapgui.desktop.in || die
-   eautoreconf
-}
-
-src_install() {
-   default
-   python_optimize
-}



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/pythonprop/

2020-11-09 Thread Thomas Beierlein
commit: fe85502b06939125e5656d03c7032cd8c91e153a
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Mon Nov  9 18:53:31 2020 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Mon Nov  9 18:53:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe85502b

sci-visualization/pythonprop: Version bump

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Thomas Beierlein  gentoo.org>

 sci-visualization/pythonprop/Manifest  |  1 +
 .../pythonprop/pythonprop-0.30.ebuild  | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/sci-visualization/pythonprop/Manifest 
b/sci-visualization/pythonprop/Manifest
index df3b3b966ad..5be43f4623d 100644
--- a/sci-visualization/pythonprop/Manifest
+++ b/sci-visualization/pythonprop/Manifest
@@ -1 +1,2 @@
 DIST pythonprop-0.29.tar.gz 586118 BLAKE2B 
ac018f147206b59fbd2295e6e72d6e1a801d6456d8a9784bdb2511b0d9dcecfa455363826680051c90e0fcc83fdc95a16c91df120efb2e70456958276967dec7
 SHA512 
2fbbffedc9e010fdebeed7a84d23c599a2532ae0b67e6a2ba2da6bea0dc0496cb1f71ac54650285ed35196f33e689fc3d967e3bd7c4fb16832fc484a6b777fcb
+DIST pythonprop-0.30.tar.gz 1141872 BLAKE2B 
0703358221825bbeffb47cd5ff97a8de4c22ed9922347b96e359c7fbeffd6bae681a81d4938c03f4199ce583821d6e1006ce2e12aa718f50b5de69f2c0476a38
 SHA512 
421cade49a241d0dd38afa92e2c1874e2e6a0837ac7aeb9f4a294a2cec23e80e446e88a4de202de445cde73b9d816f4d6e487536be8c02017f1754c116fba310

diff --git a/sci-visualization/pythonprop/pythonprop-0.30.ebuild 
b/sci-visualization/pythonprop/pythonprop-0.30.ebuild
new file mode 100644
index 000..38ac7c2ed83
--- /dev/null
+++ b/sci-visualization/pythonprop/pythonprop-0.30.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit autotools python-single-r1
+
+DESCRIPTION="Scripts to prepare and plot VOACAP propagation predictions"
+HOMEPAGE="https://www.qsl.net/h/hz1jw/pythonprop;
+SRC_URI="https://github.com/jawatson/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
+   dev-python/matplotlib[${PYTHON_MULTI_USEDEP}]
+   sci-libs/cartopy[${PYTHON_MULTI_USEDEP}]
+   dev-python/scipy[${PYTHON_MULTI_USEDEP}]
+   ')
+   dev-python/cairocffi
+   sci-electronics/voacapl
+"
+DEPEND="${RDEPEND}
+   app-text/yelp-tools
+   app-text/rarian
+"
+
+src_prepare() {
+   eapply_user
+
+   # drop building *.pdf files
+   sed -i -e "s#docs/user/help##g" Makefile.am || die
+   # do not call update_destop_database here
+   sed -ie "s/UPDATE_DESKTOP = /UPDATE_DESKTOP = # /g" data/Makefile.am || 
die
+   # fix Desktop Entry
+   sed -ie "s/HamRadio/HamRadio;/g" data/voacapgui.desktop.in || die
+   eautoreconf
+}
+
+src_install() {
+   default
+   python_optimize
+}



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/pythonprop/

2020-09-07 Thread Thomas Beierlein
commit: 7b4f7668f55012a2e4fe71e7fc6efc36dc840c5e
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Tue Sep  8 05:51:06 2020 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Tue Sep  8 05:51:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b4f7668

sci-visualization/pythonprop: Add python 3.8 support

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Thomas Beierlein  gentoo.org>

 sci-visualization/pythonprop/pythonprop-0.29.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-visualization/pythonprop/pythonprop-0.29.ebuild 
b/sci-visualization/pythonprop/pythonprop-0.29.ebuild
index b0d9d787047..372c14f28f4 100644
--- a/sci-visualization/pythonprop/pythonprop-0.29.ebuild
+++ b/sci-visualization/pythonprop/pythonprop-0.29.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit autotools python-single-r1
 



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/pythonprop/

2020-04-23 Thread Thomas Beierlein
commit: d91341d841c6ac4053079ee14feef1a4b0bf28ad
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Thu Apr 23 18:56:38 2020 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Thu Apr 23 18:57:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d91341d8

sci-visualization/pythonprop: Add missing slot dep

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Beierlein  gentoo.org>

 sci-visualization/pythonprop/pythonprop-0.29.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-visualization/pythonprop/pythonprop-0.29.ebuild 
b/sci-visualization/pythonprop/pythonprop-0.29.ebuild
index baf0bd4b795..b0d9d787047 100644
--- a/sci-visualization/pythonprop/pythonprop-0.29.ebuild
+++ b/sci-visualization/pythonprop/pythonprop-0.29.ebuild
@@ -20,7 +20,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 RDEPEND="
${PYTHON_DEPS}
$(python_gen_cond_dep '
-   dev-python/pygobject[${PYTHON_MULTI_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
dev-python/matplotlib[${PYTHON_MULTI_USEDEP}]
sci-libs/cartopy[${PYTHON_MULTI_USEDEP}]
sci-libs/scipy[${PYTHON_MULTI_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/pythonprop/

2020-04-23 Thread Thomas Beierlein
commit: 070df9a27b5cee709bede7ff918cae9d61328460
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Thu Apr 23 17:21:52 2020 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Thu Apr 23 17:32:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=070df9a2

sci-visualization/pythonprop: Add missing DEPS

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Beierlein  gentoo.org>

 sci-visualization/pythonprop/pythonprop-0.29.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sci-visualization/pythonprop/pythonprop-0.29.ebuild 
b/sci-visualization/pythonprop/pythonprop-0.29.ebuild
index d5c64040e9a..412a659e798 100644
--- a/sci-visualization/pythonprop/pythonprop-0.29.ebuild
+++ b/sci-visualization/pythonprop/pythonprop-0.29.ebuild
@@ -20,8 +20,10 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 RDEPEND="
${PYTHON_DEPS}
$(python_gen_cond_dep '
+   dev-python/pygobject[${PYTHON_MULTI_USEDEP}]
dev-python/matplotlib[${PYTHON_MULTI_USEDEP}]
sci-libs/cartopy[${PYTHON_MULTI_USEDEP}]
+   sci-libs/scipy[${PYTHON_MULTI_USEDEP}]
')
dev-python/cairocffi
sci-electronics/voacapl



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/pythonprop/

2020-04-23 Thread Thomas Beierlein
commit: 735c085b897e4ab9f132618eeb3153ba2276acc4
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Thu Apr 23 17:31:34 2020 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Thu Apr 23 17:32:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=735c085b

sci-visualization/pythonprop: Add support for Python3.7

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Beierlein  gentoo.org>

 sci-visualization/pythonprop/pythonprop-0.29.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-visualization/pythonprop/pythonprop-0.29.ebuild 
b/sci-visualization/pythonprop/pythonprop-0.29.ebuild
index 412a659e798..baf0bd4b795 100644
--- a/sci-visualization/pythonprop/pythonprop-0.29.ebuild
+++ b/sci-visualization/pythonprop/pythonprop-0.29.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit autotools python-single-r1
 



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/pythonprop/

2020-03-29 Thread Thomas Beierlein
commit: 63bbe03629ebb5765c07025b857169efbb12d6cd
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Mon Mar 30 05:57:04 2020 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Mon Mar 30 05:57:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63bbe036

sci-visualization/pythonprop: Remove old Python2 only ebuilds

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Thomas Beierlein  gentoo.org>

 sci-visualization/pythonprop/Manifest  |  2 --
 .../pythonprop/pythonprop-0.13.ebuild  | 31 
 .../pythonprop/pythonprop-0.18-r2.ebuild   | 41 --
 3 files changed, 74 deletions(-)

diff --git a/sci-visualization/pythonprop/Manifest 
b/sci-visualization/pythonprop/Manifest
index 0bf09c1d281..df3b3b966ad 100644
--- a/sci-visualization/pythonprop/Manifest
+++ b/sci-visualization/pythonprop/Manifest
@@ -1,3 +1 @@
-DIST pythonprop-0.13.tar.gz 217721 BLAKE2B 
bd22106e528267ea49e1f68e22ad03958bd064aa4009a5da01a7943dedc7f4e84b8e8dfe8bfc80bc0fe248457cdef69df1d471017c9626757a764aad52e1ccb3
 SHA512 
b637f48369c926c8dd680a433d46236dc4fa70be79b2325d8f82e320b2d75b1e6d7d992bd81022d27fb6ab118d92178c7ad5ad94f6011a396e4a28d7431bbf2b
-DIST pythonprop-0.18.tar.gz 1158035 BLAKE2B 
3a01eb72ccfc3d0ebc356c4518d570544cedb01c5dff02ba55dd6be02b529bb4e6cf53346f74ac0dc21cf0662b107f58a064a704c124024c98419f330846868a
 SHA512 
2ca796f215e5aab33bee7dd161358c3065b464587597363dee9f03758cf666cca1b70f5b83e8ac266e21f77b806711cb6f48a1d7c3cd0b97f1461e897f5f9f80
 DIST pythonprop-0.29.tar.gz 586118 BLAKE2B 
ac018f147206b59fbd2295e6e72d6e1a801d6456d8a9784bdb2511b0d9dcecfa455363826680051c90e0fcc83fdc95a16c91df120efb2e70456958276967dec7
 SHA512 
2fbbffedc9e010fdebeed7a84d23c599a2532ae0b67e6a2ba2da6bea0dc0496cb1f71ac54650285ed35196f33e689fc3d967e3bd7c4fb16832fc484a6b777fcb

diff --git a/sci-visualization/pythonprop/pythonprop-0.13.ebuild 
b/sci-visualization/pythonprop/pythonprop-0.13.ebuild
deleted file mode 100644
index 729017cea4f..000
--- a/sci-visualization/pythonprop/pythonprop-0.13.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1
-
-DESCRIPTION="Scripts to prepare and plot VOACAP propagation predictions"
-HOMEPAGE="http://www.qsl.net/hz1jw/pythonprop;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   || (
-   
dev-python/matplotlib-python2[gtk2,${PYTHON_MULTI_USEDEP}]
-   dev-python/matplotlib[gtk2,${PYTHON_MULTI_USEDEP}]
-   )
-   ')
-   dev-python/basemap[${PYTHON_SINGLE_USEDEP}]
-   sci-electronics/voacapl
-"
-DEPEND="${RDEPEND}"

diff --git a/sci-visualization/pythonprop/pythonprop-0.18-r2.ebuild 
b/sci-visualization/pythonprop/pythonprop-0.18-r2.ebuild
deleted file mode 100644
index 4f8e8ef1e52..000
--- a/sci-visualization/pythonprop/pythonprop-0.18-r2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1
-
-DESCRIPTION="Scripts to prepare and plot VOACAP propagation predictions"
-HOMEPAGE="http://www.qsl.net/hz1jw/pythonprop;
-SRC_URI="http://www.qsl.net/h/hz1jw/${PN}/downloads/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   || (
-   dev-python/matplotlib-python2[${PYTHON_MULTI_USEDEP}]
-   dev-python/matplotlib[${PYTHON_MULTI_USEDEP}]
-   )
-   ')
-   dev-python/basemap[${PYTHON_SINGLE_USEDEP}]
-   sci-electronics/voacapl
-"
-DEPEND="${RDEPEND}
-   app-text/gnome-doc-utils
-   app-text/rarian
-"
-
-src_prepare() {
-   # do not call update_destop_database here
-   sed -ie "s/UPDATE_DESKTOP = /UPDATE_DESKTOP = # /g" data/Makefile.in || 
die
-   # fix Desktop Entry
-   sed -ie "s/HamRadio/HamRadio;/g" data/voacapgui.desktop.in || die
-}



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/pythonprop/

2020-03-29 Thread Thomas Beierlein
commit: 512444f70287565a3fb9e8c6e4c0f1f649c756bd
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Mon Mar 30 05:48:22 2020 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Mon Mar 30 05:52:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=512444f7

sci-visualization/pythonprop: Version bump

New version supports Python3 and replaces dependency on
dev-python/basemap with sci-libs/cartopy.

Bug: https://bugs.gentoo.org/705646

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Thomas Beierlein  gentoo.org>

 sci-visualization/pythonprop/Manifest  |  1 +
 .../pythonprop/pythonprop-0.29.ebuild  | 49 ++
 2 files changed, 50 insertions(+)

diff --git a/sci-visualization/pythonprop/Manifest 
b/sci-visualization/pythonprop/Manifest
index dd8d779c858..0bf09c1d281 100644
--- a/sci-visualization/pythonprop/Manifest
+++ b/sci-visualization/pythonprop/Manifest
@@ -1,2 +1,3 @@
 DIST pythonprop-0.13.tar.gz 217721 BLAKE2B 
bd22106e528267ea49e1f68e22ad03958bd064aa4009a5da01a7943dedc7f4e84b8e8dfe8bfc80bc0fe248457cdef69df1d471017c9626757a764aad52e1ccb3
 SHA512 
b637f48369c926c8dd680a433d46236dc4fa70be79b2325d8f82e320b2d75b1e6d7d992bd81022d27fb6ab118d92178c7ad5ad94f6011a396e4a28d7431bbf2b
 DIST pythonprop-0.18.tar.gz 1158035 BLAKE2B 
3a01eb72ccfc3d0ebc356c4518d570544cedb01c5dff02ba55dd6be02b529bb4e6cf53346f74ac0dc21cf0662b107f58a064a704c124024c98419f330846868a
 SHA512 
2ca796f215e5aab33bee7dd161358c3065b464587597363dee9f03758cf666cca1b70f5b83e8ac266e21f77b806711cb6f48a1d7c3cd0b97f1461e897f5f9f80
+DIST pythonprop-0.29.tar.gz 586118 BLAKE2B 
ac018f147206b59fbd2295e6e72d6e1a801d6456d8a9784bdb2511b0d9dcecfa455363826680051c90e0fcc83fdc95a16c91df120efb2e70456958276967dec7
 SHA512 
2fbbffedc9e010fdebeed7a84d23c599a2532ae0b67e6a2ba2da6bea0dc0496cb1f71ac54650285ed35196f33e689fc3d967e3bd7c4fb16832fc484a6b777fcb

diff --git a/sci-visualization/pythonprop/pythonprop-0.29.ebuild 
b/sci-visualization/pythonprop/pythonprop-0.29.ebuild
new file mode 100644
index 000..d5c64040e9a
--- /dev/null
+++ b/sci-visualization/pythonprop/pythonprop-0.29.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_6 )
+
+inherit autotools python-single-r1
+
+DESCRIPTION="Scripts to prepare and plot VOACAP propagation predictions"
+HOMEPAGE="https://www.qsl.net/h/hz1jw/pythonprop;
+SRC_URI="https://github.com/jawatson/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/matplotlib[${PYTHON_MULTI_USEDEP}]
+   sci-libs/cartopy[${PYTHON_MULTI_USEDEP}]
+   ')
+   dev-python/cairocffi
+   sci-electronics/voacapl
+"
+DEPEND="${RDEPEND}
+   app-text/gnome-doc-utils
+   app-text/rarian
+"
+
+src_prepare() {
+   eapply_user
+
+   # drop building *.pdf files
+   sed -i -e "s#docs/user/help##g" Makefile.am || die
+   # do not call update_destop_database here
+   sed -ie "s/UPDATE_DESKTOP = /UPDATE_DESKTOP = # /g" data/Makefile.am || 
die
+   # fix Desktop Entry
+   sed -ie "s/HamRadio/HamRadio;/g" data/voacapgui.desktop.in || die
+   eautoreconf
+}
+
+src_install() {
+   default
+   python_optimize
+}



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/pythonprop/

2020-02-09 Thread Michał Górny
commit: 86318134b18dd16cd10a67e1986594556181da43
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb  7 19:12:46 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb  9 16:46:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86318134

sci-visualization/pythonprop: Switch to PYTHON_MULTI_USEDEP API

Signed-off-by: Michał Górny  gentoo.org>

 sci-visualization/pythonprop/pythonprop-0.13.ebuild  | 12 +++-
 .../{pythonprop-0.18-r1.ebuild => pythonprop-0.18-r2.ebuild} | 12 +++-
 2 files changed, 14 insertions(+), 10 deletions(-)

diff --git a/sci-visualization/pythonprop/pythonprop-0.13.ebuild 
b/sci-visualization/pythonprop/pythonprop-0.13.ebuild
index 854920aa56a..729017cea4f 100644
--- a/sci-visualization/pythonprop/pythonprop-0.13.ebuild
+++ b/sci-visualization/pythonprop/pythonprop-0.13.ebuild
@@ -19,11 +19,13 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
${PYTHON_DEPS}
-   || (
-   dev-python/matplotlib-python2[gtk2,${PYTHON_USEDEP}]
-   dev-python/matplotlib[gtk2,${PYTHON_USEDEP}]
-   )
-   dev-python/basemap[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   || (
+   
dev-python/matplotlib-python2[gtk2,${PYTHON_MULTI_USEDEP}]
+   dev-python/matplotlib[gtk2,${PYTHON_MULTI_USEDEP}]
+   )
+   ')
+   dev-python/basemap[${PYTHON_SINGLE_USEDEP}]
sci-electronics/voacapl
 "
 DEPEND="${RDEPEND}"

diff --git a/sci-visualization/pythonprop/pythonprop-0.18-r1.ebuild 
b/sci-visualization/pythonprop/pythonprop-0.18-r2.ebuild
similarity index 80%
rename from sci-visualization/pythonprop/pythonprop-0.18-r1.ebuild
rename to sci-visualization/pythonprop/pythonprop-0.18-r2.ebuild
index a5c36e5b53b..4f8e8ef1e52 100644
--- a/sci-visualization/pythonprop/pythonprop-0.18-r1.ebuild
+++ b/sci-visualization/pythonprop/pythonprop-0.18-r2.ebuild
@@ -19,11 +19,13 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
${PYTHON_DEPS}
-   || (
-   dev-python/matplotlib-python2[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   )
-   dev-python/basemap[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   || (
+   dev-python/matplotlib-python2[${PYTHON_MULTI_USEDEP}]
+   dev-python/matplotlib[${PYTHON_MULTI_USEDEP}]
+   )
+   ')
+   dev-python/basemap[${PYTHON_SINGLE_USEDEP}]
sci-electronics/voacapl
 "
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/pythonprop/

2020-01-28 Thread Michał Górny
commit: 477394604cf2b1205fc30d0f14492b03b3ce5940
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 28 21:27:44 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 28 21:30:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47739460

sci-visualization/pythonprop: Revbump post dep change

Signed-off-by: Michał Górny  gentoo.org>

 .../pythonprop/{pythonprop-0.18.ebuild => pythonprop-0.18-r1.ebuild}  | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/sci-visualization/pythonprop/pythonprop-0.18.ebuild 
b/sci-visualization/pythonprop/pythonprop-0.18-r1.ebuild
similarity index 100%
rename from sci-visualization/pythonprop/pythonprop-0.18.ebuild
rename to sci-visualization/pythonprop/pythonprop-0.18-r1.ebuild



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/pythonprop/

2020-01-28 Thread Michał Górny
commit: 4fc48c53c40134fff97b00b1f0d4c9da14f29b20
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 28 20:23:51 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 28 20:40:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fc48c53

sci-visualization/pythonprop: Permit matplotlib-python2

Signed-off-by: Michał Górny  gentoo.org>

 sci-visualization/pythonprop/pythonprop-0.13.ebuild | 7 +--
 sci-visualization/pythonprop/pythonprop-0.18.ebuild | 7 +--
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/sci-visualization/pythonprop/pythonprop-0.13.ebuild 
b/sci-visualization/pythonprop/pythonprop-0.13.ebuild
index b5063be83fa..854920aa56a 100644
--- a/sci-visualization/pythonprop/pythonprop-0.13.ebuild
+++ b/sci-visualization/pythonprop/pythonprop-0.13.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -19,7 +19,10 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
${PYTHON_DEPS}
-   dev-python/matplotlib[gtk2,${PYTHON_USEDEP}]
+   || (
+   dev-python/matplotlib-python2[gtk2,${PYTHON_USEDEP}]
+   dev-python/matplotlib[gtk2,${PYTHON_USEDEP}]
+   )
dev-python/basemap[${PYTHON_USEDEP}]
sci-electronics/voacapl
 "

diff --git a/sci-visualization/pythonprop/pythonprop-0.18.ebuild 
b/sci-visualization/pythonprop/pythonprop-0.18.ebuild
index 96d40ecb22d..a5c36e5b53b 100644
--- a/sci-visualization/pythonprop/pythonprop-0.18.ebuild
+++ b/sci-visualization/pythonprop/pythonprop-0.18.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -19,7 +19,10 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
${PYTHON_DEPS}
-   dev-python/matplotlib[${PYTHON_USEDEP}]
+   || (
+   dev-python/matplotlib-python2[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   )
dev-python/basemap[${PYTHON_USEDEP}]
sci-electronics/voacapl
 "



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/pythonprop/

2017-04-20 Thread David Seifert
commit: 1ddc567de8899fe6b3ad2be23630820d8f4559fb
Author: David Seifert  gentoo  org>
AuthorDate: Thu Apr 20 16:02:44 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Apr 20 16:39:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ddc567d

sci-visualization/pythonprop: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sci-visualization/pythonprop/pythonprop-0.13.ebuild | 4 +++-
 sci-visualization/pythonprop/pythonprop-0.18.ebuild | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/sci-visualization/pythonprop/pythonprop-0.13.ebuild 
b/sci-visualization/pythonprop/pythonprop-0.13.ebuild
index f56ff14098a..b5063be83fa 100644
--- a/sci-visualization/pythonprop/pythonprop-0.13.ebuild
+++ b/sci-visualization/pythonprop/pythonprop-0.13.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,8 +15,10 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
+   ${PYTHON_DEPS}
dev-python/matplotlib[gtk2,${PYTHON_USEDEP}]
dev-python/basemap[${PYTHON_USEDEP}]
sci-electronics/voacapl

diff --git a/sci-visualization/pythonprop/pythonprop-0.18.ebuild 
b/sci-visualization/pythonprop/pythonprop-0.18.ebuild
index 749b281c8fa..96d40ecb22d 100644
--- a/sci-visualization/pythonprop/pythonprop-0.18.ebuild
+++ b/sci-visualization/pythonprop/pythonprop-0.18.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,8 +15,10 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
+   ${PYTHON_DEPS}
dev-python/matplotlib[${PYTHON_USEDEP}]
dev-python/basemap[${PYTHON_USEDEP}]
sci-electronics/voacapl



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/pythonprop/

2016-07-12 Thread Thomas Beierlein
commit: 52bd407b1a551a9a9c995af320b4a3fa30721bc9
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Tue Jul 12 13:19:46 2016 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Tue Jul 12 13:19:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52bd407b

sci-visualization/pythonprop: Add missing deps (bug #586142). Thanks Thoralf 
for reporting.

Package-Manager: portage-2.3.0

 sci-visualization/pythonprop/pythonprop-0.18.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sci-visualization/pythonprop/pythonprop-0.18.ebuild 
b/sci-visualization/pythonprop/pythonprop-0.18.ebuild
index 2377cd0..d69036b 100644
--- a/sci-visualization/pythonprop/pythonprop-0.18.ebuild
+++ b/sci-visualization/pythonprop/pythonprop-0.18.ebuild
@@ -22,7 +22,10 @@ RDEPEND="
dev-python/basemap[${PYTHON_USEDEP}]
sci-electronics/voacapl
 "
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+   app-text/gnome-doc-utils
+   app-text/rarian
+"
 
 src_prepare() {
# do not call update_destop_database here



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/pythonprop/

2016-02-06 Thread Thomas Beierlein
commit: 12a7a212fba784a6061a29c902310c3aa06bc255
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Sat Feb  6 16:08:00 2016 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Sat Feb  6 16:08:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12a7a212

sci-visualization/pythonprop: Version bump

Package-Manager: portage-2.2.27

 sci-visualization/pythonprop/Manifest  |  1 +
 .../pythonprop/pythonprop-0.18.ebuild  | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/sci-visualization/pythonprop/Manifest 
b/sci-visualization/pythonprop/Manifest
index 90f7bcb..de9f484 100644
--- a/sci-visualization/pythonprop/Manifest
+++ b/sci-visualization/pythonprop/Manifest
@@ -1 +1,2 @@
 DIST pythonprop-0.13.tar.gz 217721 SHA256 
c89aa97876755679ccb2fa9baf7b1d20dc7a36f4b8aa4aa35cbf338e7370cbf5 SHA512 
b637f48369c926c8dd680a433d46236dc4fa70be79b2325d8f82e320b2d75b1e6d7d992bd81022d27fb6ab118d92178c7ad5ad94f6011a396e4a28d7431bbf2b
 WHIRLPOOL 
b6e43058d0495cf54cc7b0f3755531ac06b6c196adc6b76ac1ccd0e60a4b46be477c06d6c480d6822ba75d8da1594c9d727996d52cf4ef80daecaa6df1bd5ec4
+DIST pythonprop-0.18.tar.gz 1158035 SHA256 
51689ce55a73ad4568c34ea882ce0e1dcae9364aa9628804256b31d33163f048 SHA512 
2ca796f215e5aab33bee7dd161358c3065b464587597363dee9f03758cf666cca1b70f5b83e8ac266e21f77b806711cb6f48a1d7c3cd0b97f1461e897f5f9f80
 WHIRLPOOL 
43dfd007fb6f43308e8c29159bd3ffa9ab498c7b4cfe3ff02634df78da5484bf77f4f6d30323e6f866266f36a6358e32259f9f9946ed97ed0208232fe196c608

diff --git a/sci-visualization/pythonprop/pythonprop-0.18.ebuild 
b/sci-visualization/pythonprop/pythonprop-0.18.ebuild
new file mode 100644
index 000..2377cd0
--- /dev/null
+++ b/sci-visualization/pythonprop/pythonprop-0.18.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit python-single-r1
+
+DESCRIPTION="Scripts to prepare and plot VOACAP propagation predictions"
+HOMEPAGE="http://www.qsl.net/hz1jw/pythonprop;
+SRC_URI="http://www.qsl.net/h/hz1jw/${PN}/downloads/${P}.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/basemap[${PYTHON_USEDEP}]
+   sci-electronics/voacapl
+"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   # do not call update_destop_database here
+   sed -ie "s/UPDATE_DESKTOP = /UPDATE_DESKTOP = # /g" data/Makefile.in || 
die
+   # fix Desktop Entry
+   sed -ie "s/HamRadio/HamRadio;/g" data/voacapgui.desktop.in || die
+}



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/pythonprop/

2015-11-20 Thread Justin Lecher
commit: 0be3dac38dff8837a42777dea1b3ddb180177057
Author: Justin Lecher  gentoo  org>
AuthorDate: Fri Nov 20 10:41:04 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Fri Nov 20 11:29:21 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0be3dac3

sci-visualization/pythonprop: Adopt to matplotlib USE=gtk renaming

Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher  gentoo.org>

 sci-visualization/pythonprop/pythonprop-0.13.ebuild | 16 +++-
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/sci-visualization/pythonprop/pythonprop-0.13.ebuild 
b/sci-visualization/pythonprop/pythonprop-0.13.ebuild
index a0e6bda..1b4ff07 100644
--- a/sci-visualization/pythonprop/pythonprop-0.13.ebuild
+++ b/sci-visualization/pythonprop/pythonprop-0.13.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="5"
+EAPI=5
+
 PYTHON_COMPAT=( python2_7 )
 
 inherit python-single-r1
@@ -16,12 +17,9 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND="sci-electronics/voacapl
-   dev-python/matplotlib[gtk]
-   dev-python/basemap"
+RDEPEND="
+   dev-python/matplotlib[gtk2,${PYTHON_USEDEP}]
+   dev-python/basemap[${PYTHON_USEDEP}]
+   sci-electronics/voacapl
+"
 DEPEND="${RDEPEND}"
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc AUTHORS ChangeLog NEWS TODO
-}