public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marek Szuba" <marecki@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/
Date: Thu, 26 Oct 2023 00:31:07 +0000 (UTC)	[thread overview]
Message-ID: <1698279237.7e22a3d0ba3a56bd0fd771f4b55f1d810d8012f1.marecki@gentoo> (raw)

commit:     7e22a3d0ba3a56bd0fd771f4b55f1d810d8012f1
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 25 23:02:05 2023 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu Oct 26 00:13:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e22a3d0

dev-python/griffe: drop 0.36.2, 0.36.5, 0.36.6, 0.36.7

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 dev-python/griffe/Manifest             |  4 ---
 dev-python/griffe/griffe-0.36.2.ebuild | 45 ----------------------------------
 dev-python/griffe/griffe-0.36.5.ebuild | 45 ----------------------------------
 dev-python/griffe/griffe-0.36.6.ebuild | 45 ----------------------------------
 dev-python/griffe/griffe-0.36.7.ebuild | 45 ----------------------------------
 5 files changed, 184 deletions(-)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index 48a518e939d4..7a0c1c0c9e84 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -1,6 +1,2 @@
-DIST griffe-0.36.2.gh.tar.gz 188707 BLAKE2B b444dcbb38ab39715f975a17f502cf331bb3385b287f30bd66115bd7c565b248d1bce45ca80167ab5da0a59f8f73e41f63c4114f0f02029a56b735c0aa9c36d7 SHA512 1ec7efaf8b2c030b7c33ddb41a04e927fdd8678061a7ccbcd632c17d9fd80c664320be5ac0c9f05340358835dd430b6082b770c849fc2ed3c3266f65474da92d
 DIST griffe-0.36.4.gh.tar.gz 192823 BLAKE2B 42815673835bffebf97ab3bd436997329229596d24f4cd6fcd0b57f137b113bd42461cf9b8a33472ef6887dc7efdb4d88f31b6f503abb365f101311ff89fb5f3 SHA512 76d672f91643d347d15e97eb29bd1cdb24f843d396777287d5f5c28259f4f25dc7a89d53a83189e84572fcbed5201144d2b15f1bbc0864799c7703ce90b1cc7a
-DIST griffe-0.36.5.gh.tar.gz 193265 BLAKE2B f8727c42b0a5527fcc5d8fafcf1e16e3b4cae516db5f3a5ba790c068e5d1520c50a8cd467d40d12bce9d4793d94aabb67148ff79c81f58fcc5711e1e4c9345ce SHA512 e1ed6c2ece246b1583a18df30151186a605e02d4ad19748c9c4ccd6bf2e47fa493d2cf4b37ca5fa3f91c4c3c3927b034f92a344a9f9601b516673ccf3e7906f1
-DIST griffe-0.36.6.gh.tar.gz 193375 BLAKE2B 12760d8892226162536afa15a7bba2076ddc22f606272d71ece261ae0b2b5306fdde2cfe3e163607da63f80d52414e46f16f40058716382bff0eab431c8c2c9b SHA512 627524403a0d5157bb0c5287e629e7e489ed624a29d25d4d32f0bbb607391249efabe7c0793ef2ef590a79f2dc0ac52d86ab110d99c4fac4c70af26ec81da020
-DIST griffe-0.36.7.gh.tar.gz 193857 BLAKE2B 5208cf313c8137441bb256c06093383fa259952d0978bd1e2658920c55703eb4d576a01888f746705e9d82d1d328bd5f1e49cc0d8f4fc83836080d6356241348 SHA512 e3bffd19925db7113bbcd5339cedccb444ed682d07b7d03941525c373b1ab34074ae11279b17429c9ce6f411b5be985ce88ad8408099a569dd9f7b5b85e74fd2
 DIST griffe-0.36.8.gh.tar.gz 194133 BLAKE2B 6fb1f38e3f9da452ba79253ed3786ec29d96bf208bd17f3920fcfff6dd0bc0fda39c26dca28ab07736dd64481137b0f4aa7d058b94d0815fddff0bcf8cf6cfc9 SHA512 bde9bd8313f4c5ff4617cc1f6edcb754a445366e2f03cb8b1126e13ab644c700ccab4fe6ebfed163a4da046ec729d3b2fe79b89d6d17b8c5446c198535795294

diff --git a/dev-python/griffe/griffe-0.36.2.ebuild b/dev-python/griffe/griffe-0.36.2.ebuild
deleted file mode 100644
index c8d57610c9ff..000000000000
--- a/dev-python/griffe/griffe-0.36.2.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.36.5.ebuild b/dev-python/griffe/griffe-0.36.5.ebuild
deleted file mode 100644
index c8d57610c9ff..000000000000
--- a/dev-python/griffe/griffe-0.36.5.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.36.6.ebuild b/dev-python/griffe/griffe-0.36.6.ebuild
deleted file mode 100644
index c8d57610c9ff..000000000000
--- a/dev-python/griffe/griffe-0.36.6.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.36.7.ebuild b/dev-python/griffe/griffe-0.36.7.ebuild
deleted file mode 100644
index c8d57610c9ff..000000000000
--- a/dev-python/griffe/griffe-0.36.7.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
-)


             reply	other threads:[~2023-10-26  0:31 UTC|newest]

Thread overview: 108+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-26  0:31 Marek Szuba [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-30  2:37 [gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/ Michał Górny
2025-03-28  6:47 Michał Górny
2025-03-28  6:47 Michał Górny
2025-03-27  4:16 Michał Górny
2025-03-21  4:12 Michał Górny
2025-03-20 18:17 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-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=1698279237.7e22a3d0ba3a56bd0fd771f4b55f1d810d8012f1.marecki@gentoo \
    --to=marecki@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