From 8d200645adc3fb4f629fd7ef603521a2a1b93deb Mon Sep 17 00:00:00 2001 From: Sébastien Fabbro Date: Wed, 19 Jul 2017 17:16:30 +0000 Subject: dev-python/numba: version bump Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- dev-python/numba/Manifest | 3 +-- dev-python/numba/numba-0.30.1.ebuild | 37 ------------------------------------ dev-python/numba/numba-0.33.0.ebuild | 37 ------------------------------------ dev-python/numba/numba-0.34.0.ebuild | 37 ++++++++++++++++++++++++++++++++++++ 4 files changed, 38 insertions(+), 76 deletions(-) delete mode 100644 dev-python/numba/numba-0.30.1.ebuild delete mode 100644 dev-python/numba/numba-0.33.0.ebuild create mode 100644 dev-python/numba/numba-0.34.0.ebuild (limited to 'dev-python/numba') diff --git a/dev-python/numba/Manifest b/dev-python/numba/Manifest index 77a6cc9953ed..e230e11d33f2 100644 --- a/dev-python/numba/Manifest +++ b/dev-python/numba/Manifest @@ -1,3 +1,2 @@ DIST numba-0.27.0.tar.gz 1247144 SHA256 aa75fc2ac7d958d4ac84ad55b279dd95ee5e6ffd247fdcf04800f167731184ca SHA512 3c84fa58bc5e84683b5e593b99f8c48cfc6e9fd0f41a2a18d8a4d9deba618cec1e764a0202bb71166cbeebf27b908044be29e3b183b01f31edc8e85c962df876 WHIRLPOOL 178ec9ddaf5d2a9594eb808350d5e96a8b78ef643595aa6d02d581a7cfb7c86ae4902fccade874244a286957a9d9f4708c89d48d2c914a3528b9abae9db181b2 -DIST numba-0.30.1.tar.gz 1504204 SHA256 6e64252e1ada04f37e3ca1420db3d6d158018895fb1ebb6277c81a011ca359d5 SHA512 54bb202eaab551e07031092550a7c821b8a47254f8d3c0e955ae234c9c6f251eaab38729a6f143e70b7eb114882089e933a82c1fef8dcb7ded7dd288ad66e25d WHIRLPOOL b45060012f5f59876ea8a069ca27d2aa81533c79732a6a1468da57a2a5a3989045503cad95d692f416b9062ec5856be503cb51d4c346855fc652a7eaffb93fac -DIST numba-0.33.0.tar.gz 1538782 SHA256 409c57219f97f9a0a49fcdfaab9717ad986fb448b82f9f988caa3838e86d10dc SHA512 f75f728b687a420728c2a525fb373e6f224344da83de7ebe66a75d481919a009063c482ccc2ed691c8298cb962f689c87b6c2783d7077f334401661635346de2 WHIRLPOOL 77770ac95538cd4f0b6d04167ae8c1ac458ffb44e688ce926fca4cafadfc6d7e8980d2ca73306dd7bbedc7265cd0d46a11b05e8d7052635f260c6e09a1ac2c26 +DIST numba-0.34.0.tar.gz 1603388 SHA256 d2575be1564883960ce38e684adab62d673917ce90d1a70a0ab6c42a45e9d059 SHA512 270bc9b2ea86e96285bd4075a216a31c3654b782e5e7fb26824ed0e57283a48f753542dab54995c14c0c7c303d8794659a1155eba1deb121c670fc4edde0f3aa WHIRLPOOL 9744c8daff1e22f75854afab93093823cbe01fc75b4c4bb074abfe407dd912f2242f143a8e7580f63a8e01df03d52c36cd23b2566af735dc4caec3c823ea4f83 diff --git a/dev-python/numba/numba-0.30.1.ebuild b/dev-python/numba/numba-0.30.1.ebuild deleted file mode 100644 index 6185c4a18300..000000000000 --- a/dev-python/numba/numba-0.30.1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) - -inherit distutils-r1 - -DESCRIPTION="NumPy aware dynamic Python compiler using LLVM" -HOMEPAGE="http://numba.pydata.org/" -SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="doc examples test" - -RDEPEND=" - >=dev-python/llvmlite-0.15[${PYTHON_USEDEP}] - >=dev-python/numpy-1.7[${PYTHON_USEDEP}] - virtual/python-enum34[${PYTHON_USEDEP}] - virtual/python-funcsigs[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - test? ( virtual/python-singledispatch[${PYTHON_USEDEP}] ) -" -# doc building highly broken - -python_test() { - cd "${BUILD_DIR}"/lib* || die - ${PYTHON} -c "import numba; numba.test()" || die -} - -python_install_all() { - use examples && local EXAMPLES=( examples/. ) - distutils-r1_python_install_all -} diff --git a/dev-python/numba/numba-0.33.0.ebuild b/dev-python/numba/numba-0.33.0.ebuild deleted file mode 100644 index 58e84f9066e1..000000000000 --- a/dev-python/numba/numba-0.33.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) - -inherit distutils-r1 - -DESCRIPTION="NumPy aware dynamic Python compiler using LLVM" -HOMEPAGE="http://numba.pydata.org/" -SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="doc examples test" - -RDEPEND=" - >=dev-python/llvmlite-0.18[${PYTHON_USEDEP}] - >=dev-python/numpy-1.7[${PYTHON_USEDEP}] - virtual/python-enum34[${PYTHON_USEDEP}] - virtual/python-funcsigs[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - test? ( virtual/python-singledispatch[${PYTHON_USEDEP}] ) -" -# doc building highly broken - -python_test() { - cd "${BUILD_DIR}"/lib* || die - ${PYTHON} -c "import numba; numba.test()" || die -} - -python_install_all() { - use examples && local EXAMPLES=( examples/. ) - distutils-r1_python_install_all -} diff --git a/dev-python/numba/numba-0.34.0.ebuild b/dev-python/numba/numba-0.34.0.ebuild new file mode 100644 index 000000000000..7435caa43860 --- /dev/null +++ b/dev-python/numba/numba-0.34.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) + +inherit distutils-r1 + +DESCRIPTION="NumPy aware dynamic Python compiler using LLVM" +HOMEPAGE="http://numba.pydata.org/" +SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="doc examples test" + +RDEPEND=" + >=dev-python/llvmlite-0.19[${PYTHON_USEDEP}] + >=dev-python/numpy-1.7[${PYTHON_USEDEP}] + virtual/python-enum34[${PYTHON_USEDEP}] + virtual/python-funcsigs[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + test? ( virtual/python-singledispatch[${PYTHON_USEDEP}] ) +" +# doc building highly broken + +python_test() { + cd "${BUILD_DIR}"/lib* || die + ${PYTHON} -c "import numba; numba.test()" || die +} + +python_install_all() { + use examples && local EXAMPLES=( examples/. ) + distutils-r1_python_install_all +} -- cgit v1.2.3-65-gdbad