From: "Sebastien Fabbro" <bicatali@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/numba/
Date: Fri, 21 Jul 2017 00:23:00 +0000 (UTC) [thread overview]
Message-ID: <1500596548.8d200645adc3fb4f629fd7ef603521a2a1b93deb.bicatali@gentoo> (raw)
commit: 8d200645adc3fb4f629fd7ef603521a2a1b93deb
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 19 17:16:30 2017 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Fri Jul 21 00:22:28 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d200645
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 ----------------------
.../{numba-0.33.0.ebuild => numba-0.34.0.ebuild} | 2 +-
3 files changed, 2 insertions(+), 40 deletions(-)
diff --git a/dev-python/numba/Manifest b/dev-python/numba/Manifest
index 77a6cc9953e..e230e11d33f 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 6185c4a1830..00000000000
--- 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.34.0.ebuild
similarity index 95%
rename from dev-python/numba/numba-0.33.0.ebuild
rename to dev-python/numba/numba-0.34.0.ebuild
index 58e84f9066e..7435caa4386 100644
--- a/dev-python/numba/numba-0.33.0.ebuild
+++ b/dev-python/numba/numba-0.34.0.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc examples test"
RDEPEND="
- >=dev-python/llvmlite-0.18[${PYTHON_USEDEP}]
+ >=dev-python/llvmlite-0.19[${PYTHON_USEDEP}]
>=dev-python/numpy-1.7[${PYTHON_USEDEP}]
virtual/python-enum34[${PYTHON_USEDEP}]
virtual/python-funcsigs[${PYTHON_USEDEP}]"
next reply other threads:[~2017-07-21 0:23 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-21 0:23 Sebastien Fabbro [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-04-26 6:49 [gentoo-commits] repo/gentoo:master commit in: dev-python/numba/ Michał Górny
2020-01-30 21:26 Michał Górny
2019-12-26 14:36 David Seifert
2018-08-12 14:45 Patrick Lauer
2018-07-21 0:06 Mikle Kolyada
2018-07-06 20:29 Mike Gilbert
2018-07-03 15:43 Mike Gilbert
2018-06-26 17:17 Mike Gilbert
2018-06-24 9:40 Mikle Kolyada
2018-04-13 3:47 Benda XU
2018-01-05 13:26 Michał Górny
2017-09-16 17:10 Patrick Lauer
2017-07-21 0:23 Sebastien Fabbro
2017-02-16 16:54 Sebastien Fabbro
2017-01-10 5:27 Sebastien Fabbro
2017-01-09 22:36 Aaron Bauman
2016-09-03 9:10 Patrick Lauer
2016-06-12 14:21 Patrick Lauer
2016-04-06 5:29 Patrick Lauer
2016-04-05 17:28 Patrick Lauer
2016-03-05 10:33 Patrick Lauer
2016-02-19 8:20 Patrick Lauer
2015-11-20 14:11 Benda XU
2015-11-04 6:40 Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1500596548.8d200645adc3fb4f629fd7ef603521a2a1b93deb.bicatali@gentoo \
--to=bicatali@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox