commit: b68c48a534b38c25d45dac217b304c6b42883b78 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Tue Apr 13 13:01:33 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Tue Apr 13 13:01:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b68c48a5
dev-python/sphinx-autodoc-typehints: drop old Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> dev-python/sphinx-autodoc-typehints/Manifest | 1 - .../sphinx-autodoc-typehints-1.10.3.ebuild | 44 ---------------------- 2 files changed, 45 deletions(-) diff --git a/dev-python/sphinx-autodoc-typehints/Manifest b/dev-python/sphinx-autodoc-typehints/Manifest index cb4041713..30290e7ea 100644 --- a/dev-python/sphinx-autodoc-typehints/Manifest +++ b/dev-python/sphinx-autodoc-typehints/Manifest @@ -1,2 +1 @@ -DIST sphinx-autodoc-typehints-1.10.3.tar.gz 16396 BLAKE2B 5621e6225fa8f97f61a3e7ad387631bc524bd4cd236a184e88431dd044dbf208b042882a150a88372f7bdd613d06de980a5b6685ed1814c6b0c7c1a27079f715 SHA512 170fd6cea10d730eefeef4e2e4de985119dbcde06d43181bb522ec31923ddc49dd7757ca623c820e2e5008198ef9b522d70e08c0c6ff5349921f1777b797bddb DIST sphinx-autodoc-typehints-1.11.1.tar.gz 17361 BLAKE2B 2ea3c3cd19c2bcb6c6dcc8c37ef60e977a852c29337f34f090d54cd1b2a7525f32dbef83c369042fc28a555f340231f3754bc301bb5056c40de9915da94fa8e4 SHA512 ac6b15247496ef2e284be57cf715972865859b1f3c51a7548aca07d7ded9dd53e75114064cd5a8c66539ef2cee983e1a3213570baa09b5c3ced594893e14bc38 diff --git a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.10.3.ebuild b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.10.3.ebuild deleted file mode 100644 index 9cd677bec..000000000 --- a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.10.3.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_7 ) - -inherit distutils-r1 - -DESCRIPTION="Type hints support for the Sphinx autodoc extension " -HOMEPAGE=" - https://github.com/agronholm/sphinx-autodoc-typehints - https://pypi.org/project/sphinx-autodoc-typehints -" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -KEYWORDS="~amd64 ~x86" -SLOT="0" - -BDEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]" - -RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]" - -DEPEND="test? ( - dev-python/sphobjinv[${PYTHON_USEDEP}] - dev-python/typing-extensions[${PYTHON_USEDEP}] - )" - -distutils_enable_tests pytest - -python_prepare_all() { - # skip these tests - sed -i -e 's:test_parse_annotation:_&:' \ - -e 's:test_format_annotation:_&:' \ - -e 's:test_format_annotation_both_libs:_&:' \ - -e 's:test_sphinx_output:_&:' \ - -e 's:test_format_annotation_both_libs:_&:' \ - -e 's:test_format_annotation_both_libs:_&:' \ - -e 's:test_format_annotation_both_libs:_&:' \ - tests/test_sphinx_autodoc_typehints.py || die - - distutils-r1_python_prepare_all -}
