idella4 15/06/26 07:47:19 Modified: ChangeLog Added: llvmlite-0.5.0.ebuild Removed: llvmlite-0.2.0.ebuild Log: bump; upgrade deps & test phase (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.7 dev-python/llvmlite/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/llvmlite/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/llvmlite/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/llvmlite/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/llvmlite/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 3 Jun 2015 20:07:37 -0000 1.6 +++ ChangeLog 26 Jun 2015 07:47:19 -0000 1.7 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/llvmlite # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/llvmlite/ChangeLog,v 1.6 2015/06/03 20:07:37 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/llvmlite/ChangeLog,v 1.7 2015/06/26 07:47:19 idella4 Exp $ + +*llvmlite-0.5.0 (26 Jun 2015) + + 26 Jun 2015; Ian Delaney <[email protected]> +llvmlite-0.5.0.ebuild, + -llvmlite-0.2.0.ebuild: + bump; upgrade deps & test phase 03 Jun 2015; Justin Lecher <[email protected]> metadata.xml: Add pypi to remote-id in metadata.xml 1.1 dev-python/llvmlite/llvmlite-0.5.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/llvmlite/llvmlite-0.5.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/llvmlite/llvmlite-0.5.0.ebuild?rev=1.1&content-type=text/plain Index: llvmlite-0.5.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/llvmlite/llvmlite-0.5.0.ebuild,v 1.1 2015/06/26 07:47:19 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 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.5*:=[multitarget] $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7 python3_3) " DEPEND="${RDEPEND}" python_prepare_all() { # 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 }
