summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-16 17:31:41 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 17:31:41 +0100
commit251f0d6e586ba4c045860b012c782be1116999be (patch)
treef5709165393d016c771b52e9ee978b32c6c5b9f2 /dev-python
parentdev-python/sphinxcontrib-autoprogram: Remove old (diff)
downloadgentoo-251f0d6e586ba4c045860b012c782be1116999be.tar.gz
gentoo-251f0d6e586ba4c045860b012c782be1116999be.tar.bz2
gentoo-251f0d6e586ba4c045860b012c782be1116999be.zip
dev-python/sphinxcontrib-jquery: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/sphinxcontrib-jquery/Manifest1
-rw-r--r--dev-python/sphinxcontrib-jquery/sphinxcontrib-jquery-3.0.0.ebuild34
2 files changed, 0 insertions, 35 deletions
diff --git a/dev-python/sphinxcontrib-jquery/Manifest b/dev-python/sphinxcontrib-jquery/Manifest
index 9db94878d534..a97e0b50078b 100644
--- a/dev-python/sphinxcontrib-jquery/Manifest
+++ b/dev-python/sphinxcontrib-jquery/Manifest
@@ -1,2 +1 @@
-DIST jquery-3.0.0.gh.tar.gz 121750 BLAKE2B 5b160fa1434b111683824442a0ecb0da230dba7f29161495859845282e1b6471faa256be6fffc2d34c6fc97e4e188bb1247284613bf65bf322fcb77463b6cf83 SHA512 a681f42734f2925b597f8d90c7b90a3f6df9549d1c97195799670542c5eabdc4d4d4aecfef29f56bd74ffad18ab179cc47f27b8395c11388259473690601901a
DIST sphinxcontrib-jquery-4.1.tar.gz 122331 BLAKE2B 3f0ba80c20c13a6543968b0c7234fd86ba238fa723191956e6b125ae709db8a048d585815e6ddb152b3808bcc857bb43c025ffa722a18f74ab265a667c9574b7 SHA512 a686f59b973276e10bf6ece507d2c2f7ff26d46c3a4aef0884f359cb86a9b033bf0d5f1d1e22e0f7e4790dfb99be5ad7ffd8469193180b9ebe348c7ff3ed981c
diff --git a/dev-python/sphinxcontrib-jquery/sphinxcontrib-jquery-3.0.0.ebuild b/dev-python/sphinxcontrib-jquery/sphinxcontrib-jquery-3.0.0.ebuild
deleted file mode 100644
index d840bb90e679..000000000000
--- a/dev-python/sphinxcontrib-jquery/sphinxcontrib-jquery-3.0.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
-
-inherit distutils-r1
-
-MY_P=jquery-${PV}
-DESCRIPTION="Extension to include jQuery on newer Sphinx releases"
-HOMEPAGE="
- https://github.com/sphinx-contrib/jquery/
- https://pypi.org/project/sphinxcontrib.jquery/
-"
-SRC_URI="
- https://github.com/sphinx-contrib/jquery/archive/refs/tags/v${PV}.tar.gz
- -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-# MIT for jQuery
-LICENSE="0BSD MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-BDEPEND="
- test? (
- dev-python/sphinx[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest