commit: eae237c0cc669b54765418d89b4b48ee86130fb3 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> AuthorDate: Thu Nov 12 07:28:54 2015 +0000 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> CommitDate: Thu Nov 12 07:28:54 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=eae237c0
dev-python/arrayfire-python: Version bump Package-Manager: portage-2.2.20.1 dev-python/arrayfire-python/ChangeLog | 6 +++++ .../arrayfire-python-3.1.20151111.ebuild | 30 ++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/dev-python/arrayfire-python/ChangeLog b/dev-python/arrayfire-python/ChangeLog index 59cd8c2..7077a13 100644 --- a/dev-python/arrayfire-python/ChangeLog +++ b/dev-python/arrayfire-python/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ +*arrayfire-python-3.1.20151111 (12 Nov 2015) + + 12 Nov 2015; Marius Brehler <[email protected]> + +arrayfire-python-3.1.20151111.ebuild: + dev-python/arrayfire-python: Version bump + 06 Nov 2015; Marius Brehler <[email protected]> arrayfire-python-3.0.20150914.ebuild, arrayfire-python-9999.ebuild: dev-python/arrayfire-python: Add python3.5 support diff --git a/dev-python/arrayfire-python/arrayfire-python-3.1.20151111.ebuild b/dev-python/arrayfire-python/arrayfire-python-3.1.20151111.ebuild new file mode 100644 index 0000000..659b7bb --- /dev/null +++ b/dev-python/arrayfire-python/arrayfire-python-3.1.20151111.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) + +inherit distutils-r1 + +DESCRIPTION="Python bindings for ArrayFire" +HOMEPAGE="http://www.arrayfire.com" + +MY_PN="arrayfire" + +if [ ${PV} == "9999" ] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/arrayfire/${PN}.git git://github.com/arrayfire/${PN}.git" +else + SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${MY_PN}-${PV}" +fi + +LICENSE="BSD" +SLOT="0" + +RDEPEND=" + >=sci-libs/arrayfire-3.0.0 + " +DEPEND="${RDEPEND}"
