* [gentoo-commits] repo/gentoo:master commit in: dev-python/ginga/
@ 2016-12-29 7:02 Sebastien Fabbro
0 siblings, 0 replies; 7+ messages in thread
From: Sebastien Fabbro @ 2016-12-29 7:02 UTC (permalink / raw
To: gentoo-commits
commit: 94986c3b7151d2c96bf979c6f9368201edcacbde
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 29 01:09:36 2016 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Thu Dec 29 07:01:27 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94986c3b
dev-python/ginga: version bump
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-python/ginga/Manifest | 1 +
dev-python/ginga/ginga-2.6.1.ebuild | 79 +++++++++++++++++++++++++++++++++++++
2 files changed, 80 insertions(+)
diff --git a/dev-python/ginga/Manifest b/dev-python/ginga/Manifest
index d355770..93b58a8 100644
--- a/dev-python/ginga/Manifest
+++ b/dev-python/ginga/Manifest
@@ -1 +1,2 @@
DIST ginga-2.6.0.tar.gz 12682426 SHA256 ae4661cc2438cafcd66281172776e6968255482d122a154030bc815c19e0afd4 SHA512 b07fc8a20f17173682bfce5190200f3080dff12fae73e06e1447ebdfe1dc98362e03bd2ed5c524fce0ffcd15e3b74170c97a74222f7601f25e9e5bf0bd93148a WHIRLPOOL 430f9e0585f1b4546400ca9ba89eda1a81d88fd62ebade5d907d069f3f19e6155d7b7c8bdaa9186ba306873a1d41f7cfb64ed5f2262a96eb1c5e06f4a1027d82
+DIST ginga-2.6.1.tar.gz 12693626 SHA256 5087f1213a0aa2fffdc3d81a258d1a4662f92894f532843ba2c83ba237363116 SHA512 f12bc41de0f6efb39096f1175a7d94659135230fc2d024ac0532f09e39d1d674cbce28ce073c37e8cbff19db9b8d0fe6c40ee829a4ba38ad276b39ab6765c5a9 WHIRLPOOL ada7e2174ba401581d70b88301f145e6ba348aec71271eac982056ce3c20fb8c1dcfa31200506a5bb6183777708df5ee57a2ccb50f2732ea90a20c864aea6683
diff --git a/dev-python/ginga/ginga-2.6.1.ebuild b/dev-python/ginga/ginga-2.6.1.ebuild
new file mode 100644
index 00000000..249b5fa
--- /dev/null
+++ b/dev-python/ginga/ginga-2.6.1.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_5} )
+PYTHON_REQ_USE='tk?'
+
+inherit distutils-r1 eutils fdo-mime
+
+DESCRIPTION="Astronomical image toolkit for Python"
+HOMEPAGE="https://ejeschke.github.io/ginga"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="doc examples gtk qt4 qt5 test tk"
+
+RDEPEND="
+ dev-python/astropy[${PYTHON_USEDEP}]
+ media-fonts/roboto
+ gtk? ( dev-python/pygobject[${PYTHON_USEDEP},cairo] )
+ qt4? ( || (
+ dev-python/pyside[${PYTHON_USEDEP},help,X]
+ dev-python/PyQt4[${PYTHON_USEDEP},help,X]
+ ) )
+ qt5? ( dev-python/PyQt5[${PYTHON_USEDEP},help,gui,widgets] )"
+
+DEPEND="${RDEPEND}
+ dev-python/astropy-helpers[${PYTHON_USEDEP}]
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+
+PATCHES=( "${FILESDIR}"/${PN}-no-roboto.patch )
+
+python_prepare_all() {
+ # use system astropy-helpers instead of bundled one
+ sed -i -e '/auto_use/s/True/False/' setup.cfg || die
+ distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+ if use doc; then
+ python_setup
+ PYTHONPATH="${BUILD_DIR}"/lib esetup.py build_sphinx --no-intersphinx
+ fi
+}
+
+python_test() {
+ esetup.py test
+}
+
+python_install_all() {
+ use doc && local HTML_DOCS=( doc/_build/html/. )
+ distutils-r1_python_install_all
+ rm -r "${ED%/}"/usr/lib*/*/*/ginga/examples || die
+ if use examples; then
+ insinto /usr/share/doc/${PF}
+ doins -r ginga/examples
+ fi
+ domenu ginga.desktop
+}
+
+pkg_postinst() {
+ optfeature "Pick, Cuts, Histogram, LineProfile" \
+ dev-python/matplotlib sci-libs/scipy
+ optfeature "Online help browser" dev-qt/qtwebkit
+ optfeature "To save a movie" media-video/mplayer
+ optfeature "Speeds up rotation and some transformations" \
+ dev-python/numexpr dev-python/opencv dev-python/pyopencl
+ optfeature "Aids in identifying files when opening them" \
+ dev-python/filemagic
+ optfeature "Useful for various RGB file manipulations" dev-python/pillow
+
+ # Update mimedb for the new .desktop file
+ fdo-mime_desktop_database_update
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/ginga/
@ 2017-02-26 18:02 Sebastien Fabbro
0 siblings, 0 replies; 7+ messages in thread
From: Sebastien Fabbro @ 2017-02-26 18:02 UTC (permalink / raw
To: gentoo-commits
commit: d6cf1b20775c620ffa08b38df5093bb1e2a6db17
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 26 16:34:37 2017 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Sun Feb 26 18:02:05 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6cf1b20
dev-python/ginga: version bump
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-python/ginga/Manifest | 2 +-
dev-python/ginga/{ginga-2.6.0.ebuild => ginga-2.6.2.ebuild} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/ginga/Manifest b/dev-python/ginga/Manifest
index 93b58a89f0..918b09a136 100644
--- a/dev-python/ginga/Manifest
+++ b/dev-python/ginga/Manifest
@@ -1,2 +1,2 @@
-DIST ginga-2.6.0.tar.gz 12682426 SHA256 ae4661cc2438cafcd66281172776e6968255482d122a154030bc815c19e0afd4 SHA512 b07fc8a20f17173682bfce5190200f3080dff12fae73e06e1447ebdfe1dc98362e03bd2ed5c524fce0ffcd15e3b74170c97a74222f7601f25e9e5bf0bd93148a WHIRLPOOL 430f9e0585f1b4546400ca9ba89eda1a81d88fd62ebade5d907d069f3f19e6155d7b7c8bdaa9186ba306873a1d41f7cfb64ed5f2262a96eb1c5e06f4a1027d82
DIST ginga-2.6.1.tar.gz 12693626 SHA256 5087f1213a0aa2fffdc3d81a258d1a4662f92894f532843ba2c83ba237363116 SHA512 f12bc41de0f6efb39096f1175a7d94659135230fc2d024ac0532f09e39d1d674cbce28ce073c37e8cbff19db9b8d0fe6c40ee829a4ba38ad276b39ab6765c5a9 WHIRLPOOL ada7e2174ba401581d70b88301f145e6ba348aec71271eac982056ce3c20fb8c1dcfa31200506a5bb6183777708df5ee57a2ccb50f2732ea90a20c864aea6683
+DIST ginga-2.6.2.tar.gz 17258711 SHA256 a8bc2fd66f1a74b56282ce53086446a9aa2d9a0628911669615c3e0f7e3d5526 SHA512 be9f24382019fb0d1c2013cf8da00518234da787ce54a724dccae273e093fd843e8b6a0ea206d288123835328c26961e71a59a48b179cd7d2898e02148e4f62a WHIRLPOOL 453f1d834d1c99a0a873e749f0507a56af0007d0e0783d80a95c25ceb13e6f2d85ba2b64eb3e10680ebb308ad5d2c4ea6871605eeacf2c4d5880f29a18695fae
diff --git a/dev-python/ginga/ginga-2.6.0.ebuild b/dev-python/ginga/ginga-2.6.2.ebuild
similarity index 98%
rename from dev-python/ginga/ginga-2.6.0.ebuild
rename to dev-python/ginga/ginga-2.6.2.ebuild
index 249b5fa5fc..83ff4840ec 100644
--- a/dev-python/ginga/ginga-2.6.0.ebuild
+++ b/dev-python/ginga/ginga-2.6.2.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
# $Id$
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/ginga/
@ 2017-06-28 18:21 Sebastien Fabbro
0 siblings, 0 replies; 7+ messages in thread
From: Sebastien Fabbro @ 2017-06-28 18:21 UTC (permalink / raw
To: gentoo-commits
commit: 51a7d7edcf134decd9f78aff085958c52acf656a
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 28 18:20:24 2017 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Wed Jun 28 18:20:42 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51a7d7ed
dev-python/ginga: version bump
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-python/ginga/Manifest | 2 +-
.../{ginga-2.6.1.ebuild => ginga-2.6.4.ebuild} | 31 +++++++++++++++-------
2 files changed, 23 insertions(+), 10 deletions(-)
diff --git a/dev-python/ginga/Manifest b/dev-python/ginga/Manifest
index 918b09a136e..bf8ef605d7d 100644
--- a/dev-python/ginga/Manifest
+++ b/dev-python/ginga/Manifest
@@ -1,2 +1,2 @@
-DIST ginga-2.6.1.tar.gz 12693626 SHA256 5087f1213a0aa2fffdc3d81a258d1a4662f92894f532843ba2c83ba237363116 SHA512 f12bc41de0f6efb39096f1175a7d94659135230fc2d024ac0532f09e39d1d674cbce28ce073c37e8cbff19db9b8d0fe6c40ee829a4ba38ad276b39ab6765c5a9 WHIRLPOOL ada7e2174ba401581d70b88301f145e6ba348aec71271eac982056ce3c20fb8c1dcfa31200506a5bb6183777708df5ee57a2ccb50f2732ea90a20c864aea6683
DIST ginga-2.6.2.tar.gz 17258711 SHA256 a8bc2fd66f1a74b56282ce53086446a9aa2d9a0628911669615c3e0f7e3d5526 SHA512 be9f24382019fb0d1c2013cf8da00518234da787ce54a724dccae273e093fd843e8b6a0ea206d288123835328c26961e71a59a48b179cd7d2898e02148e4f62a WHIRLPOOL 453f1d834d1c99a0a873e749f0507a56af0007d0e0783d80a95c25ceb13e6f2d85ba2b64eb3e10680ebb308ad5d2c4ea6871605eeacf2c4d5880f29a18695fae
+DIST ginga-2.6.4.tar.gz 19971195 SHA256 25d3435af454135c3539108ab41d4a55169e939739e0a947f12643dce16aa16e SHA512 79c471ee3fefb6dc03c90538147b8fa8606b37b7747712f9a69163870e6ae460d259f0ea08388a07163ea8b588676d0208fcdd51577d04cfc334aacbd0c01599 WHIRLPOOL 7ab2c47015446aae322f5a167a4054f40e601f2d0ace9b164a87bf4cf1f084765d7cc05592a69847010fee20b780e47a4532defcd5acfbdf6ba74568dd6dbc52
diff --git a/dev-python/ginga/ginga-2.6.1.ebuild b/dev-python/ginga/ginga-2.6.4.ebuild
similarity index 76%
rename from dev-python/ginga/ginga-2.6.1.ebuild
rename to dev-python/ginga/ginga-2.6.4.ebuild
index d86b4d4c176..69fd1a42bc6 100644
--- a/dev-python/ginga/ginga-2.6.1.ebuild
+++ b/dev-python/ginga/ginga-2.6.4.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5} )
+PYTHON_COMPAT=( python{2_7,3_5,3_6} )
PYTHON_REQ_USE='tk?'
-inherit distutils-r1 eutils fdo-mime
+inherit distutils-r1 eutils fdo-mime virtualx
DESCRIPTION="Astronomical image toolkit for Python"
HOMEPAGE="https://ejeschke.github.io/ginga"
@@ -22,15 +22,28 @@ RDEPEND="
media-fonts/roboto
gtk? ( dev-python/pygobject[${PYTHON_USEDEP},cairo] )
qt4? ( || (
- dev-python/pyside[${PYTHON_USEDEP},help,X]
- dev-python/PyQt4[${PYTHON_USEDEP},help,X]
- ) )
- qt5? ( dev-python/PyQt5[${PYTHON_USEDEP},help,gui,widgets] )"
+ dev-python/pyside[${PYTHON_USEDEP},help,X]
+ dev-python/PyQt4[${PYTHON_USEDEP},help,X]
+ )
+ dev-python/QtPy[${PYTHON_USEDEP},gui]
+ )
+ qt5? (
+ dev-python/PyQt5[${PYTHON_USEDEP},help,gui,widgets]
+ dev-python/QtPy[${PYTHON_USEDEP},gui]
+ )
+"
DEPEND="${RDEPEND}
dev-python/astropy-helpers[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+ doc? (
+ dev-python/sphinx[${PYTHON_USEDEP}]
+ dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
+ )
+ test? (
+ dev-python/QtPy[${PYTHON_USEDEP},gui]
+ )
+"
PATCHES=( "${FILESDIR}"/${PN}-no-roboto.patch )
@@ -48,7 +61,7 @@ python_compile_all() {
}
python_test() {
- esetup.py test
+ virtx esetup.py test
}
python_install_all() {
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/ginga/
@ 2017-08-09 17:04 Sebastien Fabbro
0 siblings, 0 replies; 7+ messages in thread
From: Sebastien Fabbro @ 2017-08-09 17:04 UTC (permalink / raw
To: gentoo-commits
commit: 457531f140b42307a2f1e9fa30dec6c16b3f69c8
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 3 23:29:11 2017 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Wed Aug 9 17:01:57 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=457531f1
dev-python/ginga:
Package-Manager: Portage-2.3.6, Repoman-2.3.3
dev-python/ginga/Manifest | 1 +
dev-python/ginga/ginga-2.6.5.ebuild | 77 +++++++++++++++++++++++++++++++++++++
2 files changed, 78 insertions(+)
diff --git a/dev-python/ginga/Manifest b/dev-python/ginga/Manifest
index bf8ef605d7d..41c5aa5b10f 100644
--- a/dev-python/ginga/Manifest
+++ b/dev-python/ginga/Manifest
@@ -1,2 +1,3 @@
DIST ginga-2.6.2.tar.gz 17258711 SHA256 a8bc2fd66f1a74b56282ce53086446a9aa2d9a0628911669615c3e0f7e3d5526 SHA512 be9f24382019fb0d1c2013cf8da00518234da787ce54a724dccae273e093fd843e8b6a0ea206d288123835328c26961e71a59a48b179cd7d2898e02148e4f62a WHIRLPOOL 453f1d834d1c99a0a873e749f0507a56af0007d0e0783d80a95c25ceb13e6f2d85ba2b64eb3e10680ebb308ad5d2c4ea6871605eeacf2c4d5880f29a18695fae
DIST ginga-2.6.4.tar.gz 19971195 SHA256 25d3435af454135c3539108ab41d4a55169e939739e0a947f12643dce16aa16e SHA512 79c471ee3fefb6dc03c90538147b8fa8606b37b7747712f9a69163870e6ae460d259f0ea08388a07163ea8b588676d0208fcdd51577d04cfc334aacbd0c01599 WHIRLPOOL 7ab2c47015446aae322f5a167a4054f40e601f2d0ace9b164a87bf4cf1f084765d7cc05592a69847010fee20b780e47a4532defcd5acfbdf6ba74568dd6dbc52
+DIST ginga-2.6.5.tar.gz 19969984 SHA256 0a8000a2e872d10fd05368cf3fa9d48d67c9191877998d764cd681f3f88b0e25 SHA512 66c55662a8ce1fe683cdf6a83511f39146fadf10d1fedabd6d6c5c46662a3abd2496bd1f0200612a84bdad246f960990e242bccee7a8a13e3aaf88a4884ceb80 WHIRLPOOL 76284b1ada78ff60bfb7e350f71ed1d6e81f73704757574864a64fb437d80fd1ab011fa50daadd231dae75dc3d22efb76d48f14678538e7949a7f56a6f44412e
diff --git a/dev-python/ginga/ginga-2.6.5.ebuild b/dev-python/ginga/ginga-2.6.5.ebuild
new file mode 100644
index 00000000000..6cbcae46aae
--- /dev/null
+++ b/dev-python/ginga/ginga-2.6.5.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_REQ_USE='tk?'
+
+inherit distutils-r1 eutils fdo-mime virtualx
+
+DESCRIPTION="Astronomical image toolkit for Python"
+HOMEPAGE="https://ejeschke.github.io/ginga"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="examples gtk qt4 qt5 test tk"
+
+RDEPEND="
+ dev-python/astropy[${PYTHON_USEDEP}]
+ media-fonts/roboto
+ gtk? ( dev-python/pygobject[${PYTHON_USEDEP},cairo] )
+ qt4? ( || (
+ dev-python/pyside[${PYTHON_USEDEP},help,X]
+ dev-python/PyQt4[${PYTHON_USEDEP},help,X]
+ )
+ dev-python/QtPy[${PYTHON_USEDEP},gui]
+ )
+ qt5? (
+ dev-python/PyQt5[${PYTHON_USEDEP},help,gui,widgets]
+ dev-python/QtPy[${PYTHON_USEDEP},gui]
+ )
+"
+
+DEPEND="${RDEPEND}
+ dev-python/astropy-helpers[${PYTHON_USEDEP}]
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ test? ( dev-python/QtPy[${PYTHON_USEDEP},gui] )
+"
+
+PATCHES=( "${FILESDIR}"/${PN}-no-roboto.patch )
+
+python_prepare_all() {
+ # use system astropy-helpers instead of bundled one
+ sed -i -e '/auto_use/s/True/False/' setup.cfg || die
+ distutils-r1_python_prepare_all
+}
+
+python_test() {
+ virtx esetup.py test
+}
+
+python_install_all() {
+ distutils-r1_python_install_all
+ rm -r "${ED%/}"/usr/lib*/*/*/ginga/examples || die
+ if use examples; then
+ dodoc -r ginga/examples
+ docompress -x /usr/share/doc/${PF}/examples
+ fi
+ domenu ginga.desktop
+}
+
+pkg_postinst() {
+ optfeature "Pick, Cuts, Histogram, LineProfile" \
+ dev-python/matplotlib sci-libs/scipy
+ optfeature "Online help browser" dev-qt/qtwebkit
+ optfeature "To save a movie" media-video/mplayer
+ optfeature "Speeds up rotation and some transformations" \
+ dev-python/numexpr dev-python/opencv dev-python/pyopencl
+ optfeature "Aids in identifying files when opening them" \
+ dev-python/filemagic
+ optfeature "Useful for various RGB file manipulations" dev-python/pillow
+
+ # Update mimedb for the new .desktop file
+ fdo-mime_desktop_database_update
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/ginga/
@ 2017-08-09 17:04 Sebastien Fabbro
0 siblings, 0 replies; 7+ messages in thread
From: Sebastien Fabbro @ 2017-08-09 17:04 UTC (permalink / raw
To: gentoo-commits
commit: e0f4c2eaad8d19e0c956886450e621f886934545
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 3 23:35:39 2017 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Wed Aug 9 17:01:59 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0f4c2ea
dev-python/ginga: moved to xdg-utils and removed old
Package-Manager: Portage-2.3.6, Repoman-2.3.3
dev-python/ginga/Manifest | 1 -
dev-python/ginga/ginga-2.6.2.ebuild | 78 -------------------------------------
dev-python/ginga/ginga-2.6.5.ebuild | 11 ++++--
3 files changed, 8 insertions(+), 82 deletions(-)
diff --git a/dev-python/ginga/Manifest b/dev-python/ginga/Manifest
index 41c5aa5b10f..05fb0ee2e46 100644
--- a/dev-python/ginga/Manifest
+++ b/dev-python/ginga/Manifest
@@ -1,3 +1,2 @@
-DIST ginga-2.6.2.tar.gz 17258711 SHA256 a8bc2fd66f1a74b56282ce53086446a9aa2d9a0628911669615c3e0f7e3d5526 SHA512 be9f24382019fb0d1c2013cf8da00518234da787ce54a724dccae273e093fd843e8b6a0ea206d288123835328c26961e71a59a48b179cd7d2898e02148e4f62a WHIRLPOOL 453f1d834d1c99a0a873e749f0507a56af0007d0e0783d80a95c25ceb13e6f2d85ba2b64eb3e10680ebb308ad5d2c4ea6871605eeacf2c4d5880f29a18695fae
DIST ginga-2.6.4.tar.gz 19971195 SHA256 25d3435af454135c3539108ab41d4a55169e939739e0a947f12643dce16aa16e SHA512 79c471ee3fefb6dc03c90538147b8fa8606b37b7747712f9a69163870e6ae460d259f0ea08388a07163ea8b588676d0208fcdd51577d04cfc334aacbd0c01599 WHIRLPOOL 7ab2c47015446aae322f5a167a4054f40e601f2d0ace9b164a87bf4cf1f084765d7cc05592a69847010fee20b780e47a4532defcd5acfbdf6ba74568dd6dbc52
DIST ginga-2.6.5.tar.gz 19969984 SHA256 0a8000a2e872d10fd05368cf3fa9d48d67c9191877998d764cd681f3f88b0e25 SHA512 66c55662a8ce1fe683cdf6a83511f39146fadf10d1fedabd6d6c5c46662a3abd2496bd1f0200612a84bdad246f960990e242bccee7a8a13e3aaf88a4884ceb80 WHIRLPOOL 76284b1ada78ff60bfb7e350f71ed1d6e81f73704757574864a64fb437d80fd1ab011fa50daadd231dae75dc3d22efb76d48f14678538e7949a7f56a6f44412e
diff --git a/dev-python/ginga/ginga-2.6.2.ebuild b/dev-python/ginga/ginga-2.6.2.ebuild
deleted file mode 100644
index 5aa32a1b960..00000000000
--- a/dev-python/ginga/ginga-2.6.2.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_5} )
-PYTHON_REQ_USE='tk?'
-
-inherit distutils-r1 eutils fdo-mime
-
-DESCRIPTION="Astronomical image toolkit for Python"
-HOMEPAGE="https://ejeschke.github.io/ginga"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="doc examples gtk qt4 qt5 test tk"
-
-RDEPEND="
- dev-python/astropy[${PYTHON_USEDEP}]
- media-fonts/roboto
- gtk? ( dev-python/pygobject[${PYTHON_USEDEP},cairo] )
- qt4? ( || (
- dev-python/pyside[${PYTHON_USEDEP},help,X]
- dev-python/PyQt4[${PYTHON_USEDEP},help,X]
- ) )
- qt5? ( dev-python/PyQt5[${PYTHON_USEDEP},help,gui,widgets] )"
-
-DEPEND="${RDEPEND}
- dev-python/astropy-helpers[${PYTHON_USEDEP}]
- dev-python/setuptools[${PYTHON_USEDEP}]
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-
-PATCHES=( "${FILESDIR}"/${PN}-no-roboto.patch )
-
-python_prepare_all() {
- # use system astropy-helpers instead of bundled one
- sed -i -e '/auto_use/s/True/False/' setup.cfg || die
- distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
- if use doc; then
- python_setup
- PYTHONPATH="${BUILD_DIR}"/lib esetup.py build_sphinx --no-intersphinx
- fi
-}
-
-python_test() {
- esetup.py test
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( doc/_build/html/. )
- distutils-r1_python_install_all
- rm -r "${ED%/}"/usr/lib*/*/*/ginga/examples || die
- if use examples; then
- insinto /usr/share/doc/${PF}
- doins -r ginga/examples
- fi
- domenu ginga.desktop
-}
-
-pkg_postinst() {
- optfeature "Pick, Cuts, Histogram, LineProfile" \
- dev-python/matplotlib sci-libs/scipy
- optfeature "Online help browser" dev-qt/qtwebkit
- optfeature "To save a movie" media-video/mplayer
- optfeature "Speeds up rotation and some transformations" \
- dev-python/numexpr dev-python/opencv dev-python/pyopencl
- optfeature "Aids in identifying files when opening them" \
- dev-python/filemagic
- optfeature "Useful for various RGB file manipulations" dev-python/pillow
-
- # Update mimedb for the new .desktop file
- fdo-mime_desktop_database_update
-}
diff --git a/dev-python/ginga/ginga-2.6.5.ebuild b/dev-python/ginga/ginga-2.6.5.ebuild
index 6cbcae46aae..e08f9fa4c1f 100644
--- a/dev-python/ginga/ginga-2.6.5.ebuild
+++ b/dev-python/ginga/ginga-2.6.5.ebuild
@@ -6,7 +6,7 @@ EAPI=6
PYTHON_COMPAT=( python{2_7,3_5,3_6} )
PYTHON_REQ_USE='tk?'
-inherit distutils-r1 eutils fdo-mime virtualx
+inherit distutils-r1 eutils xdg-utils virtualx
DESCRIPTION="Astronomical image toolkit for Python"
HOMEPAGE="https://ejeschke.github.io/ginga"
@@ -72,6 +72,11 @@ pkg_postinst() {
dev-python/filemagic
optfeature "Useful for various RGB file manipulations" dev-python/pillow
- # Update mimedb for the new .desktop file
- fdo-mime_desktop_database_update
+ xdg_desktop_database_update
+ xdg_mimeinfo_database_update
+}
+
+pkg_postrm() {
+ xdg_desktop_database_update
+ xdg_mimeinfo_database_update
}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/ginga/
@ 2017-11-27 23:58 Andreas Sturmlechner
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2017-11-27 23:58 UTC (permalink / raw
To: gentoo-commits
commit: c621a699c850f2fb8e8951126f63842219f38f8e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 26 21:00:04 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 27 23:57:24 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c621a699
dev-python/ginga: Drop USE=qt4
Closes: https://bugs.gentoo.org/634954
Package-Manager: Portage-2.3.16, Repoman-2.3.6
dev-python/ginga/ginga-2.6.5.ebuild | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/dev-python/ginga/ginga-2.6.5.ebuild b/dev-python/ginga/ginga-2.6.5.ebuild
index e08f9fa4c1f..296a6bb9c94 100644
--- a/dev-python/ginga/ginga-2.6.5.ebuild
+++ b/dev-python/ginga/ginga-2.6.5.ebuild
@@ -15,24 +15,17 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
LICENSE="BSD"
SLOT="0"
-IUSE="examples gtk qt4 qt5 test tk"
+IUSE="examples gtk qt5 test tk"
RDEPEND="
dev-python/astropy[${PYTHON_USEDEP}]
media-fonts/roboto
gtk? ( dev-python/pygobject[${PYTHON_USEDEP},cairo] )
- qt4? ( || (
- dev-python/pyside[${PYTHON_USEDEP},help,X]
- dev-python/PyQt4[${PYTHON_USEDEP},help,X]
- )
- dev-python/QtPy[${PYTHON_USEDEP},gui]
- )
qt5? (
dev-python/PyQt5[${PYTHON_USEDEP},help,gui,widgets]
dev-python/QtPy[${PYTHON_USEDEP},gui]
)
"
-
DEPEND="${RDEPEND}
dev-python/astropy-helpers[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/ginga/
@ 2017-11-27 23:58 Andreas Sturmlechner
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2017-11-27 23:58 UTC (permalink / raw
To: gentoo-commits
commit: b2dae89999e3d1f9d47b1ee65d5cbbc51784b85c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 26 21:00:24 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 27 23:57:24 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2dae899
dev-python/ginga: Drop old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
dev-python/ginga/Manifest | 1 -
dev-python/ginga/ginga-2.6.4.ebuild | 91 -------------------------------------
2 files changed, 92 deletions(-)
diff --git a/dev-python/ginga/Manifest b/dev-python/ginga/Manifest
index 05fb0ee2e46..c05c2de6923 100644
--- a/dev-python/ginga/Manifest
+++ b/dev-python/ginga/Manifest
@@ -1,2 +1 @@
-DIST ginga-2.6.4.tar.gz 19971195 SHA256 25d3435af454135c3539108ab41d4a55169e939739e0a947f12643dce16aa16e SHA512 79c471ee3fefb6dc03c90538147b8fa8606b37b7747712f9a69163870e6ae460d259f0ea08388a07163ea8b588676d0208fcdd51577d04cfc334aacbd0c01599 WHIRLPOOL 7ab2c47015446aae322f5a167a4054f40e601f2d0ace9b164a87bf4cf1f084765d7cc05592a69847010fee20b780e47a4532defcd5acfbdf6ba74568dd6dbc52
DIST ginga-2.6.5.tar.gz 19969984 SHA256 0a8000a2e872d10fd05368cf3fa9d48d67c9191877998d764cd681f3f88b0e25 SHA512 66c55662a8ce1fe683cdf6a83511f39146fadf10d1fedabd6d6c5c46662a3abd2496bd1f0200612a84bdad246f960990e242bccee7a8a13e3aaf88a4884ceb80 WHIRLPOOL 76284b1ada78ff60bfb7e350f71ed1d6e81f73704757574864a64fb437d80fd1ab011fa50daadd231dae75dc3d22efb76d48f14678538e7949a7f56a6f44412e
diff --git a/dev-python/ginga/ginga-2.6.4.ebuild b/dev-python/ginga/ginga-2.6.4.ebuild
deleted file mode 100644
index 69fd1a42bc6..00000000000
--- a/dev-python/ginga/ginga-2.6.4.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
-PYTHON_REQ_USE='tk?'
-
-inherit distutils-r1 eutils fdo-mime virtualx
-
-DESCRIPTION="Astronomical image toolkit for Python"
-HOMEPAGE="https://ejeschke.github.io/ginga"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="doc examples gtk qt4 qt5 test tk"
-
-RDEPEND="
- dev-python/astropy[${PYTHON_USEDEP}]
- media-fonts/roboto
- gtk? ( dev-python/pygobject[${PYTHON_USEDEP},cairo] )
- qt4? ( || (
- dev-python/pyside[${PYTHON_USEDEP},help,X]
- dev-python/PyQt4[${PYTHON_USEDEP},help,X]
- )
- dev-python/QtPy[${PYTHON_USEDEP},gui]
- )
- qt5? (
- dev-python/PyQt5[${PYTHON_USEDEP},help,gui,widgets]
- dev-python/QtPy[${PYTHON_USEDEP},gui]
- )
-"
-
-DEPEND="${RDEPEND}
- dev-python/astropy-helpers[${PYTHON_USEDEP}]
- dev-python/setuptools[${PYTHON_USEDEP}]
- doc? (
- dev-python/sphinx[${PYTHON_USEDEP}]
- dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
- )
- test? (
- dev-python/QtPy[${PYTHON_USEDEP},gui]
- )
-"
-
-PATCHES=( "${FILESDIR}"/${PN}-no-roboto.patch )
-
-python_prepare_all() {
- # use system astropy-helpers instead of bundled one
- sed -i -e '/auto_use/s/True/False/' setup.cfg || die
- distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
- if use doc; then
- python_setup
- PYTHONPATH="${BUILD_DIR}"/lib esetup.py build_sphinx --no-intersphinx
- fi
-}
-
-python_test() {
- virtx esetup.py test
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( doc/_build/html/. )
- distutils-r1_python_install_all
- rm -r "${ED%/}"/usr/lib*/*/*/ginga/examples || die
- if use examples; then
- insinto /usr/share/doc/${PF}
- doins -r ginga/examples
- fi
- domenu ginga.desktop
-}
-
-pkg_postinst() {
- optfeature "Pick, Cuts, Histogram, LineProfile" \
- dev-python/matplotlib sci-libs/scipy
- optfeature "Online help browser" dev-qt/qtwebkit
- optfeature "To save a movie" media-video/mplayer
- optfeature "Speeds up rotation and some transformations" \
- dev-python/numexpr dev-python/opencv dev-python/pyopencl
- optfeature "Aids in identifying files when opening them" \
- dev-python/filemagic
- optfeature "Useful for various RGB file manipulations" dev-python/pillow
-
- # Update mimedb for the new .desktop file
- fdo-mime_desktop_database_update
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2017-11-27 23:58 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-27 23:58 [gentoo-commits] repo/gentoo:master commit in: dev-python/ginga/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2017-11-27 23:58 Andreas Sturmlechner
2017-08-09 17:04 Sebastien Fabbro
2017-08-09 17:04 Sebastien Fabbro
2017-06-28 18:21 Sebastien Fabbro
2017-02-26 18:02 Sebastien Fabbro
2016-12-29 7:02 Sebastien Fabbro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox