From: "Patrick Lauer" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/llvmlite/
Date: Wed, 6 Apr 2016 05:29:35 +0000 (UTC) [thread overview]
Message-ID: <1459920569.756204b2bc4a2d7fc9420d41161714661760d3e8.patrick@gentoo> (raw)
commit: 756204b2bc4a2d7fc9420d41161714661760d3e8
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 5 17:34:13 2016 +0000
Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Wed Apr 6 05:29:29 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=756204b2
dev-python/llvmlite: Bump
Package-Manager: portage-2.2.28
dev-python/llvmlite/Manifest | 1 +
dev-python/llvmlite/llvmlite-0.10.0.ebuild | 45 ++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/dev-python/llvmlite/Manifest b/dev-python/llvmlite/Manifest
index 92cf687..f35323c 100644
--- a/dev-python/llvmlite/Manifest
+++ b/dev-python/llvmlite/Manifest
@@ -1,3 +1,4 @@
+DIST llvmlite-0.10.0.tar.gz 92000 SHA256 b6b55e19ae2be38770299e9c73e6ae07d770e4f95313ddc8389ba45693b5f4aa SHA512 0d8a38c77dffaff649dd880ce25b227247a0c5a9fb5c63ba03578b2b8ac769605cfdded167a44f54edd3bef88997359d2d279dc6b6ebf64a4339bbdfb673fc3b WHIRLPOOL 87686021057dcb0844be6955d114e21044aad9a2e5095e1da4eb07b03b7de4bd663d174fd022dd56892fe26826b81d93ead8e775fca37dbf6bb7db21a223e4fe
DIST llvmlite-0.2.1.tar.gz 67340 SHA256 48c9217db60d496ffef9d15bcb493b84757fc08b95b0332ca418a21344fd3f6b SHA512 d2b705ec275bfd6ed87b0b536eb0223d9aba53bf77227ed54b43a7efa1ea5df44a10624613bcb724a7520df77d1417b96567d41efe5825a5bde217343816263c WHIRLPOOL c59c1d5af1f8f7c22dd28d54619e6385a56e1d12fcbe4af2dd18be82ea1d841348ccd9c01b8e3efd144d5e36326b627f46a65b84e0d0bd5be789da20d3d0cb13
DIST llvmlite-0.2.2.tar.gz 75171 SHA256 5771189d07da7774446e1ac6c586d31ea4293ef1c2bfb9dbe0c570bcf971b4a1 SHA512 7eeea5c0bd5287415d6cc39fb2e546366de42d3b2b99cf57655036c9fd2bf526398cc51ea79d062504cdfdd927ce5be22997a54c5d79cc2e4de3168317f35fcf WHIRLPOOL aac97a187e341a67a5ee1771480deb6598d921cfce098aec6ca20927d6173c1f984de0b8e1985e2c7db55e393e65f4bd471c5d57bb8fd0da21cb2ad4faf0a3dc
DIST llvmlite-0.5.0.tar.gz 74434 SHA256 616b0f16366dd1eec197b7067f4618c6c5183db852e7f4203862c0343ebdd31c SHA512 aec69c841a8166896a6632a4204a53df1f19a42514c335a3dc21a9c7e7610c110a5d00b293d7013dfe497cc7c1e3ffbaedf0a80ee16970f5f33f0043bacd6aec WHIRLPOOL 737a53017e160a04f371e87abf24eb923f17b101d3b2394c276ae0d47787c617aa496428b268ee86301a2ed33a0a93b0b5d3fbc0fb293e295d38742d8a5b98e8
diff --git a/dev-python/llvmlite/llvmlite-0.10.0.ebuild b/dev-python/llvmlite/llvmlite-0.10.0.ebuild
new file mode 100644
index 0000000..4b8f23f
--- /dev/null
+++ b/dev-python/llvmlite/llvmlite-0.10.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+
+inherit distutils-r1
+
+DISTUTILS_IN_SOURCE_BUILD="1"
+RESTRICT="test"
+
+DESCRIPTION="Python wrapper around the llvm C++ library"
+HOMEPAGE="https://pypi.python.org/pypi/llvmlite"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples"
+
+RDEPEND="
+ =sys-devel/llvm-3.7*:=[multitarget]
+ $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7 python3_3)
+ "
+DEPEND="${RDEPEND}
+ dev-util/cmake"
+
+python_prepare_all() {
+ sed -i -e 's/-flto$/-flto -fPIC/' ffi/Makefile.linux || die
+
+ # disable test using installed instance to read version info
+ sed -e 's:test_version:_&:' -i llvmlite/tests/test_binding.py || die
+ distutils-r1_python_prepare_all
+}
+
+python_test() {
+ "${PYTHON}" -m "llvmlite.tests" || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+ use examples && local EXAMPLES=( examples/. )
+ distutils-r1_python_install_all
+}
next reply other threads:[~2016-04-06 5:29 UTC|newest]
Thread overview: 86+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-06 5:29 Patrick Lauer [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-09-12 20:29 [gentoo-commits] repo/gentoo:master commit in: dev-python/llvmlite/ Michał Górny
2021-09-12 17:38 Sam James
2021-09-12 7:31 Sam James
2021-09-12 7:24 Agostino Sarubbo
2021-09-12 7:09 Agostino Sarubbo
2021-08-21 7:56 Michał Górny
2021-05-10 18:08 Michał Górny
2021-05-06 10:01 Sam James
2021-05-04 19:13 Sam James
2021-04-13 7:36 Agostino Sarubbo
2021-03-13 8:38 Michał Górny
2021-03-03 13:54 Sam James
2021-01-21 7:40 Agostino Sarubbo
2020-12-01 10:32 Michał Górny
2020-09-19 7:21 Michał Górny
2020-09-19 2:19 Sam James
2020-09-18 8:26 Agostino Sarubbo
2020-09-18 7:45 Agostino Sarubbo
2020-09-18 7:29 Agostino Sarubbo
2020-08-13 9:22 Michał Górny
2020-07-30 22:11 Michał Górny
2020-07-19 7:37 Agostino Sarubbo
2020-07-18 23:30 Sam James
2020-07-09 10:55 Michał Górny
2020-06-11 8:01 Michał Górny
2020-05-11 9:04 Michał Górny
2020-02-05 16:24 Michał Górny
2019-12-09 19:20 Michał Górny
2019-10-11 14:13 Michał Górny
2019-09-16 22:13 Aaron Bauman
2019-09-13 15:47 Mikle Kolyada
2019-09-10 7:10 Agostino Sarubbo
2019-09-10 7:06 Agostino Sarubbo
2019-09-09 19:02 Michał Górny
2019-06-02 7:20 Michał Górny
2019-05-30 11:37 Michał Górny
2019-05-30 11:37 Michał Górny
2019-05-30 11:37 Michał Górny
2019-05-22 12:47 Michał Górny
2019-05-13 17:36 Aaron Bauman
2019-05-11 11:25 Mikle Kolyada
2019-03-13 7:37 Michał Górny
2019-02-02 10:31 Michał Górny
2019-01-17 21:09 Mikle Kolyada
2018-12-30 9:53 Michał Górny
2018-12-30 9:49 Michał Górny
2018-12-29 19:12 Thomas Deutschmann
2018-12-26 13:34 Michał Górny
2018-11-28 9:04 Michał Górny
2018-09-19 14:39 Michał Górny
2018-09-19 14:39 Michał Górny
2018-09-11 7:25 Michał Górny
2018-09-11 7:25 Michał Górny
2018-07-21 5:55 Michał Górny
2018-07-21 0:06 Mikle Kolyada
2018-07-07 5:31 Michał Górny
2018-07-07 5:31 Michał Górny
2018-06-26 17:17 Mike Gilbert
2018-06-01 18:38 Michał Górny
2018-04-25 14:36 Michał Górny
2018-04-11 16:19 Michał Górny
2018-03-29 10:19 Michał Górny
2018-02-16 12:20 Michał Górny
2018-01-29 1:06 Thomas Deutschmann
2018-01-17 22:14 Mikle Kolyada
2017-12-29 18:54 Mikle Kolyada
2017-12-28 18:45 Thomas Deutschmann
2017-12-09 8:36 Michał Górny
2017-11-29 17:50 Michał Górny
2017-09-16 8:11 Michał Górny
2017-07-22 6:37 Michał Górny
2017-07-21 0:23 Sebastien Fabbro
2017-04-22 21:36 Michał Górny
2017-04-22 21:36 Michał Górny
2017-04-10 17:36 Michał Górny
2017-04-10 17:36 Michał Górny
2016-12-26 10:55 Aaron Bauman
2016-11-15 14:32 Michał Górny
2016-09-02 20:53 Patrick Lauer
2016-07-21 13:15 Patrick Lauer
2016-06-08 13:46 Patrick Lauer
2016-05-19 4:13 Benda XU
2016-03-05 10:33 Patrick Lauer
2016-03-05 10:33 Patrick Lauer
2015-11-20 14:11 Benda XU
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=1459920569.756204b2bc4a2d7fc9420d41161714661760d3e8.patrick@gentoo \
--to=patrick@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