diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:57:42 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:57:42 +0100 |
commit | 1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch) | |
tree | e48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-python/sphinxcontrib-napoleon | |
parent | d87262dd706fec50cd150aab3e93883b6337466d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/sphinxcontrib-napoleon')
5 files changed, 0 insertions, 98 deletions
diff --git a/dev-python/sphinxcontrib-napoleon/Manifest b/dev-python/sphinxcontrib-napoleon/Manifest deleted file mode 100644 index a97eaa025897..000000000000 --- a/dev-python/sphinxcontrib-napoleon/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -AUX no_installed_tests.patch 354 BLAKE2B ef607927f008c407b28ee361dd1bd0b95243cfb8501b7babffe53e6b6f900fe607ccec49130e2333c5f16c8ff2c1b57905aac106ba81b6c19d8aea981bcb5e23 SHA512 94bce4612ec269d10dbc74823a7c3cb6d37787b738aa99c31afab4bf6137449358d61ca9bc63d5eb450e1921eca6cdbce15abff88d91ce11ffeab2213d25af7e -DIST sphinxcontrib-napoleon-0.5.2.tar.gz 24939 BLAKE2B 80735db4176019b164a60c6327600246949a6dd892c161d35ca8046ff669fdcd68661083bfdd94400b8e32a3eb89bfede31bc569df1b17a37ac28071392020bc SHA512 5f8d31c4ce66a042aa0c79ec06b7592539154bd7a397c1898db0cbed15b9891c908bb1d51334ef0b759e5d44ac99cf124616f0e4b3a1b1253f0f92312c949a8c -DIST sphinxcontrib-napoleon-0.6.1.tar.gz 20057 BLAKE2B fe56c257af9433ee10dc92f7a028d581ce0783143f1d187cedbc226a72d3a2af9b185cb528549b80f77749aea15484bdbea5d0bdb7d5b087ac952ed3b855e1ad SHA512 1809fcadf964622bd75cc3ae17aaad467b7003f82e6df4de039a0ba86daa5c5b199af0c185129e79d3c4f8738c0d6c2411950888969fee3bb32ecc8cdfbc84b0 -EBUILD sphinxcontrib-napoleon-0.5.2.ebuild 988 BLAKE2B 921bbbaea43e76d1953cbd8647bec0f1b825682a0f09817ce6ee253a68e0f1d971dca77ac93e186494a3213e91d001451a03af9f32d03bc6a14b5929df3ecbe8 SHA512 cf2739dd133e76df76883bc0ea351285e01d3a1abda9633c0b1d784934fabbc7b4a5649e02cc0e256aaa776344001d28dbd5a0dd2eb0e3abfe6c8e6c5e5c4c5f -EBUILD sphinxcontrib-napoleon-0.6.1.ebuild 823 BLAKE2B 4a04156a5381820c5931ca64a017275b766c102821b5763e5a68672214fe979de7db320bb6e2762e4e1f3744f182a99718d3adc7282332d4a396302004d88caa SHA512 005fc890980561c90a89817cdffc16c18d45d2466d65935340e2e9ffa4336d77206548fcbee5e6c4ecbc1b222077e2c20951fbf888712cbd654a696db57c908c -MISC metadata.xml 346 BLAKE2B ade26e4c9a8a00f8fa091b1d12339d4803210a3eedab2e091fe9cb19cb9bda9defa3291b4baa3e2de4b04a144635e87e10b57872caab1707b62843d6414e9165 SHA512 7b97ddc38c9d50f07fdc4188d22425c6e8ef8dfeb8a874c5160ac39d76367ef9bbcf198da2d0de08a1e952bef588fd20f316fcb762bcf4dd9780b4ca00d45d68 diff --git a/dev-python/sphinxcontrib-napoleon/files/no_installed_tests.patch b/dev-python/sphinxcontrib-napoleon/files/no_installed_tests.patch deleted file mode 100644 index 20ba790b8523..000000000000 --- a/dev-python/sphinxcontrib-napoleon/files/no_installed_tests.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2016-08-03 16:43:35.775261808 +0200 -+++ setup.py 2016-08-03 16:43:56.126054227 +0200 -@@ -43,7 +43,7 @@ - 'Framework :: Sphinx :: Extension', - ], - platforms='any', -- packages=find_packages(), -+ packages=["sphinxcontrib"], - include_package_data=True, - install_requires=reqs, - test_suite='nose.collector', 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 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>klausman@gentoo.org</email> - <name>Tobias Klausmann</name> - </maintainer> - <upstream> - <remote-id type="pypi">sphinxcontrib-napoleon</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/sphinxcontrib-napoleon/sphinxcontrib-napoleon-0.5.2.ebuild b/dev-python/sphinxcontrib-napoleon/sphinxcontrib-napoleon-0.5.2.ebuild deleted file mode 100644 index 145c2615b33b..000000000000 --- a/dev-python/sphinxcontrib-napoleon/sphinxcontrib-napoleon-0.5.2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{4,5} ) - -inherit distutils-r1 - -DESCRIPTION="Allow a different format in dosctrings for better clarity" -HOMEPAGE="https://pypi.org/project/sphinxcontrib-napoleon/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -IUSE=test - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - >=dev-python/six-1.5.2[${PYTHON_USEDEP}] - >=dev-python/pockets-0.3[${PYTHON_USEDEP}] - test? ( >=dev-python/coverage-3.6[${PYTHON_USEDEP}] - >=dev-python/docutils-0.10[${PYTHON_USEDEP}] - >=dev-python/flake8-2.0[${PYTHON_USEDEP}] - >=dev-python/mock-1.0.1[${PYTHON_USEDEP}] - >=dev-python/nose-1.3.0[${PYTHON_USEDEP}] - >=dev-python/sphinx-1.2.1[${PYTHON_USEDEP}] - ) -" -src_prepare() { - epatch "${FILESDIR}/no_installed_tests.patch" || die -} - -python_test() { - nosetests tests || die "tests failed with ${EPYTHON}" -} 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 7816e405392f..000000000000 --- a/dev-python/sphinxcontrib-napoleon/sphinxcontrib-napoleon-0.6.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{4,5,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 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=" - >=dev-python/sphinx-1.2[${PYTHON_USEDEP}] - <dev-python/sphinx-1.33[${PYTHON_USEDEP}] - dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}] -" -DEPEND=" - dev-python/pockets[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] -" - -python_install_all() { - distutils-r1_python_install_all - find "${ED}" -name '*.pth' -delete || die -} |