summaryrefslogtreecommitdiff
path: root/dev-python/pygpu
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-python/pygpu
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/pygpu')
-rw-r--r--dev-python/pygpu/Manifest4
-rw-r--r--dev-python/pygpu/pygpu-0.6.0.ebuild39
-rw-r--r--dev-python/pygpu/pygpu-0.6.7.ebuild4
3 files changed, 3 insertions, 44 deletions
diff --git a/dev-python/pygpu/Manifest b/dev-python/pygpu/Manifest
index a04a91fba458..f3c93cb6aab7 100644
--- a/dev-python/pygpu/Manifest
+++ b/dev-python/pygpu/Manifest
@@ -1,5 +1,3 @@
-DIST pygpu-0.6.0.tar.gz 232281 BLAKE2B 73c4fd5598edc3b81296aea7acd24fa48d0302f54a0050de8bc5539a5150dcc4be052dbf8d0c1d822f79a8529ba47d60d51c3216ad774b5954915cab4c65b5c8 SHA512 ef2b37d7752d7b19e6034ca1992dfa0c82806bae7a15ce54aad785f5abbe06e57a77b804699c55b3b7dc94496afb22acaf3a43cfc15148c150f2c93085c23080
DIST pygpu-0.6.7.tar.gz 256440 BLAKE2B cc0880259c368c02fe0fca1a7f9424ad78f057540426d28179ee2cb20a2559853566c9ebb7de3488d5fdf0fa0eefb4e9f16db198cda2727370d567fd16363480 SHA512 39cdb67ec12d0f939d7a3ebef9726c40e64387413200addbeaf205db4151d09efd90118fec4a71b9d1f81fdde9b52e37d2d97763bf2cc9efa1667c5b9ff716b2
-EBUILD pygpu-0.6.0.ebuild 914 BLAKE2B 00658bb46be83e379694a5229c857e601ec15e8cd37f1c03344ad03f87e7eaf8e779f45d815aad9617dbbb86b371ac8b46240ebee049424a7ee9568f14ad3a13 SHA512 b021b501cbb240e5e59fed2ef8ea99e43c521e98bf7df81df15ae78f0067129278c5b78bc502a1ba62d004081ff12ba577c0b2c0e06c092ca24b3e50e3d1c2b1
-EBUILD pygpu-0.6.7.ebuild 918 BLAKE2B afdedce6aba01ec4c28b59b200a8ed52e7ad7c4e470b8b33fc977356b6470fcc69ef406b3770bbd94fabf8423345d98bedf8dae183d2efedab9196a3e87380e4 SHA512 d7ab344ebe88ff39842a3fe5f26d0ff6d63b2baf060c802650cd4c284a74dfd36d2918f30852aaa4335bb8c161e1da506e5838f5f8878337b9cd12b0de98c803
+EBUILD pygpu-0.6.7.ebuild 904 BLAKE2B ecd59e0029c546b6243042b1dd9b7cee9aa704008c1c673c7dd92b792737a018130b97013a206f63f1e61df0277c1cd54cd8e55df79bac881629c9e982dcd5e2 SHA512 6c7ced336fb43b22fceaab68bc988ddb180f9e9001f9e7ba88eb3bc8cee04a6f23bcf1da0ac4faddc967e1a532b125622e9d28c7767b4743c77b99f6c8886371
MISC metadata.xml 625 BLAKE2B 876c239967452f073b73a66ee4afa5e1d8affa03a8d849f5f74ad193d14bc51d0c1f1340744c0af5f3274a82bd81224bad64d5078142b65f09775f40907cc0e7 SHA512 370f27b57bd3815ab8b2f177e8d6755c4a70800c37164c99643a8f2e134acbe259e193d20998e47e521cb8f6c15d1a1703afcdd799499ef79dd4f313335979e2
diff --git a/dev-python/pygpu/pygpu-0.6.0.ebuild b/dev-python/pygpu/pygpu-0.6.0.ebuild
deleted file mode 100644
index f83a3b509637..000000000000
--- a/dev-python/pygpu/pygpu-0.6.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_5 )
-
-inherit distutils-r1
-
-MYPV=${PV/_/-}
-
-DESCRIPTION="Python bindings to libgpuarray"
-HOMEPAGE="http://deeplearning.net/software/libgpuarray/"
-SRC_URI="https://github.com/Theano/libgpuarray/archive/v${MYPV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="cuda opencl test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-python/mako[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
- dev-libs/libgpuarray:=[cuda?,opencl?]
-"
-DEPEND="${RDEPEND}
- dev-python/cython[${PYTHON_USEDEP}]
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/nose[${PYTHON_USEDEP}] )
-"
-
-S="${WORKDIR}/libgpuarray-${MYPV}"
-
-python_test() {
- local DEVICE=cuda
- use opencl && DEVICE=opencl
- nosetests -svw "${BUILD_DIR}/lib/" || die
-}
diff --git a/dev-python/pygpu/pygpu-0.6.7.ebuild b/dev-python/pygpu/pygpu-0.6.7.ebuild
index bc93eb58bb32..c35fce34e75f 100644
--- a/dev-python/pygpu/pygpu-0.6.7.ebuild
+++ b/dev-python/pygpu/pygpu-0.6.7.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1