From fab95e98818bada1626a7723a1348f4e920d25e0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 26 Feb 2024 17:40:44 +0000 Subject: gentoo auto-resync : 26:02:2024 - 17:40:44 --- dev-python/mkdocstrings-python/Manifest | 2 -- .../mkdocstrings-python-1.7.5.ebuild | 40 ---------------------- 2 files changed, 42 deletions(-) delete mode 100644 dev-python/mkdocstrings-python/mkdocstrings-python-1.7.5.ebuild (limited to 'dev-python/mkdocstrings-python') diff --git a/dev-python/mkdocstrings-python/Manifest b/dev-python/mkdocstrings-python/Manifest index 429477dbb343..331967edafd9 100644 --- a/dev-python/mkdocstrings-python/Manifest +++ b/dev-python/mkdocstrings-python/Manifest @@ -1,5 +1,3 @@ -DIST mkdocstrings-python-1.7.5.gh.tar.gz 140386 BLAKE2B dec768e60ca09befe8f790bf211960222b45319cdbf00a97c072cb18b42ccfd71ac41079a7a0bdb9a94ff562181290d309a3e69f3cebc4f7b86e05553381d655 SHA512 6d595b777d4ff1661301fda7fa198bdafb7f62b356bdf5e579b808dda1f33a8f29e266be0bf51da52bc41cbbf3b0544a65750fc67d545b3dae7634798d0f3bf9 DIST mkdocstrings-python-1.8.0.gh.tar.gz 146162 BLAKE2B cd247b18de00dd4a53c287ec6d72461b0d0c2c95d49b20c24ce81d4304b92d48b8c8df78f35ad4749c928440ceddb4524ac64fcf3c99a50c18cbdaff9057f27a SHA512 5084df08a7d341b2e3ea93454706c38e2f29229122e6f2a277967c21c899d945cf4f6ae299782d8f6edffb48c1e23778ce445fb353727f2d5ceada74428ab3b9 -EBUILD mkdocstrings-python-1.7.5.ebuild 866 BLAKE2B affb428e0ab63da89862b8b00e072dc81e783c16f341b47b52b36d988add52c00b1eb89f444ad5f70286d829b2b7220fbceb2f9a1e04c8e347c93904d196ad7b SHA512 ecadc9cd043356d982cfeb526640a93577f62ed745570277265c0d06a210015b763b45c5c21b848de73937298ce3ab87452ab90601962c27dd64144041e9fdf1 EBUILD mkdocstrings-python-1.8.0.ebuild 866 BLAKE2B d8118f6db7a39fcb902ef9d323113ac9e5ff236f1a385332c5caae57f8b418f2cea7ef14f68c74f01a0f77dcc44466ba8bb8c28d356bd273f977d8c48f257c9e SHA512 ee796e0c8ddc1119e72d38ff0966b0c48eda8a293857ab760b08c4b4734992503572ea27b6ff1b3bf0b2dbcda2e6c9a176315366be8c45de6fb5cdb58ff7b7d4 MISC metadata.xml 411 BLAKE2B 0ac98abc8de945139a73e2083e8c04df749bd8c0c26c446df65218057182391ae025885fa5c5bde2d1139dde9916aa3baa0426d70b57326563c3fdaf466a20d8 SHA512 c7ec032c8ae7197452714dc2b541ccad1cf84d7844dafc4e7581ffb00c62c0fd2c38d453e62a7706d74d2d20146acdf1e99e502ab8bd8976acfd6f5a605e1c56 diff --git a/dev-python/mkdocstrings-python/mkdocstrings-python-1.7.5.ebuild b/dev-python/mkdocstrings-python/mkdocstrings-python-1.7.5.ebuild deleted file mode 100644 index 2559c63067c4..000000000000 --- a/dev-python/mkdocstrings-python/mkdocstrings-python-1.7.5.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2023 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[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/mkdocs-material[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -export PDM_BUILD_SCM_VERSION=${PV} -- cgit v1.2.3