commit: 4334956d3ee65013e8a32bc711b4347120128989 Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Thu Sep 17 22:15:15 2020 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Thu Sep 17 22:20:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4334956d
package.mask: drop last-rited dev-python/pygpu Closes: https://bugs.gentoo.org/719412 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> dev-python/pygpu/Manifest | 1 - dev-python/pygpu/metadata.xml | 15 -------------- dev-python/pygpu/pygpu-0.6.7.ebuild | 39 ------------------------------------- profiles/package.mask | 6 ------ 4 files changed, 61 deletions(-) diff --git a/dev-python/pygpu/Manifest b/dev-python/pygpu/Manifest deleted file mode 100644 index 95554ae2bb4..00000000000 --- a/dev-python/pygpu/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pygpu-0.6.7.tar.gz 256440 BLAKE2B cc0880259c368c02fe0fca1a7f9424ad78f057540426d28179ee2cb20a2559853566c9ebb7de3488d5fdf0fa0eefb4e9f16db198cda2727370d567fd16363480 SHA512 39cdb67ec12d0f939d7a3ebef9726c40e64387413200addbeaf205db4151d09efd90118fec4a71b9d1f81fdde9b52e37d2d97763bf2cc9efa1667c5b9ff716b2 diff --git a/dev-python/pygpu/metadata.xml b/dev-python/pygpu/metadata.xml deleted file mode 100644 index 65435dfa5d2..00000000000 --- a/dev-python/pygpu/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Science Project</name> - </maintainer> - <upstream> - <remote-id type="github">Theano/libgpuarray</remote-id> - </upstream> - <use> - <flag name="cuda">Enable NVIDIA CUDA toolkit support</flag> - <flag name="opencl">Enable OpenCL support</flag> - </use> -</pkgmetadata> diff --git a/dev-python/pygpu/pygpu-0.6.7.ebuild b/dev-python/pygpu/pygpu-0.6.7.ebuild deleted file mode 100644 index c35fce34e75..00000000000 --- a/dev-python/pygpu/pygpu-0.6.7.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_6 ) - -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/profiles/package.mask b/profiles/package.mask index 2ec2513e58e..768385bbf18 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -633,12 +633,6 @@ dev-haskell/frown # Removal in 30 days. Bug #719422. dev-python/pyminuit -# Michał Górny <[email protected]> (2020-08-16) -# Not maintained since 2017. Not ported to py3.7. No reverse -# dependencies. -# Removal in 30 days. Bug #719412. -dev-python/pygpu - # Michał Górny <[email protected]> (2020-08-16) # Unmaintained. Not ported to py3.7. 'blocks' is a snapshot from 2013, # last activity in 2014. It is the only revdep of 'maintboot'.
