From: "Marius Brehler" <marbre@linux.sungazer.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/arrayfire-python/
Date: Mon, 8 Feb 2016 13:39:12 +0000 (UTC) [thread overview]
Message-ID: <1454937715.bcb77272ceec70b0e26afe6f50ac87b464d66d09.marbre@gentoo> (raw)
commit: bcb77272ceec70b0e26afe6f50ac87b464d66d09
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Mon Feb 8 13:21:55 2016 +0000
Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Mon Feb 8 13:21:55 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=bcb77272
dev-python/arrayfire-python: Bump to EAPI=6, cleanup ebuilds
Package-Manager: portage-2.2.26
.../arrayfire-python-3.1.20151111.ebuild | 21 ++++++++-------------
.../arrayfire-python-3.2.20151214.ebuild | 4 ++--
.../arrayfire-python-3.2.20151224.ebuild | 4 ++--
.../arrayfire-python/arrayfire-python-9999.ebuild | 18 ++++--------------
4 files changed, 16 insertions(+), 31 deletions(-)
diff --git a/dev-python/arrayfire-python/arrayfire-python-3.1.20151111.ebuild b/dev-python/arrayfire-python/arrayfire-python-3.1.20151111.ebuild
index 659b7bb..ee1d067 100644
--- a/dev-python/arrayfire-python/arrayfire-python-3.1.20151111.ebuild
+++ b/dev-python/arrayfire-python/arrayfire-python-3.1.20151111.ebuild
@@ -1,28 +1,23 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
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
+DESCRIPTION="Python bindings for ArrayFire"
+HOMEPAGE="http://www.arrayfire.com"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
LICENSE="BSD"
SLOT="0"
+KEYWORDS="~amd64"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
RDEPEND="
>=sci-libs/arrayfire-3.0.0
diff --git a/dev-python/arrayfire-python/arrayfire-python-3.2.20151214.ebuild b/dev-python/arrayfire-python/arrayfire-python-3.2.20151214.ebuild
index 0a6ea83..6434562 100644
--- a/dev-python/arrayfire-python/arrayfire-python-3.2.20151214.ebuild
+++ b/dev-python/arrayfire-python/arrayfire-python-3.2.20151214.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
inherit distutils-r1
diff --git a/dev-python/arrayfire-python/arrayfire-python-3.2.20151224.ebuild b/dev-python/arrayfire-python/arrayfire-python-3.2.20151224.ebuild
index 0a6ea83..6434562 100644
--- a/dev-python/arrayfire-python/arrayfire-python-3.2.20151224.ebuild
+++ b/dev-python/arrayfire-python/arrayfire-python-3.2.20151224.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
inherit distutils-r1
diff --git a/dev-python/arrayfire-python/arrayfire-python-9999.ebuild b/dev-python/arrayfire-python/arrayfire-python-9999.ebuild
index 659b7bb..f725dca 100644
--- a/dev-python/arrayfire-python/arrayfire-python-9999.ebuild
+++ b/dev-python/arrayfire-python/arrayfire-python-9999.ebuild
@@ -1,25 +1,15 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
-inherit distutils-r1
+inherit distutils-r1 git-r3
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
+EGIT_REPO_URI="https://github.com/arrayfire/${PN}.git git://github.com/arrayfire/${PN}.git"
LICENSE="BSD"
SLOT="0"
next reply other threads:[~2016-02-08 13:39 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-08 13:39 Marius Brehler [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-09-25 13:13 [gentoo-commits] proj/sci:master commit in: dev-python/arrayfire-python/ Aisha Tammy
2020-09-25 13:02 Aisha Tammy
2017-03-06 15:12 Marius Brehler
2016-11-29 12:26 Marius Brehler
2016-11-29 10:16 Marius Brehler
2016-11-29 10:16 Marius Brehler
2016-11-29 10:16 Marius Brehler
2016-11-29 10:16 Marius Brehler
2016-11-29 10:16 Marius Brehler
2016-06-28 12:59 Marius Brehler
2016-05-19 7:20 Marius Brehler
2015-12-25 20:01 Marius Brehler
2015-12-19 12:36 Marius Brehler
2015-12-19 12:36 Marius Brehler
2015-11-12 7:29 Marius Brehler
2015-11-06 9:58 Marius Brehler
2015-09-17 21:56 Jauhien Piatlicki
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=1454937715.bcb77272ceec70b0e26afe6f50ac87b464d66d09.marbre@gentoo \
--to=marbre@linux.sungazer.de \
--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