diff options
| author | Michał Górny <mgorny@gentoo.org> | 2026-02-10 08:00:58 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2026-02-10 08:08:26 +0100 |
| commit | 554c2058ca6f3d26d29facbc753e42563bce4493 (patch) | |
| tree | 5ee2e1dd7fba4288dd683aeefbcf877379fbfaf7 /dev-python | |
| parent | fdd366ab6ce4283a4089f69cc0f24517521e4dc9 (diff) | |
| download | gentoo-554c2058ca6f3d26d29facbc753e42563bce4493.tar.gz gentoo-554c2058ca6f3d26d29facbc753e42563bce4493.tar.bz2 gentoo-554c2058ca6f3d26d29facbc753e42563bce4493.zip | |
dev-python/griffe: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/griffe/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/griffe/griffe-1.14.0.ebuild | 46 |
2 files changed, 0 insertions, 47 deletions
diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest index 9d0d68d699ee..4ae4858c17a1 100644 --- a/dev-python/griffe/Manifest +++ b/dev-python/griffe/Manifest @@ -1,2 +1 @@ -DIST griffe-1.14.0.gh.tar.gz 427024 BLAKE2B c28f692830e2ecaa64c6dcb94e9d4f72a68612894f7cde903a8952b6979e361dc21f7f95b92fafe7d918a252681c7ebfa53b29ce0620df2a24a6a8aa87a29669 SHA512 e293bbe788de84365add1674faf03ad9815241802ec358b218d1b14fb613b735d42e05531404bacf21aa14bd43e10e548933c7b13af188c3e88af488781a3f19 DIST griffe-1.15.0.gh.tar.gz 427423 BLAKE2B a8df8deab830589a46963cae03fa24ee64c5c06050b1dde3e5f0c7d8dd34764e6bccad5974f3c97fe45b67fd74aacc21afc9fdaba6aedc55f4319ce125379189 SHA512 9dc9d57dd88de7a5649639d3ce7b2bc37c5401ce82c7f6a769329ec51d97b9e97c9b2c9c3c0a399adeda66439b9842b26e8a4cbf44096a540af5e924484cce65 diff --git a/dev-python/griffe/griffe-1.14.0.ebuild b/dev-python/griffe/griffe-1.14.0.ebuild deleted file mode 100644 index 32b87cb97c1c..000000000000 --- a/dev-python/griffe/griffe-1.14.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=pdm-backend -PYTHON_COMPAT=( python3_{12..13} ) - -inherit distutils-r1 - -DESCRIPTION="Signature generator for Python programs" -HOMEPAGE=" - https://mkdocstrings.github.io/griffe/ - https://github.com/mkdocstrings/griffe/ - https://pypi.org/project/griffe/ -" -# Tests need files absent from the PyPI tarballs -SRC_URI=" - https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~riscv" - -RDEPEND=" - >=dev-python/colorama-0.4[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - >=dev-python/jsonschema-4.17[${PYTHON_USEDEP}] - >=dev-python/mkdocstrings-0.28.0[${PYTHON_USEDEP}] - ) -" - -EPYTEST_PLUGINS=() -distutils_enable_tests pytest - -EPYTEST_DESELECT=( - # fragile to installed packages - # (failed on PySide2 for me) - tests/test_stdlib.py::test_fuzzing_on_stdlib -) - -export PDM_BUILD_SCM_VERSION=${PV} |
