commit:     e134facfbf7d2789dfe8767e4a87d53a83348132
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 26 10:30:47 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Oct 26 10:35:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e134facf

dev-python/theano-pymc: treeclean

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

 dev-python/theano-pymc/Manifest                    |  1 -
 dev-python/theano-pymc/metadata.xml                | 12 ----
 dev-python/theano-pymc/theano-pymc-1.1.2-r1.ebuild | 67 ----------------------
 profiles/package.mask                              |  1 -
 4 files changed, 81 deletions(-)

diff --git a/dev-python/theano-pymc/Manifest b/dev-python/theano-pymc/Manifest
deleted file mode 100644
index 7cadf87c89a..00000000000
--- a/dev-python/theano-pymc/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Theano-PyMC-rel-1.1.2.tar.gz 12482962 BLAKE2B 
427afab5b831f625b0825746d24d68d7c7a2ea853f83d0b543f9c16baf7f120bb26446a438fa69279cd55e7788b3f1aaa6c6ac787231415f49a53e34e6b92584
 SHA512 
f582e23803d392fc469ed4aa13ee8615b7ce367de0a95d57fb71217f578112bd1611df1fa580f19970e1e3681fc5dc7d80d9bb9c2c40e5956d1eb937a9271431

diff --git a/dev-python/theano-pymc/metadata.xml 
b/dev-python/theano-pymc/metadata.xml
deleted file mode 100644
index a4e5c6447c7..00000000000
--- a/dev-python/theano-pymc/metadata.xml
+++ /dev/null
@@ -1,12 +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>
-  <upstream>
-    <remote-id type="pypi">Theano-PyMC</remote-id>
-    <remote-id type="github">pymc-devs/Theano-PyMC</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/dev-python/theano-pymc/theano-pymc-1.1.2-r1.ebuild 
b/dev-python/theano-pymc/theano-pymc-1.1.2-r1.ebuild
deleted file mode 100644
index 93f366d57d5..00000000000
--- a/dev-python/theano-pymc/theano-pymc-1.1.2-r1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 2020-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=Theano-PyMC-rel-${PV}
-DESCRIPTION="Library for operating on mathematical expressions with 
multi-dimensional arrays"
-HOMEPAGE="https://github.com/pymc-devs/Theano-PyMC";
-SRC_URI="
-       https://github.com/pymc-devs/Theano-PyMC/archive/rel-${PV}.tar.gz
-               -> ${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-
-RDEPEND="
-       dev-python/filelock[${PYTHON_USEDEP}]
-       dev-python/numpy[${PYTHON_USEDEP}]
-       dev-python/six[${PYTHON_USEDEP}]
-       dev-python/scipy[${PYTHON_USEDEP}]
-       !dev-python/theano[${PYTHON_USEDEP}]"
-BDEPEND="
-       test? (
-               dev-python/pytest-xdist[${PYTHON_USEDEP}]
-       )"
-
-distutils_enable_sphinx doc 'dev-python/sphinx_rtd_theme'
-distutils_enable_tests pytest
-
-python_prepare_all() {
-       sed -i -e "s/tests.\*/tests\*/" setup.py || die
-
-       distutils-r1_python_prepare_all
-}
-
-python_test() {
-       local exclude=(
-               # speed tests are unreliable
-               tests/scan/test_basic.py::test_speed
-               tests/scan/test_basic.py::test_speed_rnn
-               tests/scan/test_basic.py::test_speed_batchrnn
-               tests/link/test_vm.py::test_speed
-               tests/link/test_vm.py::test_speed_lazy
-               tests/tensor/test_gc.py::test_merge_opt_runtime
-       )
-
-       distutils_install_for_testing --via-root
-       pytest -vv ${exclude[@]/#/--deselect } \
-               -n "$(makeopts_jobs "${MAKEOPTS}" "$(get_nproc)")" ||
-               die "Tests fail with ${EPYTHON}"
-}
-
-# 
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 "GPU code generation/execution on NVIDIA gpus" 
dev-util/nvidia-cuda-toolkit dev-util/nvidia-cuda-sdk
-       optfeature "GPU/CPU code generation on CUDA and OpenCL devices" 
dev-libs/libgpuarray dev-python/pycuda
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 6189e590f09..b8d0d7da5cf 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -507,7 +507,6 @@ virtual/httpd-php:8.1
 # No reverse dependencies.
 # Removal on 2021-10-25.
 dev-python/theano
-dev-python/theano-pymc
 
 # Mart Raudsepp <l...@gentoo.org> (2021-09-24)
 # Experimental split media-sound/pulseaudio packages, bug #536780.

Reply via email to