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-nav/
Date: Sun, 17 Oct 2021 08:23:38
Message-Id: 1634458995.8b3281e7a96f3138641cb60d745092a4135b1fdf.mgorny@gentoo
1 commit: 8b3281e7a96f3138641cb60d745092a4135b1fdf
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 17 08:16:24 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 17 08:23:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b3281e7
7
8 dev-python/flask-nav: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/flask-nav/flask-nav-0.6-r2.ebuild | 28 ----------------------------
13 1 file changed, 28 deletions(-)
14
15 diff --git a/dev-python/flask-nav/flask-nav-0.6-r2.ebuild b/dev-python/flask-nav/flask-nav-0.6-r2.ebuild
16 deleted file mode 100644
17 index b4065c08eec..00000000000
18 --- a/dev-python/flask-nav/flask-nav-0.6-r2.ebuild
19 +++ /dev/null
20 @@ -1,28 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -PYTHON_COMPAT=( pypy3 python3_{7,8,9} )
27 -
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="Easily create navigation for Flask applications."
31 -HOMEPAGE="https://pythonhosted.org/flask-nav/"
32 -# docs are missing from PyPI tarballs
33 -# https://github.com/mbr/flask-nav/pull/12
34 -SRC_URI="https://github.com/mbr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
35 -
36 -LICENSE="MIT"
37 -SLOT="0"
38 -KEYWORDS="~amd64 ~x86"
39 -
40 -RDEPEND="
41 - dev-python/dominate[${PYTHON_USEDEP}]
42 - dev-python/flask[${PYTHON_USEDEP}]
43 - dev-python/markupsafe[${PYTHON_USEDEP}]
44 - dev-python/visitor[${PYTHON_USEDEP}]
45 -"
46 -
47 -distutils_enable_tests pytest
48 -distutils_enable_sphinx docs dev-python/alabaster