diff options
Diffstat (limited to 'dev-python/pygsl')
-rw-r--r-- | dev-python/pygsl/Manifest | 5 | ||||
-rw-r--r-- | dev-python/pygsl/metadata.xml | 15 | ||||
-rw-r--r-- | dev-python/pygsl/pygsl-0.9.5-r1.ebuild | 28 | ||||
-rw-r--r-- | dev-python/pygsl/pygsl-2.1.1.ebuild | 28 |
4 files changed, 0 insertions, 76 deletions
diff --git a/dev-python/pygsl/Manifest b/dev-python/pygsl/Manifest deleted file mode 100644 index 8fe6ed0d50e8..000000000000 --- a/dev-python/pygsl/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -DIST pygsl-0.9.5.tar.gz 1674504 BLAKE2B 01423256cfda1d62aec0281725abfbe35f6260feec5fbb107819202cd9041405760988b1718e9aebf93284f4ab61597055ead308ad758d41d6eb37f867237b88 SHA512 7364e67ff2885be2cbe5410a573071209d3917f4807797b3b8525aacd03e6ab96e157e6d12d631c384e3b66602eab7e6cb89f9ab362f520397df900e77fcc875 -DIST pygsl-2.1.1.tar.gz 727636 BLAKE2B 42b87a945a41418a295ebc9ddd3c5a367256427145e4c3bbf980e561df0cc3d84a64ddab22f936c5d1a5ad58b4649e36b121648f125824e6922a3d34fcd07d10 SHA512 141232032f0221b756596bc3426160849749642ddaa3667d36b19abf3b4a22b76b5e0b0e9452898494b7f6ce0f8d17a2e392bdaba535633bbfbf1a672bf8d62e -EBUILD pygsl-0.9.5-r1.ebuild 657 BLAKE2B d562cecdb0ed4a37099f4438e86fb2246e07110d052133bbaba3df647bce06bb0181bea291b2bc18f6724774f8d2d22dd385d8ae1e3a53f86403457c03610420 SHA512 713a637a7a05df265d66af98afac5be38f0749d9da99344632ba5bc5855a2ca99a7fd57ea5d87c63f8b6293c14ed5669ea220c2cad44dbe5f6874560b9773cda -EBUILD pygsl-2.1.1.ebuild 676 BLAKE2B f9059b1340992f7f6e5ab617fcfe07006326f41728aa5d94951934bd97b9736496da2c51cf95268df0a0cc3c0106af6d5d289f21ca192984e8c2a4fa542711f5 SHA512 a35ce4c233b9f765630397d0ddc421b196a06cbfa36550b716158324159f532398076c36564b420be4a19d64697a8209e501f9153f24a87e1056f83b979e2096 -MISC metadata.xml 453 BLAKE2B c9e06b215efc777dce1614d91240ed97dc87a32dcf0c0dc31c51dbcedf808026b7f89c191ab2eb1b50723bffe2cb5c536f6ac062ef07236f0a4641d9c78aba67 SHA512 e8fa7a19a1aca1b17b9490a7cd3ea612de43d01e5d1b37c02f2991b7e80327dba5875baceef9bc1b116e768e1fcc1457066a69eb94d74c381ecc8363b259b165 diff --git a/dev-python/pygsl/metadata.xml b/dev-python/pygsl/metadata.xml deleted file mode 100644 index 2f82549b6e52..000000000000 --- a/dev-python/pygsl/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>sci@gentoo.org</email> - <name>Gentoo Science Project</name> - </maintainer> - <longdescription lang="en"> - PyGSL provides a python interface for the GNU scientific library - (gsl). - </longdescription> - <upstream> - <remote-id type="sourceforge">pygsl</remote-id> - </upstream> -</pkgmetadata> 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 -} diff --git a/dev-python/pygsl/pygsl-2.1.1.ebuild b/dev-python/pygsl/pygsl-2.1.1.ebuild deleted file mode 100644 index e8824434da47..000000000000 --- a/dev-python/pygsl/pygsl-2.1.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) - -inherit distutils-r1 - -DESCRIPTION="Python interface for the GNU scientific library (gsl)" -HOMEPAGE="http://pygsl.sourceforge.net/" -SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${P}/${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 && dodoc -r examples - distutils-r1_python_install_all -} |