Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/pygpu/
Date: Thu, 17 Sep 2020 22:20:36
Message-Id: 1600381206.4334956d3ee65013e8a32bc711b4347120128989.bman@gentoo
1 commit: 4334956d3ee65013e8a32bc711b4347120128989
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 17 22:15:15 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 17 22:20:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4334956d
7
8 package.mask: drop last-rited dev-python/pygpu
9
10 Closes: https://bugs.gentoo.org/719412
11 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
12
13 dev-python/pygpu/Manifest | 1 -
14 dev-python/pygpu/metadata.xml | 15 --------------
15 dev-python/pygpu/pygpu-0.6.7.ebuild | 39 -------------------------------------
16 profiles/package.mask | 6 ------
17 4 files changed, 61 deletions(-)
18
19 diff --git a/dev-python/pygpu/Manifest b/dev-python/pygpu/Manifest
20 deleted file mode 100644
21 index 95554ae2bb4..00000000000
22 --- a/dev-python/pygpu/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST pygpu-0.6.7.tar.gz 256440 BLAKE2B cc0880259c368c02fe0fca1a7f9424ad78f057540426d28179ee2cb20a2559853566c9ebb7de3488d5fdf0fa0eefb4e9f16db198cda2727370d567fd16363480 SHA512 39cdb67ec12d0f939d7a3ebef9726c40e64387413200addbeaf205db4151d09efd90118fec4a71b9d1f81fdde9b52e37d2d97763bf2cc9efa1667c5b9ff716b2
26
27 diff --git a/dev-python/pygpu/metadata.xml b/dev-python/pygpu/metadata.xml
28 deleted file mode 100644
29 index 65435dfa5d2..00000000000
30 --- a/dev-python/pygpu/metadata.xml
31 +++ /dev/null
32 @@ -1,15 +0,0 @@
33 -<?xml version="1.0" encoding="UTF-8"?>
34 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
35 -<pkgmetadata>
36 - <maintainer type="project">
37 - <email>sci@g.o</email>
38 - <name>Gentoo Science Project</name>
39 - </maintainer>
40 - <upstream>
41 - <remote-id type="github">Theano/libgpuarray</remote-id>
42 - </upstream>
43 - <use>
44 - <flag name="cuda">Enable NVIDIA CUDA toolkit support</flag>
45 - <flag name="opencl">Enable OpenCL support</flag>
46 - </use>
47 -</pkgmetadata>
48
49 diff --git a/dev-python/pygpu/pygpu-0.6.7.ebuild b/dev-python/pygpu/pygpu-0.6.7.ebuild
50 deleted file mode 100644
51 index c35fce34e75..00000000000
52 --- a/dev-python/pygpu/pygpu-0.6.7.ebuild
53 +++ /dev/null
54 @@ -1,39 +0,0 @@
55 -# Copyright 1999-2020 Gentoo Authors
56 -# Distributed under the terms of the GNU General Public License v2
57 -
58 -EAPI=6
59 -
60 -PYTHON_COMPAT=( python3_6 )
61 -
62 -inherit distutils-r1
63 -
64 -MYPV=${PV/_/-}
65 -
66 -DESCRIPTION="Python bindings to libgpuarray"
67 -HOMEPAGE="http://deeplearning.net/software/libgpuarray/"
68 -SRC_URI="https://github.com/Theano/libgpuarray/archive/v${MYPV}.tar.gz -> ${P}.tar.gz"
69 -
70 -LICENSE="BSD"
71 -SLOT="0"
72 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
73 -IUSE="cuda opencl test"
74 -RESTRICT="!test? ( test )"
75 -
76 -RDEPEND="
77 - dev-python/mako[${PYTHON_USEDEP}]
78 - dev-python/numpy[${PYTHON_USEDEP}]
79 - dev-libs/libgpuarray:=[cuda?,opencl?]
80 -"
81 -DEPEND="${RDEPEND}
82 - dev-python/cython[${PYTHON_USEDEP}]
83 - dev-python/setuptools[${PYTHON_USEDEP}]
84 - test? ( dev-python/nose[${PYTHON_USEDEP}] )
85 -"
86 -
87 -S="${WORKDIR}/libgpuarray-${MYPV}"
88 -
89 -python_test() {
90 - local DEVICE=cuda
91 - use opencl && DEVICE=opencl
92 - nosetests -svw "${BUILD_DIR}/lib/" || die
93 -}
94
95 diff --git a/profiles/package.mask b/profiles/package.mask
96 index 2ec2513e58e..768385bbf18 100644
97 --- a/profiles/package.mask
98 +++ b/profiles/package.mask
99 @@ -633,12 +633,6 @@ dev-haskell/frown
100 # Removal in 30 days. Bug #719422.
101 dev-python/pyminuit
102
103 -# Michał Górny <mgorny@g.o> (2020-08-16)
104 -# Not maintained since 2017. Not ported to py3.7. No reverse
105 -# dependencies.
106 -# Removal in 30 days. Bug #719412.
107 -dev-python/pygpu
108 -
109 # Michał Górny <mgorny@g.o> (2020-08-16)
110 # Unmaintained. Not ported to py3.7. 'blocks' is a snapshot from 2013,
111 # last activity in 2014. It is the only revdep of 'maintboot'.