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: profiles/, dev-python/flask-appconfig/
Date: Wed, 07 Oct 2020 07:28:11
Message-Id: 1602055675.2b28884c93cdebf5b025fec6521814c429e17756.mgorny@gentoo
1 commit: 2b28884c93cdebf5b025fec6521814c429e17756
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 7 07:26:42 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 7 07:27:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b28884c
7
8 dev-python/flask-appconfig: Remove last-rited pkg
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/flask-appconfig/Manifest | 1 -
13 .../flask-appconfig-0.11.1-r1.ebuild | 54 ----------------------
14 dev-python/flask-appconfig/metadata.xml | 13 ------
15 profiles/package.mask | 5 --
16 4 files changed, 73 deletions(-)
17
18 diff --git a/dev-python/flask-appconfig/Manifest b/dev-python/flask-appconfig/Manifest
19 deleted file mode 100644
20 index c4ebe695477..00000000000
21 --- a/dev-python/flask-appconfig/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST flask-appconfig-0.11.1.tar.gz 14545 BLAKE2B 71cb3252707ee546aaa16ed36f1c605c5e90d49070a64aa381f23fcc1fa9147724a8794b8530738115c3b0505537487c63b3131c586b4383884b58f6141cd515 SHA512 9ebc42be5ef247b1f14b85f7b65600a1595ecdc70e792c0cd495347254b07675a3b7a306df8d2f2663626ceafa4ce7700f6f26cd0f1bcd974ba6bbab293847ee
25
26 diff --git a/dev-python/flask-appconfig/flask-appconfig-0.11.1-r1.ebuild b/dev-python/flask-appconfig/flask-appconfig-0.11.1-r1.ebuild
27 deleted file mode 100644
28 index 9ea5d50ed6a..00000000000
29 --- a/dev-python/flask-appconfig/flask-appconfig-0.11.1-r1.ebuild
30 +++ /dev/null
31 @@ -1,54 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -PYTHON_COMPAT=( pypy3 python3_{6,7} )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Configures Flask applications in a canonical way"
41 -HOMEPAGE="https://github.com/mbr/flask-appconfig"
42 -# PyPI tarballs don't include tests
43 -# https://github.com/mbr/flask-appconfig/pull/4
44 -SRC_URI="https://github.com/mbr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
45 -
46 -LICENSE="MIT"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~x86"
49 -IUSE="doc test"
50 -RESTRICT="!test? ( test )"
51 -
52 -RDEPEND="
53 - dev-python/click[${PYTHON_USEDEP}]
54 - dev-python/flask[${PYTHON_USEDEP}]
55 - dev-python/six[${PYTHON_USEDEP}]
56 -"
57 -DEPEND="
58 - dev-python/setuptools[${PYTHON_USEDEP}]
59 - doc? (
60 - dev-python/alabaster[${PYTHON_USEDEP}]
61 - dev-python/sphinx[${PYTHON_USEDEP}]
62 - )
63 - test? (
64 - ${RDEPEND}
65 - dev-python/pytest[${PYTHON_USEDEP}]
66 - )
67 -"
68 -
69 -python_prepare_all() {
70 - sed -i "s/, 'sphinx.ext.intersphinx'//" docs/conf.py || die
71 - # These conflict with recent flask versions, #589548
72 - sed -i '/entry_points={/,/},$/d' setup.py || die
73 - distutils-r1_python_prepare_all
74 -}
75 -
76 -python_compile_all() {
77 - if use doc; then
78 - sphinx-build docs docs/_build/html || die
79 - HTML_DOCS=( docs/_build/html/. )
80 - fi
81 -}
82 -
83 -python_test() {
84 - pytest -vv || die "Tests failed with ${EPYTHON}"
85 -}
86
87 diff --git a/dev-python/flask-appconfig/metadata.xml b/dev-python/flask-appconfig/metadata.xml
88 deleted file mode 100644
89 index 0f9d841b060..00000000000
90 --- a/dev-python/flask-appconfig/metadata.xml
91 +++ /dev/null
92 @@ -1,13 +0,0 @@
93 -<?xml version="1.0" encoding="UTF-8"?>
94 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
95 -<pkgmetadata>
96 - <maintainer type="person">
97 - <email>sbraz@g.o</email>
98 - <name>Louis Sautier</name>
99 - </maintainer>
100 - <upstream>
101 - <remote-id type="pypi">flask-appconfig</remote-id>
102 - <remote-id type="github">mbr/flask-appconfig</remote-id>
103 - <bugs-to>https://github.com/mbr/flask-appconfig/issues</bugs-to>
104 - </upstream>
105 -</pkgmetadata>
106
107 diff --git a/profiles/package.mask b/profiles/package.mask
108 index 7a961fc09eb..b80ebc627aa 100644
109 --- a/profiles/package.mask
110 +++ b/profiles/package.mask
111 @@ -556,11 +556,6 @@ www-servers/cherokee
112 # Removal in ~30 days. Bug #740868.
113 dev-python/mini-amf
114
115 -# Louis Sautier <sbraz@g.o> (2020-09-04)
116 -# Masked for removal in 30 days, no revdeps. Dependency of
117 -# previously removed dev-python/flask-bootstrap
118 -dev-python/flask-appconfig
119 -
120 # Arfrever Frehtes Taifersar Arahesis <arfrever.fta@×××××.com> (2020-09-01)
121 # Mismatched version (bug #695022). Masked to force upgrade to 2.0.4_pre20200306162733.
122 # (Mask should remain after ebuilds are deleted, until 2021-03-01 or