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/sphinx-notfound-page/
Date: Thu, 24 Jun 2021 08:20:50
Message-Id: 1624522830.b75dc64e65f601b48e2f369c03fdc48aec0c6507.mgorny@gentoo
1 commit: b75dc64e65f601b48e2f369c03fdc48aec0c6507
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 24 08:05:44 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 24 08:20:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b75dc64e
7
8 dev-python/sphinx-notfound-page: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/sphinx-notfound-page/Manifest | 1 -
13 .../sphinx-notfound-page-0.5.ebuild | 22 ----------------------
14 2 files changed, 23 deletions(-)
15
16 diff --git a/dev-python/sphinx-notfound-page/Manifest b/dev-python/sphinx-notfound-page/Manifest
17 index cc4d0a9ed9d..3198e87693f 100644
18 --- a/dev-python/sphinx-notfound-page/Manifest
19 +++ b/dev-python/sphinx-notfound-page/Manifest
20 @@ -1,2 +1 @@
21 -DIST sphinx-notfound-page-0.5.tar.gz 47806 BLAKE2B 4715bed7509970f9198a0c666a568ca403157ad0704d0e1d17d222e6e8dc7adefab3922a4b79e056d20034463d5f034cba8c7b65248569a46866a964abec7e70 SHA512 a48cf4bcc755687c9e02482727ab2c28abe314118cef775e6b5625e2db67e4040745740c3c9fd88206bf050f1621ef20ffb0262ec614c11497ef030f9fb675a3
22 DIST sphinx-notfound-page-0.7.1.gh.tar.gz 50670 BLAKE2B b438413585fce3623451015d873242de3e6d7c466aa06b0b6398d7e337d2a0d3c2041973b1f1c8491b1f382d8e87a2da00b6a97e3a857b60cb345e715d2aa27b SHA512 f2894b19f8ccee22ac7f6e3a34f8270923e8cc4b2182d490e6ec46477460555de9b67b0075f74cc089b0b9e7474c6db9373d107d272d161d98a3c5609edfa7a0
23
24 diff --git a/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.5.ebuild b/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.5.ebuild
25 deleted file mode 100644
26 index 3387b66e004..00000000000
27 --- a/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.5.ebuild
28 +++ /dev/null
29 @@ -1,22 +0,0 @@
30 -# Copyright 2019-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( pypy3 python3_{7,8,9} )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Create a custom 404 page with absolute URLs hardcoded."
40 -HOMEPAGE="https://sphinx-notfound-page.readthedocs.io/"
41 -# PyPI tarballs lack tests
42 -# https://github.com/readthedocs/sphinx-notfound-page/pull/110
43 -SRC_URI="https://github.com/readthedocs/sphinx-notfound-page/archive/${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="MIT"
46 -SLOT="0"
47 -KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~x64-macos"
48 -
49 -RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
50 -
51 -distutils_enable_tests pytest