From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/
Date: Fri, 21 Mar 2025 04:12:24 +0000 (UTC) [thread overview]
Message-ID: <1742530338.75d72a038e5d627e978f3836fe450feea9c10a0b.mgorny@gentoo> (raw)
commit: 75d72a038e5d627e978f3836fe450feea9c10a0b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 21 03:41:23 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 21 04:12:18 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75d72a03
dev-python/griffe: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/griffe/Manifest | 2 -
dev-python/griffe/griffe-1.6.0.ebuild | 70 -----------------------------------
dev-python/griffe/griffe-1.6.1.ebuild | 70 -----------------------------------
3 files changed, 142 deletions(-)
diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index cf53b7202221..0aa73c43cc0e 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -1,3 +1 @@
-DIST griffe-1.6.0.gh.tar.gz 393773 BLAKE2B 62f1ed8109353013e2ef10bf32359dc66c467641b62ff0ecceb49718cafc773c5aab2cc151797e023dbff96f476e8b67d3bd7f5b664e3f5d6ea96f20e1744b60 SHA512 8ce0565ba8c43afb262d7e65b2eab369b10a57d4855a226a83ffea60bd83d7f624d5f15876c51dd20861ba5d652c012245bd55dd87dd0beeda75305f26f330bf
-DIST griffe-1.6.1.gh.tar.gz 394343 BLAKE2B 0ec76016c2701e08e4f0f8061e31aad830fb209f37c2a175d17bd28ecb533f60e59196ebd5c3c60869ac7fdf6579ee10cc66a7adeddd51da10a95e5aceded856 SHA512 eb62f6e77937dc8dd740cd0d77b7f0157a5be310d5813c9f3e26787bb8d1776a5318e0e8d917693b9bb3a42c0ea8715367752328b1c9306e594b1f6ba535d8d0
DIST griffe-1.6.2.gh.tar.gz 394448 BLAKE2B 4a3b6d8bb2443fd9a03589167eb6fd1db7ecb0a52b8e3fa3003aebaddfbf402a65cc3111a1b975606da1984044029a46df7c9eb0105eea998534c5bb7fce3efb SHA512 a8afd98d309a2cdbb12e6e83e00fc0a151ab287a15b69a16c86ed16020f66c60e249a5860960365f6605c3a284b69b9b8aba56b53376d1a097ab61006ed1402e
diff --git a/dev-python/griffe/griffe-1.6.0.ebuild b/dev-python/griffe/griffe-1.6.0.ebuild
deleted file mode 100644
index 115d0beb002b..000000000000
--- a/dev-python/griffe/griffe-1.6.0.ebuild
+++ /dev/null
@@ -1,70 +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=( pypy3 pypy3_11 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-0.28.0[${PYTHON_USEDEP}]
- >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-export PDM_BUILD_SCM_VERSION=${PV}
-
-python_test() {
- local EPYTEST_DESELECT=(
- # fragile to installed packages
- # (failed on PySide2 for me)
- tests/test_stdlib.py::test_fuzzing_on_stdlib
- )
-
- case ${EPYTHON} in
- pypy3.11)
- EPYTEST_DESELECT+=(
- # https://github.com/pypy/pypy/issues/5226
- tests/test_inspector.py::test_inspecting_objects_from_private_builtin_stdlib_moduless
- )
- ;&
- pypy3*)
- EPYTEST_DESELECT+=(
- # tries importing CPython-specific modules
- # https://github.com/mkdocstrings/griffe/issues/362
- tests/test_loader.py::test_load_builtin_modules
- )
- ;;
- esac
-
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- epytest
-}
diff --git a/dev-python/griffe/griffe-1.6.1.ebuild b/dev-python/griffe/griffe-1.6.1.ebuild
deleted file mode 100644
index 115d0beb002b..000000000000
--- a/dev-python/griffe/griffe-1.6.1.ebuild
+++ /dev/null
@@ -1,70 +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=( pypy3 pypy3_11 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-0.28.0[${PYTHON_USEDEP}]
- >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-export PDM_BUILD_SCM_VERSION=${PV}
-
-python_test() {
- local EPYTEST_DESELECT=(
- # fragile to installed packages
- # (failed on PySide2 for me)
- tests/test_stdlib.py::test_fuzzing_on_stdlib
- )
-
- case ${EPYTHON} in
- pypy3.11)
- EPYTEST_DESELECT+=(
- # https://github.com/pypy/pypy/issues/5226
- tests/test_inspector.py::test_inspecting_objects_from_private_builtin_stdlib_moduless
- )
- ;&
- pypy3*)
- EPYTEST_DESELECT+=(
- # tries importing CPython-specific modules
- # https://github.com/mkdocstrings/griffe/issues/362
- tests/test_loader.py::test_load_builtin_modules
- )
- ;;
- esac
-
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- epytest
-}
next reply other threads:[~2025-03-21 4:12 UTC|newest]
Thread overview: 104+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-21 4:12 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-20 18:17 [gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/ Arthur Zamarin
2025-03-19 7:32 Michał Górny
2025-03-19 7:32 Michał Górny
2025-03-02 3:07 Michał Górny
2025-02-25 8:47 Michał Górny
2025-02-25 8:14 Michał Górny
2025-02-25 7:51 Michał Górny
2025-02-25 7:51 Michał Górny
2025-02-12 4:16 Michał Górny
2025-02-12 4:16 Michał Górny
2025-01-31 5:40 Michał Górny
2025-01-31 5:40 Michał Górny
2025-01-17 4:33 Michał Górny
2025-01-17 4:33 Michał Górny
2024-12-27 5:24 Michał Górny
2024-12-27 5:24 Michał Górny
2024-10-18 15:52 Arthur Zamarin
2024-10-18 4:29 Michał Górny
2024-10-18 4:29 Michał Górny
2024-10-12 4:59 Michał Górny
2024-10-12 4:59 Michał Górny
2024-10-02 11:22 Michał Górny
2024-09-13 3:12 Michał Górny
2024-09-13 3:12 Michał Górny
2024-09-10 16:28 Michał Górny
2024-09-10 16:28 Michał Górny
2024-08-24 5:52 Michał Górny
2024-08-21 3:14 Michał Górny
2024-08-17 16:55 Michał Górny
2024-08-17 16:55 Michał Górny
2024-08-17 16:55 Michał Górny
2024-08-16 19:19 Michał Górny
2024-08-16 18:51 Arthur Zamarin
2024-08-15 3:47 Michał Górny
2024-07-17 17:20 Jakov Smolić
2024-07-16 7:28 Michał Górny
2024-07-16 5:30 Michał Górny
2024-07-16 5:30 Michał Górny
2024-06-28 11:38 Michał Górny
2024-06-19 4:36 Michał Górny
2024-06-19 4:36 Michał Górny
2024-06-18 4:45 Michał Górny
2024-06-17 2:52 Michał Górny
2024-06-17 2:52 Michał Górny
2024-06-10 1:52 Michał Górny
2024-06-10 1:52 Michał Górny
2024-05-24 4:03 Michał Górny
2024-05-19 6:02 Michał Górny
2024-05-17 18:24 Michał Górny
2024-05-17 18:24 Michał Górny
2024-05-13 2:12 Michał Górny
2024-04-20 5:40 Michał Górny
2024-04-20 5:40 Michał Górny
2024-04-19 2:44 Michał Górny
2024-04-19 2:44 Michał Górny
2024-04-16 6:46 Michał Górny
2024-03-12 5:13 Michał Górny
2024-03-05 5:18 Michał Górny
2024-03-04 6:31 Michał Górny
2024-03-01 18:33 Michał Górny
2024-02-26 17:48 Michał Górny
2024-02-08 18:56 Michał Górny
2024-01-31 6:59 Michał Górny
2024-01-20 7:09 Michał Górny
2024-01-17 7:41 Michał Górny
2023-12-30 18:28 Michał Górny
2023-12-06 17:44 Arthur Zamarin
2023-11-13 17:40 Michał Górny
2023-11-12 19:20 Michał Górny
2023-11-12 19:20 Michał Górny
2023-10-27 2:44 Michał Górny
2023-10-26 0:31 Marek Szuba
2023-10-26 0:31 Marek Szuba
2023-10-17 18:57 Michał Górny
2023-10-17 3:03 Michał Górny
2023-10-09 13:59 Michał Górny
2023-09-28 17:08 Michał Górny
2023-09-28 17:08 Michał Górny
2023-09-10 17:25 Arthur Zamarin
2023-09-05 5:54 Michał Górny
2023-09-02 3:22 Michał Górny
2023-08-28 5:13 Michał Górny
2023-08-26 9:46 Michał Górny
2023-08-25 3:04 Michał Górny
2023-08-21 18:09 Marek Szuba
2023-08-20 16:40 Michał Górny
2023-08-17 8:36 Michał Górny
2023-07-24 11:31 Michał Górny
2023-07-18 6:03 Michał Górny
2023-07-18 6:03 Michał Górny
2023-07-17 7:34 Michał Górny
2023-07-16 3:06 Michał Górny
2023-07-14 5:34 Michał Górny
2023-07-04 2:59 Michał Górny
2023-07-03 4:15 Michał Górny
2023-07-02 2:58 Michał Górny
2023-06-20 5:38 Michał Górny
2023-06-04 6:51 Michał Górny
2023-06-04 6:51 Michał Górny
2023-05-25 8:05 Marek Szuba
2023-05-24 20:41 Marek Szuba
2023-05-21 11:35 Marek Szuba
2023-05-11 21:44 Marek Szuba
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1742530338.75d72a038e5d627e978f3836fe450feea9c10a0b.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox