From: "Aisha Tammy" <gentoo@aisha.cc>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/arrayfire-python/
Date: Fri, 25 Sep 2020 13:02:08 +0000 (UTC) [thread overview]
Message-ID: <1601036519.65bb092988e90c6cd69eb421e6184c2f36cb9aa3.epsilon-0@gentoo> (raw)
commit: 65bb092988e90c6cd69eb421e6184c2f36cb9aa3
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Fri Sep 25 12:21:59 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Fri Sep 25 12:21:59 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=65bb0929
dev-python/arrayfire-python: drop old versions
Package-Manager: Portage-3.0.8, Repoman-3.0.1
RepoMan-Options: --force
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
.../arrayfire-python-3.1.20151111.ebuild | 25 ---------------------
.../arrayfire-python-3.2.20151224.ebuild | 25 ---------------------
.../arrayfire-python-3.3.20160624.ebuild | 21 -----------------
.../arrayfire-python-3.4.20161126.ebuild | 26 ----------------------
4 files changed, 97 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
deleted file mode 100644
index a5518e365..000000000
--- a/dev-python/arrayfire-python/arrayfire-python-3.1.20151111.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-
-inherit distutils-r1
-
-MY_PN="arrayfire"
-
-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
- <sci-libs/arrayfire-3.2
- "
-DEPEND="${RDEPEND}"
diff --git a/dev-python/arrayfire-python/arrayfire-python-3.2.20151224.ebuild b/dev-python/arrayfire-python/arrayfire-python-3.2.20151224.ebuild
deleted file mode 100644
index 40e30d21e..000000000
--- a/dev-python/arrayfire-python/arrayfire-python-3.2.20151224.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-
-inherit distutils-r1
-
-MY_PN="arrayfire"
-
-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.2.0
- <sci-libs/arrayfire-3.3.0
- "
-DEPEND="${RDEPEND}"
diff --git a/dev-python/arrayfire-python/arrayfire-python-3.3.20160624.ebuild b/dev-python/arrayfire-python/arrayfire-python-3.3.20160624.ebuild
deleted file mode 100644
index 29d275cf3..000000000
--- a/dev-python/arrayfire-python/arrayfire-python-3.3.20160624.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python bindings for ArrayFire"
-HOMEPAGE="http://www.arrayfire.com"
-SRC_URI="https://github.com/arrayfire/arrayfire-python/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- >=sci-libs/arrayfire-3.3.2
- <sci-libs/arrayfire-3.4.0
- "
-DEPEND="${RDEPEND}"
diff --git a/dev-python/arrayfire-python/arrayfire-python-3.4.20161126.ebuild b/dev-python/arrayfire-python/arrayfire-python-3.4.20161126.ebuild
deleted file mode 100644
index cf6980807..000000000
--- a/dev-python/arrayfire-python/arrayfire-python-3.4.20161126.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python bindings for ArrayFire"
-HOMEPAGE="http://www.arrayfire.com"
-SRC_URI="https://github.com/arrayfire/arrayfire-python/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="test"
-KEYWORDS="~amd64"
-
-RDEPEND="
- >=sci-libs/arrayfire-3.4.0
- <sci-libs/arrayfire-3.5.0
- "
-DEPEND="${RDEPEND}"
-
-python_test() {
- ${EPYTHON} -m arrayfire.tests
-}
next reply other threads:[~2020-09-25 13:02 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-25 13:02 Aisha Tammy [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
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
2016-02-08 13:39 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=1601036519.65bb092988e90c6cd69eb421e6184c2f36cb9aa3.epsilon-0@gentoo \
--to=gentoo@aisha.cc \
--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