public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Sat, 30 Dec 2023 18:28:45 +0000 (UTC)	[thread overview]
Message-ID: <1703960850.9f4e8fd6acdbda170837ca49daf1423681b50827.mgorny@gentoo> (raw)

commit:     9f4e8fd6acdbda170837ca49daf1423681b50827
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 30 18:27:30 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 30 18:27:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f4e8fd6

dev-python/griffe: Remove old

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

 dev-python/griffe/Manifest             |  3 ---
 dev-python/griffe/griffe-0.36.9.ebuild | 45 ----------------------------------
 dev-python/griffe/griffe-0.37.0.ebuild | 45 ----------------------------------
 dev-python/griffe/griffe-0.38.0.ebuild | 45 ----------------------------------
 4 files changed, 138 deletions(-)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index 78aa4be110ab..23e54045832e 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -1,4 +1 @@
-DIST griffe-0.36.9.gh.tar.gz 197054 BLAKE2B 0351e72bf119bd98c392c56f254bf632552077d340c0c27b51780934c8baff1e6d33712f65bf31fefd2a8864d110790a78de3d77e2f5cf19429c9b68a5a01b9c SHA512 1b4cdfcfe6c1946183d3445e16b6f689cecec259842c97793af7fb60be3b885da82fddcfba74bed3ba82a8f475fb0321c2ebb03fe02feca80888c244cc4493df
-DIST griffe-0.37.0.gh.tar.gz 200702 BLAKE2B 763c30608c7b7ba9cb514f99d19c3fff17811c71325416e9c810b45f4d61778c3d7630789635d6373694b5930532f297edc4f1f8109cc2b6f3273825e7a9be13 SHA512 c042d5fa7b1ecc474137006d54f7b0d68e84abe9db853083e2af9c2e144e1d9216e02ada31cfe8de8d278e892b100cf9e060609acb441c6b25c28a53400b9e2d
-DIST griffe-0.38.0.gh.tar.gz 200933 BLAKE2B f7c6ac0761cbb0ed71009e67311022725c3f9417065216abb1a7b49faf4b4fbe89ce70e46ed0261cf0209d48e135b571ecd1462fca747386b52b382784231a3a SHA512 cef4fb0b575e5a9343ce8090112e83be3d7127b8d5320b99a33b42aec8b38c2bf450ccadbeb23c5c371d528096ee02652d4e7c4d3ed458817794c32d6740aa91
 DIST griffe-0.38.1.gh.tar.gz 201135 BLAKE2B cdd1b7a24bb1afa6cdf68cffa696b8a19886d03b97ab6eb821fc9db150b1cd9d2e64de65f55c78f64663448e4b268c12b7d95c512e2dac3418489f0b0ef2f9c3 SHA512 74dd48d687edd399ac5da10454e68d9b226ad1b0418d9df583c364f65f5922cc29e109f1fafb3914a73a7217720f2305a4949324736a693f0065b8cae1f591d1

diff --git a/dev-python/griffe/griffe-0.36.9.ebuild b/dev-python/griffe/griffe-0.36.9.ebuild
deleted file mode 100644
index c8d57610c9ff..000000000000
--- a/dev-python/griffe/griffe-0.36.9.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( python3_{10..12} )
-
-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 ~riscv"
-
-RDEPEND="
-	>=dev-python/colorama-0.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	test? (
-		>=dev-python/jsonschema-4.17.3[${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
-)

diff --git a/dev-python/griffe/griffe-0.37.0.ebuild b/dev-python/griffe/griffe-0.37.0.ebuild
deleted file mode 100644
index ea86f7d917ec..000000000000
--- a/dev-python/griffe/griffe-0.37.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( python3_{10..12} )
-
-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 ~riscv"
-
-RDEPEND="
-	>=dev-python/colorama-0.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	test? (
-		>=dev-python/jsonschema-4.17[${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
-)

diff --git a/dev-python/griffe/griffe-0.38.0.ebuild b/dev-python/griffe/griffe-0.38.0.ebuild
deleted file mode 100644
index 57eb05ec33db..000000000000
--- a/dev-python/griffe/griffe-0.38.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( python3_{10..12} )
-
-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/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	other threads:[~2023-12-30 18:28 UTC|newest]

Thread overview: 87+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-30 18:28 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-18 15:52 [gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/ 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-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=1703960850.9f4e8fd6acdbda170837ca49daf1423681b50827.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