summaryrefslogtreecommitdiff
path: root/dev-python/docstring-to-markdown
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-08 06:15:27 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-08 06:15:27 +0000
commit268f9f01921ccb921b794d43092c5f29c1e96c56 (patch)
tree07329b3a8cb5d315182a2ec2b2f4a4b36374724d /dev-python/docstring-to-markdown
parente3a48e635527f3e2d2254e9631f7a5758df9c3fb (diff)
gentoo auto-resync : 08:01:2023 - 06:15:27
Diffstat (limited to 'dev-python/docstring-to-markdown')
-rw-r--r--dev-python/docstring-to-markdown/Manifest2
-rw-r--r--dev-python/docstring-to-markdown/docstring-to-markdown-0.10.ebuild26
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-python/docstring-to-markdown/Manifest b/dev-python/docstring-to-markdown/Manifest
index c1ee64ff8a8e..38e11207d9a2 100644
--- a/dev-python/docstring-to-markdown/Manifest
+++ b/dev-python/docstring-to-markdown/Manifest
@@ -1,5 +1,3 @@
-DIST docstring-to-markdown-0.10.gh.tar.gz 24732 BLAKE2B 8e45db90642a1426da138807d4f8b8147fbf125160463a094f5adfc8e0d76f75b39493560df7cadf39e9b63c1e01763867fff38aac6454d4d7bc7ebea8d873f8 SHA512 cb716fbaa8311bd563f9275eb64bb67d2870803a6c6c6ffce7b15b672260b46359008dc9ff80a99fee3033f3105fdfd77d7a248e7d8a22df695af820eba8e319
DIST docstring-to-markdown-0.11.gh.tar.gz 25349 BLAKE2B ea5c5d568146422826075bddc1acfe64ebe9d8c2a1631aae2afc50e99e380b038becc8f589097b329c80287fb2308dc3ce4c898252eb45086a893c74fa7a7aeb SHA512 6f593628f1dc49897359f7366ee7cb380e5f5e68f6cefd16f349eb470df62804c8f20d679484b987dbb33155e2c97ee98c6759e17ebb1ca38499ea5e984baede
-EBUILD docstring-to-markdown-0.10.ebuild 695 BLAKE2B b90fb8c9a6e7e7ccb67074e3009cf6688fcdb738d34d64a9a07cdd5a7ff9bf19ce7b934909a957c80d84aff41fbe7a6f35c15410dc6f655b74f79c56f78bba94 SHA512 8f2bae2d8f72a13938e98a55d1e16533809bed7e29c6fa976c85249b6bb15bc1c28159ee0de8ab336de13513b291d341eb902a1f3210fffa8724721090450056
EBUILD docstring-to-markdown-0.11.ebuild 700 BLAKE2B 89086cd58fa7e86cc1b369b1b0db5d01ed69a25df53e10a6a339d56fc9393ece4bcdff9ef630879afe7c46ba3a3f629ec1cd3faf3d41a94fafc029ef513df1e8 SHA512 e4c9e46a3d05839c72b2f34297d9b246f7603433bbdb3e969bb7eaece8886f3b164b1b55181774d6253da9cb5d340e4ba7c1047dd38792975f7fc11a0354d1db
MISC metadata.xml 421 BLAKE2B a6bf8b83336e2e1b67af703c3ddc6d68a5ce94a3477902a9f6d7d35f8a5635cad265365820548959ccf861a14c1c24d5bb2fd934a6fc297ca20182b5686c3ec5 SHA512 952b36476833618a51a6c05181213fb8598237157e887fb81369084db327fc360e827ff2393e00f99141efa2256ea0701ca17005ddd337661a6d9e8f81fd3494
diff --git a/dev-python/docstring-to-markdown/docstring-to-markdown-0.10.ebuild b/dev-python/docstring-to-markdown/docstring-to-markdown-0.10.ebuild
deleted file mode 100644
index ce6902342c41..000000000000
--- a/dev-python/docstring-to-markdown/docstring-to-markdown-0.10.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="On the fly conversion of Python docstrings to markdown"
-HOMEPAGE="https://github.com/python-lsp/docstring-to-markdown"
-SRC_URI="https://github.com/python-lsp/docstring-to-markdown/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 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
-}