diff options
Diffstat (limited to 'dev-python/docstring-to-markdown')
-rw-r--r-- | dev-python/docstring-to-markdown/Manifest | 2 | ||||
-rw-r--r-- | dev-python/docstring-to-markdown/docstring-to-markdown-0.15.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/docstring-to-markdown/Manifest b/dev-python/docstring-to-markdown/Manifest index c40f5685c84c..65e9cc2b362c 100644 --- a/dev-python/docstring-to-markdown/Manifest +++ b/dev-python/docstring-to-markdown/Manifest @@ -1,3 +1,3 @@ DIST docstring-to-markdown-0.15.gh.tar.gz 29806 BLAKE2B 424cc74feb3e42bbd546495a998aba92b4df02b9d259c8b3e0fe704d860bb789825b5c1fde79211b675cee82e8c560359f54bf5311eb940a51c0b7c58dcbcf99 SHA512 100d84b6071609d774f2b3426804a32d88eb6e0a463d63003d8cee67f8e0ffb93dad54cfa2f18647dd5d1439459e4c217589c89737bc98e2ee2e11bb9f0871f6 -EBUILD docstring-to-markdown-0.15.ebuild 756 BLAKE2B 7451fc149cd844151f38ecf7f8300cbaf98181825381a8a371da1624d5727bc32ac4ed184bae99e09cc919ff3d40579dbebbe3b75ae134405e499b46095d7161 SHA512 aa5a6c309f76bfad966e1302a1dfc19141a60e90b12fecad1468e86b56e8e161d292328cc0468215350a2b18fadd407cc33e36ad4d613c175499d485ddd24339 +EBUILD docstring-to-markdown-0.15.ebuild 765 BLAKE2B e1769f9c0d737e86951647268892a395cb420e004411a9ba9438f912aeae3904437d66384fa7160d156e84e0fe0ca36b3e089a852d8f0230c417b8fc7c71e82a SHA512 1996ef7940afa84591d98662ade8bcb93a5c436dafbf8dffefac4cd4dcc9d7cffcacef49ff51694c5b4ee5f1978c66850c2bcf68e2ffaf8fa809fdb3216122bc MISC metadata.xml 421 BLAKE2B a6bf8b83336e2e1b67af703c3ddc6d68a5ce94a3477902a9f6d7d35f8a5635cad265365820548959ccf861a14c1c24d5bb2fd934a6fc297ca20182b5686c3ec5 SHA512 952b36476833618a51a6c05181213fb8598237157e887fb81369084db327fc360e827ff2393e00f99141efa2256ea0701ca17005ddd337661a6d9e8f81fd3494 diff --git a/dev-python/docstring-to-markdown/docstring-to-markdown-0.15.ebuild b/dev-python/docstring-to-markdown/docstring-to-markdown-0.15.ebuild index 0dd312f36823..986aacd05eb3 100644 --- a/dev-python/docstring-to-markdown/docstring-to-markdown-0.15.ebuild +++ b/dev-python/docstring-to-markdown/docstring-to-markdown-0.15.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 ) inherit distutils-r1 |