commit:     b022a8ddfeb6f599a078d03c4bc770b28ed19ac6
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 26 10:31:23 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Oct 26 10:35:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b022a8dd

dev-python/theano: treeclean

Closes: https://bugs.gentoo.org/764185
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-python/theano/Manifest               |  1 -
 dev-python/theano/metadata.xml           | 17 ----------
 dev-python/theano/theano-1.0.5-r1.ebuild | 53 --------------------------------
 profiles/package.mask                    |  6 ----
 4 files changed, 77 deletions(-)

diff --git a/dev-python/theano/Manifest b/dev-python/theano/Manifest
deleted file mode 100644
index 80fe6f51d97..00000000000
--- a/dev-python/theano/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Theano-1.0.5.tar.gz 2842778 BLAKE2B 
ee82e9487a5265a1040750ace70465c450134e70eba4e58752cbaa7d487be5fb3cce31b838429cb52f7bc31d32a20379e158ee289dd5732dd8b86a9ee36b6d89
 SHA512 
6bb27753957d32392ea793e39ea56eff94baafbb55e27488f9c0bbdb387172a6829e64f461f83dae192486d9764b72d815e3b8dc059b2af116b024fc7228a118

diff --git a/dev-python/theano/metadata.xml b/dev-python/theano/metadata.xml
deleted file mode 100644
index 8c2b5f739e2..00000000000
--- a/dev-python/theano/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <maintainer type="project">
-    <email>s...@gentoo.org</email>
-    <name>Gentoo Science Project</name>
-  </maintainer>
-  <longdescription lang="en">
-  Theano is a numerical computation library for the Python. In Theano,
-  computations are expressed using a NumPy-like syntax and compiled to
-  run efficiently on either CPU or GPU architectures.
-</longdescription>
-  <upstream>
-    <remote-id type="pypi">Theano</remote-id>
-    <remote-id type="github">Theano/Theano</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/dev-python/theano/theano-1.0.5-r1.ebuild 
b/dev-python/theano/theano-1.0.5-r1.ebuild
deleted file mode 100644
index 88af2c3b484..00000000000
--- a/dev-python/theano/theano-1.0.5-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1 optfeature
-
-MY_P=${P^}
-
-DESCRIPTION="Define and optimize multi-dimensional arrays mathematical 
expressions"
-HOMEPAGE="https://github.com/Theano/Theano";
-SRC_URI="mirror://pypi/${MY_P::1}/${MY_P%-*}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
-# Tests sometimes hang. dev-python/theano-pymc is better. #738416
-# This package is on the way out anyway for that fork.
-RESTRICT="test"
-
-BDEPEND="test? ( dev-python/parameterized[${PYTHON_USEDEP}] )"
-RDEPEND="
-       dev-python/numpy[${PYTHON_USEDEP}]
-       dev-python/six[${PYTHON_USEDEP}]
-       dev-python/scipy[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests nose
-
-src_prepare() {
-       sed -i -e "s/, 'flake8'//" setup.py || die
-
-       distutils-r1_src_prepare
-}
-
-python_test() {
-       distutils_install_for_testing
-       nosetests --verbosity=3 -e test_format_flake8 || die
-}
-
-# 
https://dev.gentoo.org/~mgorny/python-guide/concept.html#packaging-pkgutil-style-namespaces-in-gentoo
-python_install() {
-       rm "${BUILD_DIR}"/lib/bin/__init__.py || die
-       distutils-r1_python_install
-}
-
-pkg_postinst() {
-       optfeature "Make picture of Theano computation graph" 
dev-python/pydot-ng
-       optfeature "Required for GPU/CPU code generation" dev-python/pygpu
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index b8d0d7da5cf..7c6f219529d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -502,12 +502,6 @@ media-libs/libyami
 dev-lang/php:8.1
 virtual/httpd-php:8.1
 
-# Jakov Smolić <jsmo...@gentoo.org> (2021-09-25)
-# Upstream renamed the Theano project and continued as dev-python/aesara.
-# No reverse dependencies.
-# Removal on 2021-10-25.
-dev-python/theano
-
 # Mart Raudsepp <l...@gentoo.org> (2021-09-24)
 # Experimental split media-sound/pulseaudio packages, bug #536780.
 media-libs/libpulse

Reply via email to