commit:     a5fe71f4f0128a1af1dcd26923373bd1baa76cf2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 25 06:47:06 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 25 07:51:32 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5fe71f4

dev-python/griffe: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/griffe/Manifest            |  1 -
 dev-python/griffe/griffe-1.5.6.ebuild | 49 -----------------------------------
 2 files changed, 50 deletions(-)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index e02e8ea12c51..a0fb48567068 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -1,2 +1 @@
-DIST griffe-1.5.6.gh.tar.gz 393058 BLAKE2B 
f1c425e2f256e14e19e1b9c0e93e46d3fdcc79c82285c2163cacafc2dc0ff326805222f7097f28d7690ffbbd248733603387b3db16c068d581979bc18447fa11
 SHA512 
a65ed6569503e4b2b57bd7779e3f8b3d46266cf4c0dceeddf6b60db6479d417bb9527a99968e2913b153e45ed9f060d47c2497863daac6b413c10baf95756590
 DIST griffe-1.5.7.gh.tar.gz 393455 BLAKE2B 
d294a62e131ce5276c52e3f11adef5081c10131156cdb3c112761569d3776091e1c1dfea445252cc3595572baf1caab416ff510d89f84a4511d147f1aa36b762
 SHA512 
cfea773780a645f92f8ad32b0f2e682561f63cf3082f2e24bd1f944f1a907b35db15883cb7df726d34e03373e73fe5e855f3d00a455cc01cac265bced822b4ed

diff --git a/dev-python/griffe/griffe-1.5.6.ebuild 
b/dev-python/griffe/griffe-1.5.6.ebuild
deleted file mode 100644
index b90f3d687486..000000000000
--- a/dev-python/griffe/griffe-1.5.6.ebuild
+++ /dev/null
@@ -1,49 +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_{10..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}]
-       $(python_gen_cond_dep '
-               >=dev-python/backports-strenum-1.3[${PYTHON_USEDEP}]
-       ' 3.10)
-"
-BDEPEND="
-       test? (
-               >=dev-python/jsonschema-4.17[${PYTHON_USEDEP}]
-               dev-python/mkdocstrings[${PYTHON_USEDEP}]
-               >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-export PDM_BUILD_SCM_VERSION=${PV}
-
-EPYTEST_DESELECT=(
-       # fragile to installed packages
-       # (failed on PySide2 for me)
-       tests/test_stdlib.py::test_fuzzing_on_stdlib
-)

Reply via email to