diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-16 06:36:50 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-16 07:04:43 +0100 |
commit | e9d910eae925063bec27d630388da635cc58696f (patch) | |
tree | 5f36f5a462acbbba9c0e34eb24e70a038cecd375 /dev-python/root_numpy | |
parent | dev-python/pyzbar: Remove Python 2 (diff) | |
download | gentoo-e9d910eae925063bec27d630388da635cc58696f.tar.gz gentoo-e9d910eae925063bec27d630388da635cc58696f.tar.bz2 gentoo-e9d910eae925063bec27d630388da635cc58696f.zip |
dev-python/root_numpy: Remove old (py2)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/root_numpy')
-rw-r--r-- | dev-python/root_numpy/Manifest | 1 | ||||
-rw-r--r-- | dev-python/root_numpy/root_numpy-4.4.0.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/dev-python/root_numpy/Manifest b/dev-python/root_numpy/Manifest index 8f35909f970a..c4c95d223d40 100644 --- a/dev-python/root_numpy/Manifest +++ b/dev-python/root_numpy/Manifest @@ -1,2 +1 @@ -DIST root_numpy-4.4.0.tar.gz 441522 BLAKE2B af3b0b08e80e7cba57730cdb32719ad56be914b5329d953693b898f2bb30c19b3bfa7bb4594e7fed819b08a3ba6894580e38d03f9520ecffab7a67daa17898be SHA512 24afa043e4bdaa74412c36ff90ee8c1fc411801d9dc394ab5036035924910a7f4f304c5c90f4c5f389aaee9dda07b0b7e25566e68c4da424f1b4d59e6184f5b2 DIST root_numpy-4.7.3.tar.gz 522432 BLAKE2B 9aab3090c894d8917218a68d83269c0f426ee4e7f81628081e9e710c4239bba5e8f88dcb1d91156cf02c7c36b1ee5d03cdd0c3931ca6e2f3eee6c78201386705 SHA512 7c2684ac0e4e68676304e2a72c7169e0299cfea5b4b63f2525a422974ca83f9c9b4f9f11d992acef7d8565cda7f7a85bd13621513cd7c47f1887aaa0cc46d6e7 diff --git a/dev-python/root_numpy/root_numpy-4.4.0.ebuild b/dev-python/root_numpy/root_numpy-4.4.0.ebuild deleted file mode 100644 index 9df21e010097..000000000000 --- a/dev-python/root_numpy/root_numpy-4.4.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DISTUTILS_SINGLE_IMPL=1 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Interface between ROOT and numpy" -HOMEPAGE="https://github.com/rootpy/root_numpy" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="examples test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-python/numpy[${PYTHON_USEDEP}] - sci-physics/root[python,${PYTHON_USEDEP}]" - -DEPEND="${RDEPEND} - test? ( dev-python/nose[${PYTHON_USEDEP}] )" - -python_test() { - cd "${BUILD_DIR}" || die - nosetests -v || die "Testing failed with ${EPYTHON}" -} - -python_install_all() { - use examples && local EXAMPLES=( tutorial/. ) - distutils-r1_python_install_all -} |