patrick     15/07/06 07:22:39

  Modified:             ChangeLog
  Added:                llvmlite-0.6.0.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.8                  dev-python/llvmlite/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/llvmlite/ChangeLog?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/llvmlite/ChangeLog?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/llvmlite/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/llvmlite/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   26 Jun 2015 07:47:19 -0000      1.7
+++ ChangeLog   6 Jul 2015 07:22:39 -0000       1.8
@@ -1,6 +1,11 @@
 # 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.7 
2015/06/26 07:47:19 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/llvmlite/ChangeLog,v 1.8 
2015/07/06 07:22:39 patrick Exp $
+
+*llvmlite-0.6.0 (06 Jul 2015)
+
+  06 Jul 2015; Patrick Lauer <patr...@gentoo.org> +llvmlite-0.6.0.ebuild:
+  Bump
 
 *llvmlite-0.5.0 (26 Jun 2015)
 



1.1                  dev-python/llvmlite/llvmlite-0.6.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/llvmlite/llvmlite-0.6.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/llvmlite/llvmlite-0.6.0.ebuild?rev=1.1&content-type=text/plain

Index: llvmlite-0.6.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.6.0.ebuild,v 
1.1 2015/07/06 07:22:39 patrick 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.6*:=[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
}




Reply via email to