aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAisha Tammy <gentoo@aisha.cc>2020-09-25 12:21:59 +0000
committerAisha Tammy <gentoo@aisha.cc>2020-09-25 12:21:59 +0000
commit65bb092988e90c6cd69eb421e6184c2f36cb9aa3 (patch)
treef49e959ae08772b590628c755216a21b19251af2 /dev-python/arrayfire-python
parentsci-libs/arrayfire: add cudnn dependency (diff)
downloadsci-65bb092988e90c6cd69eb421e6184c2f36cb9aa3.tar.gz
sci-65bb092988e90c6cd69eb421e6184c2f36cb9aa3.tar.bz2
sci-65bb092988e90c6cd69eb421e6184c2f36cb9aa3.zip
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@aisha.cc>
Diffstat (limited to 'dev-python/arrayfire-python')
-rw-r--r--dev-python/arrayfire-python/Manifest4
-rw-r--r--dev-python/arrayfire-python/arrayfire-python-3.1.20151111.ebuild25
-rw-r--r--dev-python/arrayfire-python/arrayfire-python-3.2.20151224.ebuild25
-rw-r--r--dev-python/arrayfire-python/arrayfire-python-3.3.20160624.ebuild21
-rw-r--r--dev-python/arrayfire-python/arrayfire-python-3.4.20161126.ebuild26
5 files changed, 0 insertions, 101 deletions
diff --git a/dev-python/arrayfire-python/Manifest b/dev-python/arrayfire-python/Manifest
index 587a06b33..839fb82be 100644
--- a/dev-python/arrayfire-python/Manifest
+++ b/dev-python/arrayfire-python/Manifest
@@ -1,5 +1 @@
-DIST arrayfire-3.1.20151111.tar.gz 35015 BLAKE2B 5cfe305aa24e422ebb2cbd662d5a6754fe06047b6d82b62dc50057788244cf525307a486976f19e19196d712ca5fd9c50f3ecc5a2886a162400ede88d733f7a3 SHA512 7a3e359eaf61e7d8234451671941f37f613a77ea4d1d22ac7dc6cd9a0b40a2ca098eb03b8d0778537c5012aca6cb5bc986a056b3cdf15e7d9f23417bf3c6a60d
-DIST arrayfire-3.2.20151224.tar.gz 39158 SHA256 446a8a1e74f2271f0f8cafcc4d144a1cd58d01de50b6f90cc0c2ef48d044434d SHA512 bd3bdab84835c1e112e4d7d159f76d02a0291bc1a82928918202abd524b296b47589dec7d432419006c0348e0741d07e7852d1ad943ae2640b78be3c057f94ed WHIRLPOOL c88e019ed288a05c78de7cd44f590b751c71ebecf957eed7c71d697c3fa026816f4731190de942c73b113c4f98d8f0de8274df619e97ac4c0f8da12b9ad73013
-DIST arrayfire-python-3.3.20160624.tar.gz 104485 BLAKE2B 4294389f7c3f807799df4879e7222a7aca15e2784a5ede141d51443fc5876a88709574dd7557b7f234b2ea3418a4dcac88e931972cd2846fa8d17c08ee7a1623 SHA512 e311470287c099b54961cf7988b57b2c0e3f36b4c77deabcd2ac934f8f3f81d39a97dfe3d10e677a1a58f71d6944010595ac8d30de054b2a7edbe19d599e87d1
-DIST arrayfire-python-3.4.20161126.tar.gz 108299 BLAKE2B 3c92e8849a986f261ce55cee526169be883cb1ac8b46f9c8dfc650b8a48a6dac6899f2d3458bd6c8efb6206d8a5a6835c30b1687fb1a2354ef0440a60cbb47dc SHA512 819d06b3a42922f70352f37a5d1d312c896f8975584cbe8d2bd671e26fc7725247b2826a53ecbcfc00ad4f05c305651a6673fbd89e1d686b514c91d4276820cb
DIST arrayfire-python-3.4.20170222.tar.gz 111992 BLAKE2B a2540341cd900c7edfe07ae7beea3c61e5b6ee13effd87fb9450ecf338c99146f4077ebf2c8032ee284f7a2b8ba546a055eefbeb670a028081ad87914fb56f3f SHA512 a9c41c7932592df15a023c41d920bd9588da55a58db456d42e2c5b707645564c48aef26ae99345cae8053585a55a4b85b26750e998f2873f81b5d068afe29f71
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
-}