mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 22:48:07 -07:00
dev-python/glueviz: version bump
Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
DIST glueviz-0.8.2.tar.gz 11289722 SHA256 db07e5c9685feaeba0cb5375602177964b093880b82fc21cf97a9580474eec18 SHA512 9a05043293531094059265f505d1688b5111a4efe3aa025e18463f347f7209af825325454130cd991c2fcf7ffad26459f58268754e858d40d1f997bd014b101d WHIRLPOOL 7c9fd61494895780e8badae892abb4fa70f590568e30149023d2a2cb6a65e38f2975c6e0b7d87221cb83e45d3df59e5f0c8449766001446eca5332498dbcb12c
|
||||
DIST glueviz-0.10.0.tar.gz 12645658 SHA256 1c3dfbe721a3566f968b388f9806d0e91238ebb9eeefcd3f7eb9abf7b33b8930 SHA512 1b42e600a7aa01320512c38aa40388a39fe93f2efe0bfd668492de13559d6fa2106cabcd755b35346c4dd80099db94cfec5e791a5f53a4258bccd61d1e836ea3 WHIRLPOOL f9c3bc4a1089b3e44ff54f373ecf5ac018b3394f2ca43e810a815f83cff200d4458b860816ef2d2d7fd69b3ec345df4d93ca435d5d3ddb02ae1f6907037a4495
|
||||
DIST glueviz-0.9.1.tar.gz 12229471 SHA256 b0cd6de792ca5812bae7a033b96acafcf9fa7ab49919c2dc876b8cea877c4fce SHA512 d4b8e476c3ec37a873084cbe1e0c3019aa7bfe7d5d03af4cc1d6d14474200060d0a8a608e90024ab0aaf10d71f85a2c82ae1371e2a5d14f7c91ca5d979c25d30 WHIRLPOOL 220127d131692bceb899a65ca4f3b13720b8eb835c66b6d3b09ee3ff1f70f65cb1c18ba64ba2dfdb791d4d6e83a332d3ba405f7871b3c7f812cb7e0363d7da43
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
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,31 +17,33 @@ LICENSE="BSD MIT"
|
||||
SLOT="0"
|
||||
IUSE="test"
|
||||
|
||||
# too much work to fix
|
||||
# as of 0.10.0; broken
|
||||
RESTRICT="test"
|
||||
|
||||
DOCS=( README.md CHANGES.md )
|
||||
DOCS=( README.rst CHANGES.md )
|
||||
|
||||
RDEPEND="
|
||||
dev-python/astropy[${PYTHON_USEDEP}]
|
||||
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}]
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/ipython[${PYTHON_USEDEP}]
|
||||
dev-python/mock[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}] )"
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/qtconsole[${PYTHON_USEDEP}]
|
||||
dev-python/QtPy[${PYTHON_USEDEP},designer,gui,testlib]
|
||||
)
|
||||
"
|
||||
|
||||
python_test() {
|
||||
esetup.py test
|
||||
virtx esetup.py test
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
@@ -56,5 +59,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
|
||||
}
|
||||
Reference in New Issue
Block a user