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
-}

Reply via email to