From 8b4ace9c50842c5b83401ea7b179dcab940387e1 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 23 Sep 2020 10:22:15 +0100 Subject: gentoo resync : 23.09.2020 --- dev-python/sphinxcontrib-napoleon/Manifest | 3 -- dev-python/sphinxcontrib-napoleon/metadata.xml | 11 -------- .../sphinxcontrib-napoleon-0.6.1.ebuild | 33 ---------------------- 3 files changed, 47 deletions(-) delete mode 100644 dev-python/sphinxcontrib-napoleon/Manifest delete mode 100644 dev-python/sphinxcontrib-napoleon/metadata.xml delete mode 100644 dev-python/sphinxcontrib-napoleon/sphinxcontrib-napoleon-0.6.1.ebuild (limited to 'dev-python/sphinxcontrib-napoleon') diff --git a/dev-python/sphinxcontrib-napoleon/Manifest b/dev-python/sphinxcontrib-napoleon/Manifest deleted file mode 100644 index 77d32d34f999..000000000000 --- a/dev-python/sphinxcontrib-napoleon/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST sphinxcontrib-napoleon-0.6.1.tar.gz 20057 BLAKE2B fe56c257af9433ee10dc92f7a028d581ce0783143f1d187cedbc226a72d3a2af9b185cb528549b80f77749aea15484bdbea5d0bdb7d5b087ac952ed3b855e1ad SHA512 1809fcadf964622bd75cc3ae17aaad467b7003f82e6df4de039a0ba86daa5c5b199af0c185129e79d3c4f8738c0d6c2411950888969fee3bb32ecc8cdfbc84b0 -EBUILD sphinxcontrib-napoleon-0.6.1.ebuild 809 BLAKE2B 7beb2655c42771716b475f07376aa6db8cfaf945af40271a1f423c7a887f68b1a588423c871662a90397871c78d01386483f9bc9573c92873fc3e3028ccfa6c2 SHA512 0c37d226d20c9bd70ff20cf4cf5a0da9e05a485049313b0444f0f179fc83d51bb87aac201867bc7f86e44fc828f3463e489258f1feedd20746aff258e89e38e3 -MISC metadata.xml 346 BLAKE2B ade26e4c9a8a00f8fa091b1d12339d4803210a3eedab2e091fe9cb19cb9bda9defa3291b4baa3e2de4b04a144635e87e10b57872caab1707b62843d6414e9165 SHA512 7b97ddc38c9d50f07fdc4188d22425c6e8ef8dfeb8a874c5160ac39d76367ef9bbcf198da2d0de08a1e952bef588fd20f316fcb762bcf4dd9780b4ca00d45d68 diff --git a/dev-python/sphinxcontrib-napoleon/metadata.xml b/dev-python/sphinxcontrib-napoleon/metadata.xml deleted file mode 100644 index d208b433100e..000000000000 --- a/dev-python/sphinxcontrib-napoleon/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - klausman@gentoo.org - Tobias Klausmann - - - sphinxcontrib-napoleon - - diff --git a/dev-python/sphinxcontrib-napoleon/sphinxcontrib-napoleon-0.6.1.ebuild b/dev-python/sphinxcontrib-napoleon/sphinxcontrib-napoleon-0.6.1.ebuild deleted file mode 100644 index f973c17f4b7c..000000000000 --- a/dev-python/sphinxcontrib-napoleon/sphinxcontrib-napoleon-0.6.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="Allow a different format in dosctrings for better clarity" -HOMEPAGE="https://sphinxcontrib-napoleon.readthedocs.io/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 arm64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=" - >=dev-python/sphinx-1.2[${PYTHON_USEDEP}] -