diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-03-07 20:28:08 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-03-07 20:48:00 +0100 |
commit | 383672ee3ff8ac4708b37d3a91ef8fbf061af1b6 (patch) | |
tree | bc7dc679daea44e512d56d09a8c9c45892c03406 /dev-python/docstring-to-markdown | |
parent | dev-python/xmlschema: Remove old (diff) | |
download | gentoo-383672ee3ff8ac4708b37d3a91ef8fbf061af1b6.tar.gz gentoo-383672ee3ff8ac4708b37d3a91ef8fbf061af1b6.tar.bz2 gentoo-383672ee3ff8ac4708b37d3a91ef8fbf061af1b6.zip |
dev-python/docstring-to-markdown: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/docstring-to-markdown')
3 files changed, 0 insertions, 66 deletions
diff --git a/dev-python/docstring-to-markdown/Manifest b/dev-python/docstring-to-markdown/Manifest index 03b34ff9d564..c4aaa545ad3f 100644 --- a/dev-python/docstring-to-markdown/Manifest +++ b/dev-python/docstring-to-markdown/Manifest @@ -1,3 +1 @@ -DIST docstring-to-markdown-0.13.gh.tar.gz 27375 BLAKE2B db68b5c90ef46a765baa41b5d3e286008cea3602d397d246c7ae3907afabf387c2b551affa3f39102fb0d2ca1479126051f49163918fa5c1cfa503ba6c40c107 SHA512 adaeff9c9c4359889757e80d91cbca1c85c6aa888b66824802828d247c09919877e416367f7334db5c944312b3c3468256c159e598c837718806f314aa11b8db -DIST docstring-to-markdown-0.14.gh.tar.gz 29619 BLAKE2B 5aa56a332408c7945cda35255b71096f4fbe2981a4496b90abd31f1e642b4daa80a76eca7dec8efb3e4b95ee4531b8438f66a55e319dc928d31ee79743336a61 SHA512 4317357ff0046e2d3a3b9a43c779dcf66a3dce473d9a9d21d9ef9b23ac7949e85e9fbb2408b58836706bcd099f63018be4907d2af773dbdf7ba944caab1ceddd DIST docstring-to-markdown-0.15.gh.tar.gz 29806 BLAKE2B 424cc74feb3e42bbd546495a998aba92b4df02b9d259c8b3e0fe704d860bb789825b5c1fde79211b675cee82e8c560359f54bf5311eb940a51c0b7c58dcbcf99 SHA512 100d84b6071609d774f2b3426804a32d88eb6e0a463d63003d8cee67f8e0ffb93dad54cfa2f18647dd5d1439459e4c217589c89737bc98e2ee2e11bb9f0871f6 diff --git a/dev-python/docstring-to-markdown/docstring-to-markdown-0.13.ebuild b/dev-python/docstring-to-markdown/docstring-to-markdown-0.13.ebuild deleted file mode 100644 index 5b9362e340f7..000000000000 --- a/dev-python/docstring-to-markdown/docstring-to-markdown-0.13.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="On the fly conversion of Python docstrings to markdown" -HOMEPAGE=" - https://github.com/python-lsp/docstring-to-markdown/ - https://pypi.org/project/docstring-to-markdown/ -" -SRC_URI=" - https://github.com/python-lsp/docstring-to-markdown/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 arm64 ~ppc64 x86" - -distutils_enable_tests pytest - -python_prepare_all() { - # Do not depend on pytest-cov/pytest-flake8 - sed -e '/--cov/d' -e '/--flake8/d' -i setup.cfg || die - - distutils-r1_python_prepare_all -} diff --git a/dev-python/docstring-to-markdown/docstring-to-markdown-0.14.ebuild b/dev-python/docstring-to-markdown/docstring-to-markdown-0.14.ebuild deleted file mode 100644 index 4d111a767604..000000000000 --- a/dev-python/docstring-to-markdown/docstring-to-markdown-0.14.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="On the fly conversion of Python docstrings to markdown" -HOMEPAGE=" - https://github.com/python-lsp/docstring-to-markdown/ - https://pypi.org/project/docstring-to-markdown/ -" -SRC_URI=" - https://github.com/python-lsp/docstring-to-markdown/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" - -distutils_enable_tests pytest - -python_prepare_all() { - # Do not depend on pytest-cov/pytest-flake8 - sed -e '/--cov/d' -e '/--flake8/d' -i setup.cfg || die - - distutils-r1_python_prepare_all -} |