From: "Sebastien Fabbro" <bicatali@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/glueviz/
Date: Sat, 10 Dec 2016 02:05:25 +0000 (UTC) [thread overview]
Message-ID: <1481335506.03cf78b43ccc1b8e9dd18dd164dca3b2496b9b40.bicatali@gentoo> (raw)
commit: 03cf78b43ccc1b8e9dd18dd164dca3b2496b9b40
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 01:46:26 2016 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 02:05:06 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03cf78b4
dev-python/glueviz: version bump
Package-Manager: portage-2.3.3
dev-python/glueviz/Manifest | 2 +-
.../{glueviz-0.8.1.ebuild => glueviz-0.9.1.ebuild} | 20 ++++++++++++--------
2 files changed, 13 insertions(+), 9 deletions(-)
diff --git a/dev-python/glueviz/Manifest b/dev-python/glueviz/Manifest
index b655d12..59dadf5 100644
--- a/dev-python/glueviz/Manifest
+++ b/dev-python/glueviz/Manifest
@@ -1,2 +1,2 @@
-DIST glueviz-0.8.1.tar.gz 11283626 SHA256 b7bfd5bfaddb454a233aadbf5f73b98e51b9ba31882a046ac8969ae7c1a19461 SHA512 99cccd232d38efdce5119051f78c33192a4c1e8482f5545c7714e68680dc20abb36451da5ce79e6402cadb2590762c5811cdd06c18aa3a0b7d6baa7f7f5498af WHIRLPOOL dfbedfa7bd843e3e69d3a195404d2ecd1b20a4c7908894adfbe123d384c915f4c0efc039e332147d5c4988b193f681e546ae54cb017c8643664911c43564909e
DIST glueviz-0.8.2.tar.gz 11289722 SHA256 db07e5c9685feaeba0cb5375602177964b093880b82fc21cf97a9580474eec18 SHA512 9a05043293531094059265f505d1688b5111a4efe3aa025e18463f347f7209af825325454130cd991c2fcf7ffad26459f58268754e858d40d1f997bd014b101d WHIRLPOOL 7c9fd61494895780e8badae892abb4fa70f590568e30149023d2a2cb6a65e38f2975c6e0b7d87221cb83e45d3df59e5f0c8449766001446eca5332498dbcb12c
+DIST glueviz-0.9.1.tar.gz 12229471 SHA256 b0cd6de792ca5812bae7a033b96acafcf9fa7ab49919c2dc876b8cea877c4fce SHA512 d4b8e476c3ec37a873084cbe1e0c3019aa7bfe7d5d03af4cc1d6d14474200060d0a8a608e90024ab0aaf10d71f85a2c82ae1371e2a5d14f7c91ca5d979c25d30 WHIRLPOOL 220127d131692bceb899a65ca4f3b13720b8eb835c66b6d3b09ee3ff1f70f65cb1c18ba64ba2dfdb791d4d6e83a332d3ba405f7871b3c7f812cb7e0363d7da43
diff --git a/dev-python/glueviz/glueviz-0.8.1.ebuild b/dev-python/glueviz/glueviz-0.9.1.ebuild
similarity index 75%
rename from dev-python/glueviz/glueviz-0.8.1.ebuild
rename to dev-python/glueviz/glueviz-0.9.1.ebuild
index f51bd17..293faf0 100644
--- a/dev-python/glueviz/glueviz-0.8.1.ebuild
+++ b/dev-python/glueviz/glueviz-0.9.1.ebuild
@@ -5,7 +5,8 @@
EAPI=6
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-inherit distutils-r1 eutils
+
+inherit distutils-r1 eutils virtualx fdo-mime
DESCRIPTION="Python library to explore relationships within and among related datasets"
HOMEPAGE="http://www.glueviz.org/"
@@ -16,7 +17,7 @@ LICENSE="BSD MIT"
SLOT="0"
IUSE="test"
-# too much work to fix
+# as of 0.9.1; broken
RESTRICT="test"
DOCS=( README.md CHANGES.md )
@@ -26,11 +27,7 @@ RDEPEND="
dev-python/matplotlib[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/pandas[${PYTHON_USEDEP}]
- || (
- dev-python/PyQt4[${PYTHON_USEDEP}]
- dev-python/pyside[${PYTHON_USEDEP}]
- dev-python/PyQt5[${PYTHON_USEDEP}]
- )"
+ dev-python/QtPy[${PYTHON_USEDEP},designer,gui]"
DEPEND="${RDEPEND}
dev-python/astropy-helpers[${PYTHON_USEDEP}]
@@ -40,7 +37,7 @@ DEPEND="${RDEPEND}
dev-python/pytest[${PYTHON_USEDEP}] )"
python_test() {
- esetup.py test
+ virtx esetup.py test
}
pkg_postinst() {
@@ -56,5 +53,12 @@ pkg_postinst() {
optfeature "Support HDF5 files" dev-python/h5py
optfeature "Image processing calculations" sci-libs/scipy
optfeature "Read popular image formats" sci-libs/scikits_image
+ optfeature "Interact with Ginga viewer" dev-python/ginga
optfeature "Export plots to plot.ly" dev-python/plotly
+ optfeature "Support Excel reading" dev-python/xlrd
+ optfeature "Used to read in spectral cubes" dev-python/spectral-cube
+ #optfeature "Support astronomy dendograms" dev-python/astrodendro
+
+ # Update mimedb for the new .desktop file
+ fdo-mime_desktop_database_update
}
next reply other threads:[~2016-12-10 2:05 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-10 2:05 Sebastien Fabbro [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-12-28 16:57 [gentoo-commits] repo/gentoo:master commit in: dev-python/glueviz/ Mikle Kolyada
2018-05-16 14:26 Andreas Sturmlechner
2017-06-27 2:49 Sebastien Fabbro
2017-02-26 18:02 Sebastien Fabbro
2016-09-01 18:04 Sebastien Fabbro
2016-06-09 17:24 Sebastien Fabbro
2016-06-06 22:27 Sebastien Fabbro
2016-05-09 18:31 Sebastien Fabbro
2016-04-11 23:44 Sebastien Fabbro
2016-04-05 21:14 Sebastien Fabbro
2016-03-22 22:22 Sebastien Fabbro
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1481335506.03cf78b43ccc1b8e9dd18dd164dca3b2496b9b40.bicatali@gentoo \
--to=bicatali@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox