Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-bootstrap/
Date: Sun, 29 Dec 2019 13:06:43
Message-Id: 1577624767.8ec40a41bf7159b4e8bc2c97a6168faa0f84e93a.soap@gentoo
1 commit: 8ec40a41bf7159b4e8bc2c97a6168faa0f84e93a
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 29 13:06:07 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 29 13:06:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ec40a41
7
8 dev-python/flask-bootstrap: Remove old
9
10 Package-Manager: Portage-2.3.83, Repoman-2.3.20
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 dev-python/flask-bootstrap/Manifest | 2 -
14 .../flask-bootstrap/flask-bootstrap-3.3.6.0.ebuild | 58 ----------------------
15 .../flask-bootstrap/flask-bootstrap-3.3.7.0.ebuild | 58 ----------------------
16 3 files changed, 118 deletions(-)
17
18 diff --git a/dev-python/flask-bootstrap/Manifest b/dev-python/flask-bootstrap/Manifest
19 index 73768be6ddb..a12ffb71dee 100644
20 --- a/dev-python/flask-bootstrap/Manifest
21 +++ b/dev-python/flask-bootstrap/Manifest
22 @@ -1,3 +1 @@
23 -DIST flask-bootstrap-3.3.6.0.tar.gz 489779 BLAKE2B ad35fbdbb8ce9700cf23759c3ebff11952ce5ba5c25628877fb7e7ec2032ac2e885579d8d9ffdd639abc842d7b7f06e40f695ab933aabbb09a2da300027ee787 SHA512 4cf08a6fd75185fdf5c89783cf8610d74835bf9dc07bd83b36819147bd40cf0e10d20f563a5fc5b8e799e2b87f1e80ad896c76930ca1bc72f74a94818ac708c8
24 -DIST flask-bootstrap-3.3.7.0.tar.gz 490438 BLAKE2B a254525eaa2a71abdd3d2a9964e79c734c59e73bc5fd7c3084c8ef4c74d07585b1af4421ea3ea5905a017708387c10fdcd76220be8da946f670f1fcc4020387b SHA512 0c7950d633d88f2e71eab444760229efde324b5169bc774215db4a5cd816d4b8eee8b5d55a68921330b2018d4ae57aafefa6e66cefa0ee822260103cf42143e6
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.6.0.ebuild b/dev-python/flask-bootstrap/flask-bootstrap-3.3.6.0.ebuild
28 deleted file mode 100644
29 index ff09b8f2fdc..00000000000
30 --- a/dev-python/flask-bootstrap/flask-bootstrap-3.3.6.0.ebuild
31 +++ /dev/null
32 @@ -1,58 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -PYTHON_COMPAT=( python3_5 )
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/visitor[${PYTHON_USEDEP}]
57 - dev-python/wtforms[${PYTHON_USEDEP}]
58 -"
59 -DEPEND="
60 - dev-python/setuptools[${PYTHON_USEDEP}]
61 - test? (
62 - dev-python/flask-appconfig[${PYTHON_USEDEP}]
63 - dev-python/flask-debug[${PYTHON_USEDEP}]
64 - dev-python/flask-nav[${PYTHON_USEDEP}]
65 - dev-python/flask-wtf[${PYTHON_USEDEP}]
66 - dev-python/pytest-runner[${PYTHON_USEDEP}]
67 - dev-python/pytest[${PYTHON_USEDEP}]
68 - ${RDEPEND}
69 - )
70 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
71 -"
72 -
73 -python_prepare_all() {
74 - sed -i "s/, 'sphinx.ext.intersphinx'//" docs/conf.py || die
75 - distutils-r1_python_prepare_all
76 -}
77 -
78 -python_compile_all() {
79 - use doc && emake -C docs html
80 -}
81 -
82 -python_test() {
83 - # Skip one test which requires network access
84 - py.test -k "not test_versions_match" || die "Tests failed with ${EPYTHON}"
85 -}
86 -
87 -python_install_all() {
88 - use doc && local HTML_DOCS=( docs/_build/html/. )
89 - distutils-r1_python_install_all
90 -}
91
92 diff --git a/dev-python/flask-bootstrap/flask-bootstrap-3.3.7.0.ebuild b/dev-python/flask-bootstrap/flask-bootstrap-3.3.7.0.ebuild
93 deleted file mode 100644
94 index ff09b8f2fdc..00000000000
95 --- a/dev-python/flask-bootstrap/flask-bootstrap-3.3.7.0.ebuild
96 +++ /dev/null
97 @@ -1,58 +0,0 @@
98 -# Copyright 1999-2019 Gentoo Authors
99 -# Distributed under the terms of the GNU General Public License v2
100 -
101 -EAPI=6
102 -PYTHON_COMPAT=( python3_5 )
103 -
104 -inherit distutils-r1
105 -
106 -DESCRIPTION="An extension that includes Bootstrap in your project, without boilerplate code"
107 -HOMEPAGE="https://pythonhosted.org/Flask-Bootstrap/"
108 -# PyPI tarballs don't include tests
109 -# https://github.com/mbr/flask-bootstrap/pull/134
110 -SRC_URI="https://github.com/mbr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
111 -
112 -LICENSE="BSD"
113 -SLOT="0"
114 -KEYWORDS="~amd64 ~x86"
115 -IUSE="doc test"
116 -RESTRICT="!test? ( test )"
117 -
118 -RDEPEND="
119 - dev-python/dominate[${PYTHON_USEDEP}]
120 - dev-python/flask[${PYTHON_USEDEP}]
121 - dev-python/visitor[${PYTHON_USEDEP}]
122 - dev-python/wtforms[${PYTHON_USEDEP}]
123 -"
124 -DEPEND="
125 - dev-python/setuptools[${PYTHON_USEDEP}]
126 - test? (
127 - dev-python/flask-appconfig[${PYTHON_USEDEP}]
128 - dev-python/flask-debug[${PYTHON_USEDEP}]
129 - dev-python/flask-nav[${PYTHON_USEDEP}]
130 - dev-python/flask-wtf[${PYTHON_USEDEP}]
131 - dev-python/pytest-runner[${PYTHON_USEDEP}]
132 - dev-python/pytest[${PYTHON_USEDEP}]
133 - ${RDEPEND}
134 - )
135 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
136 -"
137 -
138 -python_prepare_all() {
139 - sed -i "s/, 'sphinx.ext.intersphinx'//" docs/conf.py || die
140 - distutils-r1_python_prepare_all
141 -}
142 -
143 -python_compile_all() {
144 - use doc && emake -C docs html
145 -}
146 -
147 -python_test() {
148 - # Skip one test which requires network access
149 - py.test -k "not test_versions_match" || die "Tests failed with ${EPYTHON}"
150 -}
151 -
152 -python_install_all() {
153 - use doc && local HTML_DOCS=( docs/_build/html/. )
154 - distutils-r1_python_install_all
155 -}