summaryrefslogtreecommitdiff
path: root/dev-python/pygsl
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-python/pygsl
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/pygsl')
-rw-r--r--dev-python/pygsl/Manifest4
-rw-r--r--dev-python/pygsl/pygsl-0.9.5-r1.ebuild28
-rw-r--r--dev-python/pygsl/pygsl-2.1.1.ebuild4
3 files changed, 3 insertions, 33 deletions
diff --git a/dev-python/pygsl/Manifest b/dev-python/pygsl/Manifest
index ad4f3f73ac30..61198bf2d92f 100644
--- a/dev-python/pygsl/Manifest
+++ b/dev-python/pygsl/Manifest
@@ -1,5 +1,3 @@
-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 671 BLAKE2B 771eab378875111d9a15ff424fc006708ead086ea186df42e8caa2886e13cae621fc10c20550196d8339a813fb85c7daff6744ff297566d55571ce9d7ae02343 SHA512 6d14d39b92f8c0cda4e7011d6f16949fb61a87b4fe89b7e6140522464937f15cf972c07dc4e3cfca56659ccf74fd799fe3d72cd0ae809745710118538e578cd8
+EBUILD pygsl-2.1.1.ebuild 661 BLAKE2B fd0e14a845e0d8c62669b2543a544573b0d4476df12f66a5822e3f65aa0aca25ed9b74437eb16b79f9ee2e8b95465efeccf5ade1c993ebd3177b980c2a8b23f0 SHA512 82559a4e221d1fc2ad8c4d3ecc239bbc7709626033c3f3d133ff2d3d128ef4b1a1f66909a2038f276493e7d8236cf1ae8919d32593dce0f6dc0a837f0c55641d
MISC metadata.xml 453 BLAKE2B c9e06b215efc777dce1614d91240ed97dc87a32dcf0c0dc31c51dbcedf808026b7f89c191ab2eb1b50723bffe2cb5c536f6ac062ef07236f0a4641d9c78aba67 SHA512 e8fa7a19a1aca1b17b9490a7cd3ea612de43d01e5d1b37c02f2991b7e80327dba5875baceef9bc1b116e768e1fcc1457066a69eb94d74c381ecc8363b259b165
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
index 4c29736ffef6..bac53ac9dbe9 100644
--- a/dev-python/pygsl/pygsl-2.1.1.ebuild
+++ b/dev-python/pygsl/pygsl-2.1.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{5,6}} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1