commit: 2b0e7af25e6e1e93b882e5482e1ab68ad4149556 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Oct 21 06:30:17 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Oct 21 06:30:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b0e7af2
dev-python/flask-themes: Remove last-rited pkg Closes: https://bugs.gentoo.org/743259 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/flask-themes/Manifest | 1 - .../flask-themes-0.1.3_p20180112.ebuild | 53 ---------------------- dev-python/flask-themes/metadata.xml | 13 ------ profiles/package.mask | 5 -- 4 files changed, 72 deletions(-) diff --git a/dev-python/flask-themes/Manifest b/dev-python/flask-themes/Manifest deleted file mode 100644 index 36aa8b188ef..00000000000 --- a/dev-python/flask-themes/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST flask-themes-0.1.3_p20180112.tar.gz 35526 BLAKE2B 71c606b8d0f2d2edf65594904c2ae11ca9236bb9386452592dae347293803e6c613cb2223e92e58f4b8a4e3b20365b17520889d173cd0ceb2255f849ea216ee8 SHA512 e7adbf309b07690906700608963f2cc8dd0fffb3edb061a10dae3b9d40f9ba6c6a56661ae47d34d808798d4ed168376c32642b47cbbab186d587bbedf1eba722 diff --git a/dev-python/flask-themes/flask-themes-0.1.3_p20180112.ebuild b/dev-python/flask-themes/flask-themes-0.1.3_p20180112.ebuild deleted file mode 100644 index 6e0db063d00..00000000000 --- a/dev-python/flask-themes/flask-themes-0.1.3_p20180112.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( pypy3 python3_{6,7} ) - -inherit distutils-r1 - -MY_COMMIT="9eac2dcc9b81c3af29c2386ce1afba9b446562bf" - -DESCRIPTION="Infrastructure for theming support in Flask applications" -HOMEPAGE="https://pythonhosted.org/Flask-Themes/" -# https://github.com/maxcountryman/flask-themes/issues/8 -SRC_URI="https://github.com/maxcountryman/${PN}/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="doc test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-python/flask-0.6[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] -" -# No need to depend on dev-python/flask-sphinx-themes, -# it is bundled in docs/_themes -BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) - test? ( - ${RDEPEND} - dev-python/nose[${PYTHON_USEDEP}] - ) -" - -S="${WORKDIR}/${PN}-${MY_COMMIT}" - -python_prepare_all() { - sed -i "s/, 'sphinx.ext.intersphinx'//" docs/conf.py || die - distutils-r1_python_prepare_all -} - -python_compile_all() { - if use doc; then - sphinx-build docs docs/_build/html || die - HTML_DOCS=( docs/_build/html/. ) - fi -} - -python_test() { - nosetests -v || die "Tests failed under ${EPYTHON}" -} diff --git a/dev-python/flask-themes/metadata.xml b/dev-python/flask-themes/metadata.xml deleted file mode 100644 index 80f7efa3b1e..00000000000 --- a/dev-python/flask-themes/metadata.xml +++ /dev/null @@ -1,13 +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>Python</name> - </maintainer> - <upstream> - <remote-id type="pypi">Flask-Themes</remote-id> - <remote-id type="github">maxcountryman/flask-themes</remote-id> - <bugs-to>https://github.com/maxcountryman/flask-themes/issues</bugs-to> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index df27c5bb584..cca5e7ed873 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -210,11 +210,6 @@ net-wireless/gr-specest sci-libs/plotmm sci-physics/h2o-gtk -# Michał Górny <[email protected]> (2020-09-22) -# No activity since Jan 2019. Broken with current versions of werkzeug. -# Removal in 30 days. Bug #743259. -dev-python/flask-themes - # Michał Górny <[email protected]> (2020-09-09) # These packages (or package versions) still require Python 2.7. # They are either dead upstream, their Python 3 porting efforts are
