commit:     a8823e4da11ef5d41d4ffd293f142a13a7b65a22
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 20 04:52:47 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Jun 20 04:52:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8823e4d

dev-python/*: drop last-rited pkgs

Closes: https://bugs.gentoo.org/607778
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 dev-python/bokeh/Manifest            |  1 -
 dev-python/bokeh/bokeh-0.12.6.ebuild | 76 ------------------------------------
 dev-python/bokeh/metadata.xml        | 23 -----------
 dev-python/flexx/Manifest            |  1 -
 dev-python/flexx/flexx-0.4.1.ebuild  | 24 ------------
 dev-python/flexx/metadata.xml        | 16 --------
 profiles/package.mask                | 13 ------
 7 files changed, 154 deletions(-)

diff --git a/dev-python/bokeh/Manifest b/dev-python/bokeh/Manifest
deleted file mode 100644
index e94a19ed0b1..00000000000
--- a/dev-python/bokeh/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST bokeh-0.12.6.tar.gz 13720124 BLAKE2B 
e8fc1c42b530622bf6de8e13e81ae45e6d47985cef1ed81a2e32bfaef2a246a09c25210728cf434da6d4a0ef8f47ade1be5ee9e9318cc0a071bff36b317069a1
 SHA512 
7a293169521b690bb2cdcefe3667f869e75f2b718d6122af63201e2fb2e530eba931b3fa2ee3474a8ead758039cbb7d756acc0349e2f0820d72a4f754b9301b2

diff --git a/dev-python/bokeh/bokeh-0.12.6.ebuild 
b/dev-python/bokeh/bokeh-0.12.6.ebuild
deleted file mode 100644
index 443dae5fd0f..00000000000
--- a/dev-python/bokeh/bokeh-0.12.6.ebuild
+++ /dev/null
@@ -1,76 +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
-
-DESCRIPTION="Statistical and interactive HTML plots for Python"
-HOMEPAGE="https://bokeh.pydata.org/en/latest/
-       https://github.com/bokeh/bokeh
-       https://pypi.org/project/bokeh/";
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="examples test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       dev-python/jinja[${PYTHON_USEDEP}]
-       dev-python/numpy[${PYTHON_USEDEP}]
-       dev-python/python-dateutil[${PYTHON_USEDEP}]
-       dev-python/pyyaml[${PYTHON_USEDEP}]
-       dev-python/requests[${PYTHON_USEDEP}]
-       dev-python/six[${PYTHON_USEDEP}]
-       >=www-servers/tornado-4.3[${PYTHON_USEDEP}]
-"
-DEPEND="
-       dev-python/jinja[${PYTHON_USEDEP}]
-       dev-python/numpy[${PYTHON_USEDEP}]
-       dev-python/python-dateutil[${PYTHON_USEDEP}]
-       dev-python/pyyaml[${PYTHON_USEDEP}]
-       dev-python/packaging[${PYTHON_USEDEP}]
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       dev-python/six[${PYTHON_USEDEP}]
-       >=net-libs/nodejs-4.1
-       >=www-servers/tornado-4.3[${PYTHON_USEDEP}]
-       test? (
-               dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
-               dev-python/boto[${PYTHON_USEDEP}]
-               dev-python/colorama[${PYTHON_USEDEP}]
-               dev-python/flake8[${PYTHON_USEDEP}]
-               dev-python/pandas[${PYTHON_USEDEP}]
-               dev-python/pytest[${PYTHON_USEDEP}]
-               dev-python/flexx[${PYTHON_USEDEP}]
-               dev-python/mock[${PYTHON_USEDEP}]
-               dev-python/nbformat[${PYTHON_USEDEP}]
-               dev-python/pillow[${PYTHON_USEDEP}]
-               dev-python/pytest[${PYTHON_USEDEP}]
-               dev-python/pytest-cov[${PYTHON_USEDEP}]
-               dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
-               dev-python/pytest-xdist[${PYTHON_USEDEP}]
-               dev-python/selenium[${PYTHON_USEDEP}]
-               sci-libs/scipy[${PYTHON_USEDEP}]
-       )
-"
-
-python_compile() {
-       esetup.py build --build-js
-}
-
-python_test() {
-       cd "${BUILD_DIR}"/lib || die
-       py.test -m 'not (js or examples or integration)' -vv || die
-}
-
-python_install_all() {
-       if use examples; then
-               insinto "/usr/share/doc/${PF}/examples/"
-               doins examples/*
-       fi
-       distutils-r1_python_install_all
-}

diff --git a/dev-python/bokeh/metadata.xml b/dev-python/bokeh/metadata.xml
deleted file mode 100644
index da849fdc2a3..00000000000
--- a/dev-python/bokeh/metadata.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <maintainer type="project">
-    <email>s...@gentoo.org</email>
-    <name>Gentoo Science Project</name>
-  </maintainer>
-  <longdescription lang="en">
-  Bokeh is a Python interactive visualization library for large
-  datasets that natively uses the latest web technologies. Its goal is
-  to provide elegant, concise construction of novel graphics in the
-  style of Protovis/D3, while delivering high-performance
-  interactivity over large data to thin clients.
-</longdescription>
-  <upstream>
-    <remote-id type="pypi">bokeh</remote-id>
-    <remote-id type="github">ContinuumIO/bokeh</remote-id>
-    <maintainer status="unknown">
-      <email>i...@continuum.io</email>
-      <name>Continuum Analytics</name>
-    </maintainer>
-  </upstream>
-</pkgmetadata>

diff --git a/dev-python/flexx/Manifest b/dev-python/flexx/Manifest
deleted file mode 100644
index d08b62bebf1..00000000000
--- a/dev-python/flexx/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST flexx-0.4.1.tar.gz 287596 BLAKE2B 
768100f6ed38ea7639e79c23a74a2ba38c41e4450920be4c331c159fed92ee8fd143de28c33ac7eb2625717c2fd53b90571a0a9064b36e5c9be4883d6e71468d
 SHA512 
af9d84876d2c6b5f8b9fe7967dc282e4043456606c1574c10cfcd15a3f3d0d3f8f889a41ff254655eed06200b5d9c10fa27249343ee689ff62346031a4ed607b

diff --git a/dev-python/flexx/flexx-0.4.1.ebuild 
b/dev-python/flexx/flexx-0.4.1.ebuild
deleted file mode 100644
index f1afb8fce4c..00000000000
--- a/dev-python/flexx/flexx-0.4.1.ebuild
+++ /dev/null
@@ -1,24 +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
-
-DESCRIPTION="Pure Python toolkit for creating GUI's using web technology"
-HOMEPAGE="
-       https://flexx.readthedocs.org
-       https://github.com/flexxui/flexx
-       https://pypi.org/project/flexx/";
-SRC_URI="https://github.com/zoofIO//${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-
-#IUSE="doc test" broken tests
-IUSE=""
-RDEPEND="www-servers/tornado[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/dev-python/flexx/metadata.xml b/dev-python/flexx/metadata.xml
deleted file mode 100644
index 6fcf962567f..00000000000
--- a/dev-python/flexx/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <maintainer type="project">
-    <email>pyt...@gentoo.org</email>
-    <name>Python</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="pypi">flexx</remote-id>
-    <remote-id type="github">flexxui/flexx</remote-id>
-    <maintainer status="unknown">
-      <email>almar.kl...@gmail.com</email>
-      <name>Flexx contributors</name>
-    </maintainer>
-  </upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index f3fb966cf63..8d9ce93fa98 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -278,19 +278,6 @@ app-eselect/eselect-metasploit
 # Masked for testing
 >=dev-libs/gjs-1.64
 
-# Michał Górny <mgo...@gentoo.org> (2020-04-22)
-# Effectively unmaintained and stuck on Python 3.6.
-#
-# dev-python/bokeh does not work because of missing dependencies
-# (bug #607778).  It has no reverse dependencies
-#
-# dev-python/flexx tries to fetch data from Internet during build.
-# Its only revdep is dev-python/bokeh.
-#
-# Removal in 30 days.  Bug #607778.
-dev-python/bokeh
-dev-python/flexx
-
 # Michael Orlitzky <m...@gentoo.org> (2020-04-19)
 # Stuck on Python 3.6, support for which already required
 # backporting patches to a release from 2014. Upstream's git

Reply via email to