Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-bootstrap/, profiles/
Date: Sat, 23 May 2020 09:46:05
Message-Id: 1590227056.0bf915ce1aa9aa5222e9c6fd9654f3b2885eafff.mgorny@gentoo
1 commit: 0bf915ce1aa9aa5222e9c6fd9654f3b2885eafff
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 23 09:44:16 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat May 23 09:44:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bf915ce
7
8 dev-python/flask-bootstrap: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/718832
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/flask-bootstrap/Manifest | 1 -
14 .../flask-bootstrap/flask-bootstrap-3.3.7.1.ebuild | 59 ----------------------
15 dev-python/flask-bootstrap/metadata.xml | 13 -----
16 profiles/package.mask | 5 --
17 4 files changed, 78 deletions(-)
18
19 diff --git a/dev-python/flask-bootstrap/Manifest b/dev-python/flask-bootstrap/Manifest
20 deleted file mode 100644
21 index a12ffb71dee..00000000000
22 --- a/dev-python/flask-bootstrap/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST flask-bootstrap-3.3.7.1.tar.gz 490821 BLAKE2B 48773fa1632a9b34284af90924d0d7c6bbe06e43c30b09e72747072d4cdead88a08a1d95a661548709cc46cb9d9c9c017835cd6537ec1a23993fe79cfef31662 SHA512 010c71f69a95cb51afb449d1b43cb345ad23815ea89b368281f721a2af13cf2c143d67b586114898450d8e7fec413f45ff042cfca3dc1183cb0f50566e39fdc3
26
27 diff --git a/dev-python/flask-bootstrap/flask-bootstrap-3.3.7.1.ebuild b/dev-python/flask-bootstrap/flask-bootstrap-3.3.7.1.ebuild
28 deleted file mode 100644
29 index 253b8637e98..00000000000
30 --- a/dev-python/flask-bootstrap/flask-bootstrap-3.3.7.1.ebuild
31 +++ /dev/null
32 @@ -1,59 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -PYTHON_COMPAT=( python3_6 )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="An extension that includes Bootstrap in your project, without boilerplate code"
42 -HOMEPAGE="https://pythonhosted.org/Flask-Bootstrap/"
43 -# PyPI tarballs don't include tests
44 -# https://github.com/mbr/flask-bootstrap/pull/134
45 -SRC_URI="https://github.com/mbr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
46 -
47 -LICENSE="BSD"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86"
50 -IUSE="doc test"
51 -RESTRICT="!test? ( test )"
52 -
53 -RDEPEND="
54 - dev-python/dominate[${PYTHON_USEDEP}]
55 - dev-python/flask[${PYTHON_USEDEP}]
56 - dev-python/markupsafe[${PYTHON_USEDEP}]
57 - dev-python/visitor[${PYTHON_USEDEP}]
58 - dev-python/wtforms[${PYTHON_USEDEP}]
59 -"
60 -DEPEND="
61 - dev-python/setuptools[${PYTHON_USEDEP}]
62 - test? (
63 - dev-python/flask-appconfig[${PYTHON_USEDEP}]
64 - dev-python/flask-debug[${PYTHON_USEDEP}]
65 - dev-python/flask-nav[${PYTHON_USEDEP}]
66 - dev-python/flask-wtf[${PYTHON_USEDEP}]
67 - dev-python/pytest[${PYTHON_USEDEP}]
68 - ${RDEPEND}
69 - )
70 - doc? (
71 - dev-python/alabaster[${PYTHON_USEDEP}]
72 - dev-python/sphinx[${PYTHON_USEDEP}]
73 - )
74 -"
75 -
76 -python_prepare_all() {
77 - sed -i "s/, 'sphinx.ext.intersphinx'//" docs/conf.py || die
78 - distutils-r1_python_prepare_all
79 -}
80 -
81 -python_compile_all() {
82 - if use doc; then
83 - sphinx-build docs docs/_build/html || die
84 - HTML_DOCS=( docs/_build/html/. )
85 - fi
86 -}
87 -
88 -python_test() {
89 - # Skip one test which requires network access
90 - py.test -k "not test_versions_match" || die "Tests failed with ${EPYTHON}"
91 -}
92
93 diff --git a/dev-python/flask-bootstrap/metadata.xml b/dev-python/flask-bootstrap/metadata.xml
94 deleted file mode 100644
95 index b3dc8b3897d..00000000000
96 --- a/dev-python/flask-bootstrap/metadata.xml
97 +++ /dev/null
98 @@ -1,13 +0,0 @@
99 -<?xml version="1.0" encoding="UTF-8"?>
100 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
101 -<pkgmetadata>
102 - <maintainer type="person">
103 - <email>sbraz@g.o</email>
104 - <name>Louis Sautier</name>
105 - </maintainer>
106 - <upstream>
107 - <remote-id type="pypi">flask-bootstrap</remote-id>
108 - <remote-id type="github">mbr/flask-bootstrap</remote-id>
109 - <bugs-to>https://github.com/mbr/flask-bootstrap/issues</bugs-to>
110 - </upstream>
111 -</pkgmetadata>
112
113 diff --git a/profiles/package.mask b/profiles/package.mask
114 index 15d335bfc49..8a8e403cfe5 100644
115 --- a/profiles/package.mask
116 +++ b/profiles/package.mask
117 @@ -493,11 +493,6 @@ dev-python/dexml
118 # Removal in 30 days. Bug #718638.
119 dev-python/demjson
120
121 -# Louis Sautier <sbraz@g.o> (2020-04-20)
122 -# No revdeps, no release in 3 years, doesn't support Bootstrap 4.
123 -# Removal in 30 days. Bug #718832
124 -dev-python/flask-bootstrap
125 -
126 # Michael Orlitzky <mjo@g.o> (2020-04-19)
127 # Stuck on Python 3.6, support for which already required
128 # backporting patches to a release from 2014. Upstream's git