diff options
| author | David Seifert <soap@gentoo.org> | 2019-12-27 19:52:27 +0100 |
|---|---|---|
| committer | David Seifert <soap@gentoo.org> | 2019-12-27 19:52:27 +0100 |
| commit | 928d3326c8d6e7f8f753dfaad87bdede80d1225e (patch) | |
| tree | 2d655b17122584af2a83ddd6081fa1a2b4e53a99 /dev-python | |
| parent | ada4e7033f64033e7fac76c45674722c46051b1b (diff) | |
| download | gentoo-928d3326c8d6e7f8f753dfaad87bdede80d1225e.tar.gz gentoo-928d3326c8d6e7f8f753dfaad87bdede80d1225e.tar.bz2 gentoo-928d3326c8d6e7f8f753dfaad87bdede80d1225e.zip | |
dev-python/pygsl: Remove old
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/pygsl/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/pygsl/pygsl-0.9.5-r1.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/dev-python/pygsl/Manifest b/dev-python/pygsl/Manifest index 016646382fdf..90f711b22615 100644 --- a/dev-python/pygsl/Manifest +++ b/dev-python/pygsl/Manifest @@ -1,2 +1 @@ -DIST pygsl-0.9.5.tar.gz 1674504 BLAKE2B 01423256cfda1d62aec0281725abfbe35f6260feec5fbb107819202cd9041405760988b1718e9aebf93284f4ab61597055ead308ad758d41d6eb37f867237b88 SHA512 7364e67ff2885be2cbe5410a573071209d3917f4807797b3b8525aacd03e6ab96e157e6d12d631c384e3b66602eab7e6cb89f9ab362f520397df900e77fcc875 DIST pygsl-2.1.1.tar.gz 727636 BLAKE2B 42b87a945a41418a295ebc9ddd3c5a367256427145e4c3bbf980e561df0cc3d84a64ddab22f936c5d1a5ad58b4649e36b121648f125824e6922a3d34fcd07d10 SHA512 141232032f0221b756596bc3426160849749642ddaa3667d36b19abf3b4a22b76b5e0b0e9452898494b7f6ce0f8d17a2e392bdaba535633bbfbf1a672bf8d62e diff --git a/dev-python/pygsl/pygsl-0.9.5-r1.ebuild b/dev-python/pygsl/pygsl-0.9.5-r1.ebuild deleted file mode 100644 index f8440315a22e..000000000000 --- a/dev-python/pygsl/pygsl-0.9.5-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Python interface for the GNU scientific library (gsl)" -HOMEPAGE="http://pygsl.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="examples" - -DEPEND=" - <sci-libs/gsl-2 - dev-python/numpy[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" -# Testsuite written to be run post install - -python_install_all() { - use examples && local EXAMPLES=( examples/. ) - distutils-r1_python_install_all -} |
