Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-notfound-page/
Date: Mon, 14 Sep 2020 10:20:16
Message-Id: 1600078800.c534153630f733a6962380de1eeedaa402ceb0e4.sbraz@gentoo
1 commit: c534153630f733a6962380de1eeedaa402ceb0e4
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 14 09:46:37 2020 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 14 10:20:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5341536
7
8 dev-python/sphinx-notfound-page: v0.5, Py3.8+3.9, tests, fix deps
9
10 Package-Manager: Portage-3.0.6, Repoman-3.0.1
11 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
12
13 dev-python/sphinx-notfound-page/Manifest | 1 +
14 .../sphinx-notfound-page-0.5.ebuild | 22 ++++++++++++++++++++++
15 2 files changed, 23 insertions(+)
16
17 diff --git a/dev-python/sphinx-notfound-page/Manifest b/dev-python/sphinx-notfound-page/Manifest
18 index 9c50f6bfa67..5225d10cfeb 100644
19 --- a/dev-python/sphinx-notfound-page/Manifest
20 +++ b/dev-python/sphinx-notfound-page/Manifest
21 @@ -1 +1,2 @@
22 DIST sphinx-notfound-page-0.4.tar.gz 5685 BLAKE2B 0bfc6cf98e0731a5cc95f1802dad1e7297ed764a626831b970d75d82ec0f7d6edb45c404851ea13bf38decc39aabf0e3dd6b136714a591e8ab595f11e23e67cd SHA512 56e867e6954f26da498b77e8fa43e8d62961ab33ee9c16d2084745dd54a998df51c7d882a47560196135d2fb4d473f7305ef19b31373bc205f8eaf0d3d4946f0
23 +DIST sphinx-notfound-page-0.5.tar.gz 47806 BLAKE2B 4715bed7509970f9198a0c666a568ca403157ad0704d0e1d17d222e6e8dc7adefab3922a4b79e056d20034463d5f034cba8c7b65248569a46866a964abec7e70 SHA512 a48cf4bcc755687c9e02482727ab2c28abe314118cef775e6b5625e2db67e4040745740c3c9fd88206bf050f1621ef20ffb0262ec614c11497ef030f9fb675a3
24
25 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
26 new file mode 100644
27 index 00000000000..6fef53b3f91
28 --- /dev/null
29 +++ b/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.5.ebuild
30 @@ -0,0 +1,22 @@
31 +# Copyright 2019-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Create a custom 404 page with absolute URLs hardcoded."
41 +HOMEPAGE="https://sphinx-notfound-page.readthedocs.io/"
42 +# PyPI tarballs lack tests
43 +# https://github.com/readthedocs/sphinx-notfound-page/pull/110
44 +SRC_URI="https://github.com/readthedocs/sphinx-notfound-page/archive/${PV}.tar.gz -> ${P}.tar.gz"
45 +
46 +LICENSE="MIT"
47 +SLOT="0"
48 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos"
49 +
50 +RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
51 +
52 +distutils_enable_tests pytest