From 2df2e0ebc717aa53904c920c1a361423dfc3a5f7 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 3 Apr 2024 08:13:59 +0100 Subject: gentoo auto-resync : 03:04:2024 - 08:13:58 --- dev-python/mkdocstrings-python/Manifest | 2 ++ .../mkdocstrings-python-1.9.2.ebuild | 40 ++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 dev-python/mkdocstrings-python/mkdocstrings-python-1.9.2.ebuild (limited to 'dev-python/mkdocstrings-python') diff --git a/dev-python/mkdocstrings-python/Manifest b/dev-python/mkdocstrings-python/Manifest index c6c6bf6bff76..25adb5a49705 100644 --- a/dev-python/mkdocstrings-python/Manifest +++ b/dev-python/mkdocstrings-python/Manifest @@ -1,5 +1,7 @@ DIST mkdocstrings-python-1.8.0.gh.tar.gz 146162 BLAKE2B cd247b18de00dd4a53c287ec6d72461b0d0c2c95d49b20c24ce81d4304b92d48b8c8df78f35ad4749c928440ceddb4524ac64fcf3c99a50c18cbdaff9057f27a SHA512 5084df08a7d341b2e3ea93454706c38e2f29229122e6f2a277967c21c899d945cf4f6ae299782d8f6edffb48c1e23778ce445fb353727f2d5ceada74428ab3b9 DIST mkdocstrings-python-1.9.0.gh.tar.gz 148843 BLAKE2B d84527c1eb03da4a1e154c8e592f91530cd3f90603063e1fcb0dc88cd0f9c5459a64d116c38154ffaaa557b6e298e28d51948c56979d87819de2665efa51bc30 SHA512 c6652f6027e3e416906b379b824bb59032439cb275a62a8bb0fd1f06324d485f582db5464358166f7b1545809bf929744cd3b96707e2c50132c2db5f3fa41785 +DIST mkdocstrings-python-1.9.2.gh.tar.gz 149558 BLAKE2B 334843c268e308473baf4fc4f37b1a49db600cb4c033456f2a392b2f77e1fbd8e703982b56dea373e9946a5b55efcb236c36e6aa11bd792005ad6b9f4da4d693 SHA512 ac5f2acbc18ec8a07506acb8f9914549fb6d9d0128204efda69e94ee2a4b6d6763567b253374946e740dbaaf3dd3adabc09e56c5db69ff78fa7981931731c5c0 EBUILD mkdocstrings-python-1.8.0.ebuild 866 BLAKE2B d8118f6db7a39fcb902ef9d323113ac9e5ff236f1a385332c5caae57f8b418f2cea7ef14f68c74f01a0f77dcc44466ba8bb8c28d356bd273f977d8c48f257c9e SHA512 ee796e0c8ddc1119e72d38ff0966b0c48eda8a293857ab760b08c4b4734992503572ea27b6ff1b3bf0b2dbcda2e6c9a176315366be8c45de6fb5cdb58ff7b7d4 EBUILD mkdocstrings-python-1.9.0.ebuild 910 BLAKE2B b73e920a89547860ce338bea112db9d6215d9a02bccbdea48131e351a8d8998f3833be50d22fa060db2a79f68120c0521df438e98020b874ce8e0148921264ab SHA512 78d06df78c108c2e7671d21fe84d037ef4763d6ff23878cdbe5f105dc79b61b7615f7dd33421e70a264a6d8a991091f4ac19abc1a4eb7b78c04e7858b22ed0ca +EBUILD mkdocstrings-python-1.9.2.ebuild 875 BLAKE2B c29a4a8944f460fe52eb7f4665cf7af6c0ea5040be07ff94425a442739a17eb1709f67ca8d2b45ad86d61d85a98676d7dbe098fb47602419440d842c8f7f81b8 SHA512 4573cadc61fc02ca4056bb01568fe843f19196b4dca8783426fb143fcafeac2ddcc88a0bfa7ddf649060082214d129f613063ea3b16af9dae4b1027fb3fb0fdd MISC metadata.xml 411 BLAKE2B 0ac98abc8de945139a73e2083e8c04df749bd8c0c26c446df65218057182391ae025885fa5c5bde2d1139dde9916aa3baa0426d70b57326563c3fdaf466a20d8 SHA512 c7ec032c8ae7197452714dc2b541ccad1cf84d7844dafc4e7581ffb00c62c0fd2c38d453e62a7706d74d2d20146acdf1e99e502ab8bd8976acfd6f5a605e1c56 diff --git a/dev-python/mkdocstrings-python/mkdocstrings-python-1.9.2.ebuild b/dev-python/mkdocstrings-python/mkdocstrings-python-1.9.2.ebuild new file mode 100644 index 000000000000..6968de273ffb --- /dev/null +++ b/dev-python/mkdocstrings-python/mkdocstrings-python-1.9.2.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..12} ) +DISTUTILS_USE_PEP517=pdm-backend + +inherit distutils-r1 + +DESCRIPTION="Python handler for dev-python/mkdocstrings" +HOMEPAGE=" + https://mkdocstrings.github.io/python/ + https://github.com/mkdocstrings/python/ + https://pypi.org/project/mkdocstrings-python/ +" +# Tests need files absent from the PyPI tarballs +SRC_URI=" + https://github.com/mkdocstrings/python/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" +S="${WORKDIR}/python-${PV}" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~riscv" + +RDEPEND=" + >=dev-python/griffe-0.37[${PYTHON_USEDEP}] + >=dev-python/mkdocstrings-0.24.2[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/mkdocs-material[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +export PDM_BUILD_SCM_VERSION=${PV} -- cgit v1.2.3