From 71deace00d1a2b091313fe137ab7092418c6f87c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 10 Feb 2020 21:05:55 +0000 Subject: gentoo resync : 10.02.2020 --- dev-python/rootpy/Manifest | 2 +- dev-python/rootpy/rootpy-1.0.1-r1.ebuild | 51 ++++++++++++++++++++++++++++++++ dev-python/rootpy/rootpy-1.0.1.ebuild | 46 ---------------------------- 3 files changed, 52 insertions(+), 47 deletions(-) create mode 100644 dev-python/rootpy/rootpy-1.0.1-r1.ebuild delete mode 100644 dev-python/rootpy/rootpy-1.0.1.ebuild (limited to 'dev-python/rootpy') diff --git a/dev-python/rootpy/Manifest b/dev-python/rootpy/Manifest index ea6f41d2c56d..13ca8bde87a5 100644 --- a/dev-python/rootpy/Manifest +++ b/dev-python/rootpy/Manifest @@ -1,3 +1,3 @@ DIST rootpy-1.0.1.tar.gz 418618 BLAKE2B ce321e69d7e202877697d133ad2ba90df71cd261b206211718cb6a9ec8ee3ec085cac49526b9bb75166fafeb43f83b3f53bf231d9353f3d63fa7e4be381ce454 SHA512 db1c7edc02d1cd5a4a1940237c1e1c63d892bb92e612bdad028d14f9723a4bdc5f9b6711a135b0e099ce1895b2564b29aeb21ef0d2c3681354bf4edc9c6a325f -EBUILD rootpy-1.0.1.ebuild 1061 BLAKE2B 5efc02ddedfccd590f2482764b138f0bbc46d472dc8567c218e9249e7505b0fe9228359492b176fa578ecfdba613cfeb6c8b5590db75c22f5bb178c14a199f8d SHA512 62edc05a31f5dd14c88aa65356d37b04021f111bbaf128268b0bc31c2c1d66bc0e2d1718dc7ee97d342bd3be8247532cf02b988cca63ea46fd21c01f490af3af +EBUILD rootpy-1.0.1-r1.ebuild 1142 BLAKE2B fbc07222f4504d812ca4848665ddea4b149f92b437113d0e7c0179b49b55ac296b3f74f200c19715945c6d6f93970664ab1ee067e7ad0bf112fd29bb160d185c SHA512 9798d67ccd79888d8d82483a051511da29ef4a49390258126f992ad8d4184dd7bbb2332e9baa03509a17ffd3e42e079e8321f901298aa6dcfb525f2f5f4375c3 MISC metadata.xml 525 BLAKE2B add8ec7423df97b01b5b9cad45c04339bd8aa2fcd62be3bbae15b66d9520603d7ad9c31232a7215fe68cf706f28348be54b38ca8bd05923a677b6c26ecafa7fa SHA512 6987f42215b8a3160a7e292499f63e26c05c8ffef69f7ade03fb4b539fb0116f14d7204602264e237d5c4e75436794770061c4d0d508072c06e24c1eec500094 diff --git a/dev-python/rootpy/rootpy-1.0.1-r1.ebuild b/dev-python/rootpy/rootpy-1.0.1-r1.ebuild new file mode 100644 index 000000000000..6b13cc9333d3 --- /dev/null +++ b/dev-python/rootpy/rootpy-1.0.1-r1.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_6 ) +PYTHON_REQ_USE="readline" +DISTUTILS_SINGLE_IMPL=1 + +inherit distutils-r1 + +DESCRIPTION="Pythonic layer on top of the ROOT framework's PyROOT bindings" +HOMEPAGE="http://rootpy.org" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="examples test" + +RDEPEND=" + sci-physics/root:=[${PYTHON_SINGLE_USEDEP}] + dev-python/root_numpy[${PYTHON_SINGLE_USEDEP}] + $(python_gen_cond_dep ' + dev-python/matplotlib[${PYTHON_MULTI_USEDEP}] + dev-python/pytables[${PYTHON_MULTI_USEDEP}] + dev-python/termcolor[${PYTHON_MULTI_USEDEP}] + ')" + +DEPEND=" + sci-physics/root[${PYTHON_SINGLE_USEDEP}] + test? ( + $(python_gen_cond_dep ' + dev-python/nose[${PYTHON_MULTI_USEDEP}] + ') + )" + +# TOFIX: tests go in an infinite loop error +RESTRICT=test + +python_test() { + cd "${BUILD_DIR}" || die + nosetests -v || die "Testing failed with ${EPYTHON}" +} + +python_install_all() { + distutils-r1_python_install_all + if use examples; then + dodoc -r examples + fi +} diff --git a/dev-python/rootpy/rootpy-1.0.1.ebuild b/dev-python/rootpy/rootpy-1.0.1.ebuild deleted file mode 100644 index 6146c30b7abf..000000000000 --- a/dev-python/rootpy/rootpy-1.0.1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_6 ) -PYTHON_REQ_USE="readline" -DISTUTILS_SINGLE_IMPL=1 - -inherit distutils-r1 - -DESCRIPTION="Pythonic layer on top of the ROOT framework's PyROOT bindings" -HOMEPAGE="http://rootpy.org" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="examples test" - -RDEPEND=" - sci-physics/root:=[${PYTHON_USEDEP}] - dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/pytables[${PYTHON_USEDEP}] - dev-python/root_numpy[${PYTHON_USEDEP}] - dev-python/termcolor[${PYTHON_USEDEP}]" - -DEPEND=" - sci-physics/root[${PYTHON_USEDEP}] - test? ( dev-python/nose[${PYTHON_USEDEP}] )" - -# TOFIX: tests go in an infinite loop error -RESTRICT=test - -python_test() { - cd "${BUILD_DIR}" || die - nosetests -v || die "Testing failed with ${EPYTHON}" -} - -python_install_all() { - distutils-r1_python_install_all - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples - fi -} -- cgit v1.2.3