From d18bf1e01b65ee4bf0c804e2843b282d3d4e5d7c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 15 Jun 2021 14:57:03 +0100 Subject: gentoo resync : 15.06.2021 --- dev-python/sphinxcontrib-httpdomain/Manifest | 3 -- dev-python/sphinxcontrib-httpdomain/metadata.xml | 13 --------- .../sphinxcontrib-httpdomain-1.7.0.ebuild | 34 ---------------------- 3 files changed, 50 deletions(-) delete mode 100644 dev-python/sphinxcontrib-httpdomain/Manifest delete mode 100644 dev-python/sphinxcontrib-httpdomain/metadata.xml delete mode 100644 dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.7.0.ebuild (limited to 'dev-python/sphinxcontrib-httpdomain') diff --git a/dev-python/sphinxcontrib-httpdomain/Manifest b/dev-python/sphinxcontrib-httpdomain/Manifest deleted file mode 100644 index d92e44e4fecc..000000000000 --- a/dev-python/sphinxcontrib-httpdomain/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST sphinxcontrib-httpdomain-1.7.0.tar.gz 37493 BLAKE2B e34682029ed2f59cb8c70b2a5270a2f89c4cb08179fdf3a53c65f1ad23eebba71bff5385b5d3fd971a6e3341457b253e4187632a8bf856ca208843938bbde056 SHA512 8c6e40dfaa29a552164078fbc96de578b2aac269cb0ce5e228293a85f87c4db4ef8c902868caccaca709df938d4e3917cc77b3da9bd889b9c6f8c6fa242dcc0d -EBUILD sphinxcontrib-httpdomain-1.7.0.ebuild 899 BLAKE2B a01c70c3f1016ff94c89994db726ca04f475571e694b73b10a3ca7402ab114a0296958ca09b457cafabfca52647ec485e1cd8ef1ab19c98a745e5ed7a738c809 SHA512 dd557f3b42b697dce308b13cb733dfb0c3afb2ab1069f447bb47a58971cb9bc307e43614bd9d19fa6f9a8b391c12440f5756103ccd4abbae6857f443877fdfcb -MISC metadata.xml 416 BLAKE2B a412fd46598d56b545efab6a3896adb3bce081afd9606491c3938a4adf7fa0afb814f5ee78187a699d929f5fac30304e6fc7760faac60f6a2544bf78b44e3821 SHA512 9e83e7e02ed3b0c17694e1efbc446fafd29435c639e09c9975427fcfcf39588624f19a7af2d2c26b8a1308254163456c9da9e98e728b40825864d40c5cfefb00 diff --git a/dev-python/sphinxcontrib-httpdomain/metadata.xml b/dev-python/sphinxcontrib-httpdomain/metadata.xml deleted file mode 100644 index 5a53e8bed968..000000000000 --- a/dev-python/sphinxcontrib-httpdomain/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - python@gentoo.org - Python - - - - sphinxcontrib-httpdomain - sphinx-contrib/httpdomain - - diff --git a/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.7.0.ebuild b/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.7.0.ebuild deleted file mode 100644 index 7da59aab7b0c..000000000000 --- a/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.7.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) - -inherit distutils-r1 - -DESCRIPTION="Extension providing a Sphinx domain for describing RESTful HTTP APIs" -HOMEPAGE="https://github.com/sphinx-contrib/httpdomain - https://sphinxcontrib-httpdomain.readthedocs.io/" -SRC_URI="https://github.com/sphinx-contrib/httpdomain/archive/${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN#sphinxcontrib-}-${PV}" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux" - -RDEPEND=" - dev-python/sphinx[${PYTHON_USEDEP}] - dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/bottle[${PYTHON_USEDEP}] - )" - -distutils_enable_tests pytest - -python_install_all() { - distutils-r1_python_install_all - find "${ED}" -name '*.pth' -delete || die -} -- cgit v1.2.3