From e9d044d4b9b71200a96adfa280848858c0f468c9 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 13 Nov 2021 13:10:00 +0000 Subject: gentoo resync : 13.11.2021 --- dev-python/sphinx-notfound-page/Manifest | 2 ++ .../sphinx-notfound-page-0.8.ebuild | 23 ++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 dev-python/sphinx-notfound-page/sphinx-notfound-page-0.8.ebuild (limited to 'dev-python/sphinx-notfound-page') diff --git a/dev-python/sphinx-notfound-page/Manifest b/dev-python/sphinx-notfound-page/Manifest index 9de1dbfc2cc3..bb22bfe63d57 100644 --- a/dev-python/sphinx-notfound-page/Manifest +++ b/dev-python/sphinx-notfound-page/Manifest @@ -1,3 +1,5 @@ DIST sphinx-notfound-page-0.7.1.gh.tar.gz 50670 BLAKE2B b438413585fce3623451015d873242de3e6d7c466aa06b0b6398d7e337d2a0d3c2041973b1f1c8491b1f382d8e87a2da00b6a97e3a857b60cb345e715d2aa27b SHA512 f2894b19f8ccee22ac7f6e3a34f8270923e8cc4b2182d490e6ec46477460555de9b67b0075f74cc089b0b9e7474c6db9373d107d272d161d98a3c5609edfa7a0 +DIST sphinx-notfound-page-0.8.gh.tar.gz 57650 BLAKE2B e57634ba9a7faf81e6ee8d9b082d96742b580606f2e2fd559842049ba2e80bcb44bb6bd7a9c7eed6038e4c3ddb0416e32fceb4d47a72b8a600443e0020ff33d6 SHA512 eeb5b8da24ecb8f9814540a126f08204ae623705068608c2ee32a4f90303bdaab5f3934bdc36dd06dff047beb0225603f8cfc9b736769836385837047a36a674 EBUILD sphinx-notfound-page-0.7.1.ebuild 655 BLAKE2B 829c77623d1cc7963556fe48d87a1d67e99c19950c30f417893bd2b08f3951fbae4fd425f2c43bb4e66b64fec298141f14344f43080893ff69dcb91b4ace98cc SHA512 2054fef0e7b36075fae61ab2865775680641c7a2d94c05cbcb9173d6847e71bbed8d6bb94351fed13cd7b2a1174a692fcc4365516dd8367040aa9f9c6c6dbe19 +EBUILD sphinx-notfound-page-0.8.ebuild 657 BLAKE2B 2fbaadf004acf60f4a0b3e54a2b54451b4042f85017a4c7b1970bbcedbdbaa97ef245145164846f1ec82ae15377082d9778eda9483f991bd600d056bc9ea00a3 SHA512 ff0b4fcc3f632f5a17b19c6238d892c5a5cf64bc62083035c8a19c5ffb535837672cda5068f0df1951ce3decbdc244ca72b5903585395af14fe8c82c7a8b29d7 MISC metadata.xml 651 BLAKE2B 7b4c1c58782b6a1e6118744d4933d8bfc1391fef578350f9622dddfb911a4319be8fc2cd2a297d5ac84bb97249d520a1cb740ed00d6314cb3cbf1dce5c119dfd SHA512 4b531fde722c6f0f0709405669efe61cfe2fd14e52f627ee67001b81d5268444b226630f55c6dc6a149ea86699379289368826429754abbad6cdaf36f1f4a673 diff --git a/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.8.ebuild b/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.8.ebuild new file mode 100644 index 000000000000..67ffc6d4279c --- /dev/null +++ b/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.8.ebuild @@ -0,0 +1,23 @@ +# Copyright 2019-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( pypy3 python3_{8..10} ) +inherit distutils-r1 + +DESCRIPTION="Create a custom 404 page with absolute URLs hardcoded." +HOMEPAGE="https://sphinx-notfound-page.readthedocs.io/" +# PyPI tarballs lack tests +# https://github.com/readthedocs/sphinx-notfound-page/pull/110 +SRC_URI=" + https://github.com/readthedocs/sphinx-notfound-page/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos" + +RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest -- cgit v1.2.3