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: Tue, 11 Jan 2022 22:03:08
Message-Id: 1641938572.074530f3d4c2d000f2642fb1150fc430fb181961.mgorny@gentoo
1 commit: 074530f3d4c2d000f2642fb1150fc430fb181961
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 11 22:02:52 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 11 22:02:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=074530f3
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.7.1.ebuild | 24 ----------------------
14 2 files changed, 25 deletions(-)
15
16 diff --git a/dev-python/sphinx-notfound-page/Manifest b/dev-python/sphinx-notfound-page/Manifest
17 index ff3a784b7248..161349ee007d 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.7.1.gh.tar.gz 50670 BLAKE2B b438413585fce3623451015d873242de3e6d7c466aa06b0b6398d7e337d2a0d3c2041973b1f1c8491b1f382d8e87a2da00b6a97e3a857b60cb345e715d2aa27b SHA512 f2894b19f8ccee22ac7f6e3a34f8270923e8cc4b2182d490e6ec46477460555de9b67b0075f74cc089b0b9e7474c6db9373d107d272d161d98a3c5609edfa7a0
22 DIST sphinx-notfound-page-0.8.gh.tar.gz 57650 BLAKE2B e57634ba9a7faf81e6ee8d9b082d96742b580606f2e2fd559842049ba2e80bcb44bb6bd7a9c7eed6038e4c3ddb0416e32fceb4d47a72b8a600443e0020ff33d6 SHA512 eeb5b8da24ecb8f9814540a126f08204ae623705068608c2ee32a4f90303bdaab5f3934bdc36dd06dff047beb0225603f8cfc9b736769836385837047a36a674
23
24 diff --git a/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.7.1.ebuild b/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.7.1.ebuild
25 deleted file mode 100644
26 index 3a02f9688bd8..000000000000
27 --- a/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.7.1.ebuild
28 +++ /dev/null
29 @@ -1,24 +0,0 @@
30 -# Copyright 2019-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( pypy3 python3_{8..10} )
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="
44 - https://github.com/readthedocs/sphinx-notfound-page/archive/${PV}.tar.gz
45 - -> ${P}.gh.tar.gz"
46 -
47 -LICENSE="MIT"
48 -SLOT="0"
49 -KEYWORDS="amd64 arm arm64 ppc ~ppc64 ~riscv x86 ~x64-macos"
50 -
51 -RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
52 -
53 -distutils_enable_tests pytest