public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/glueviz/
Date: Wed, 16 May 2018 14:26:04 +0000 (UTC)	[thread overview]
Message-ID: <1526480753.9c2662bac2fa9551c349f1bc99c825ac535dba12.asturm@gentoo> (raw)

commit:     9c2662bac2fa9551c349f1bc99c825ac535dba12
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May 16 13:58:05 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 16 14:25:53 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c2662ba

dev-python/glueviz: Drop old

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-python/glueviz/Manifest              |  2 -
 dev-python/glueviz/glueviz-0.10.0.ebuild | 69 --------------------------------
 dev-python/glueviz/glueviz-0.9.1.ebuild  | 63 -----------------------------
 3 files changed, 134 deletions(-)

diff --git a/dev-python/glueviz/Manifest b/dev-python/glueviz/Manifest
index e6afb4f3e1b..813b14024b7 100644
--- a/dev-python/glueviz/Manifest
+++ b/dev-python/glueviz/Manifest
@@ -1,3 +1 @@
-DIST glueviz-0.10.0.tar.gz 12645658 BLAKE2B db7a86cbe18f10c4999519e0d22ea3913802b5e29934768ce89eaab8fef040b9325505bb7a21005efee40b7ad01e67327a7c742d59581a7b973bd5f00e1b48d5 SHA512 1b42e600a7aa01320512c38aa40388a39fe93f2efe0bfd668492de13559d6fa2106cabcd755b35346c4dd80099db94cfec5e791a5f53a4258bccd61d1e836ea3
 DIST glueviz-0.10.4.tar.gz 2395 BLAKE2B 954d3ed2e58cb85e35842ceeace39010e01b354d7c1a6a0dc1581a210f9fcc7abeaf25f8a4553f2b4b93e1f2b359bf459b01ed1b9b3c6a55631779459f8a80ed SHA512 c372e04a52a1e4609a8545f3330d539f0afbbe30b09d4f3c0be28895bab82ab1825cb907297562adaefa11c0c94b25c74ccffc31b5a272eb45724efe6180e8f6
-DIST glueviz-0.9.1.tar.gz 12229471 BLAKE2B 234e59536d7a91dfee0fb83ad8f694b3f324be43e06de7e94d11cccf61186383b6444e7af3af72ac43ce7083ca3b441d3da474645757e30d41998332c8d1ce0d SHA512 d4b8e476c3ec37a873084cbe1e0c3019aa7bfe7d5d03af4cc1d6d14474200060d0a8a608e90024ab0aaf10d71f85a2c82ae1371e2a5d14f7c91ca5d979c25d30

diff --git a/dev-python/glueviz/glueviz-0.10.0.ebuild b/dev-python/glueviz/glueviz-0.10.0.ebuild
deleted file mode 100644
index 22c72e5d74b..00000000000
--- a/dev-python/glueviz/glueviz-0.10.0.ebuild
+++ /dev/null
@@ -1,69 +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_4,3_5} )
-
-inherit distutils-r1 eutils virtualx fdo-mime
-
-DESCRIPTION="Python library to explore relationships within and among related datasets"
-HOMEPAGE="http://www.glueviz.org/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-LICENSE="BSD MIT"
-SLOT="0"
-IUSE="test"
-
-# as of 0.10.0; broken
-RESTRICT="test"
-
-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/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/qtconsole[${PYTHON_USEDEP}]
-		  dev-python/QtPy[${PYTHON_USEDEP},designer,gui,testlib]
-	)
-"
-
-python_test() {
-	virtx esetup.py test
-}
-
-pkg_postinst() {
-	optfeature "Interactive Ipython terminal" \
-			   dev-python/ipython \
-			   dev-python/ipykernel \
-			   dev-python/qtconsole \
-			   dev-python/traitlets \
-			   dev-python/pygments \
-			   dev-python/zmq
-	optfeature "Parse AVM metadata" dev-python/pyavm
-	optfeature "Save ${PN} sessions" dev-python/dill
-	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
-}

diff --git a/dev-python/glueviz/glueviz-0.9.1.ebuild b/dev-python/glueviz/glueviz-0.9.1.ebuild
deleted file mode 100644
index b4e4186d432..00000000000
--- a/dev-python/glueviz/glueviz-0.9.1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1 eutils virtualx fdo-mime
-
-DESCRIPTION="Python library to explore relationships within and among related datasets"
-HOMEPAGE="http://www.glueviz.org/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-LICENSE="BSD MIT"
-SLOT="0"
-IUSE="test"
-
-# as of 0.9.1; broken
-RESTRICT="test"
-
-DOCS=( README.md 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/QtPy[${PYTHON_USEDEP},designer,gui]"
-
-DEPEND="${RDEPEND}
-	dev-python/astropy-helpers[${PYTHON_USEDEP}]
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	test? (
-		  dev-python/mock[${PYTHON_USEDEP}]
-		  dev-python/pytest[${PYTHON_USEDEP}] )"
-
-python_test() {
-	virtx esetup.py test
-}
-
-pkg_postinst() {
-	optfeature "Interactive Ipython terminal" \
-			   dev-python/ipython \
-			   dev-python/ipykernel \
-			   dev-python/qtconsole \
-			   dev-python/traitlets \
-			   dev-python/pygments \
-			   dev-python/zmq
-	optfeature "Parse AVM metadata" dev-python/pyavm
-	optfeature "Save ${PN} sessions" dev-python/dill
-	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
-}


             reply	other threads:[~2018-05-16 14:26 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-16 14:26 Andreas Sturmlechner [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
2017-06-27  2:49 Sebastien Fabbro
2017-02-26 18:02 Sebastien Fabbro
2016-12-10  2:05 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=1526480753.9c2662bac2fa9551c349f1bc99c825ac535dba12.asturm@gentoo \
    --to=asturm@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