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/typeguard/
Date: Sat,  2 Sep 2023 14:11:03 +0000 (UTC)	[thread overview]
Message-ID: <1693663855.0fe30d00c045af6fa6ac272b4ddc7f2152c227a2.mgorny@gentoo> (raw)

commit:     0fe30d00c045af6fa6ac272b4ddc7f2152c227a2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  2 13:58:50 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep  2 14:10:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fe30d00

dev-python/typeguard: Remove old

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

 dev-python/typeguard/Manifest               |  4 ---
 dev-python/typeguard/typeguard-4.0.0.ebuild | 42 -----------------------------
 dev-python/typeguard/typeguard-4.0.1.ebuild | 42 -----------------------------
 dev-python/typeguard/typeguard-4.1.1.ebuild | 42 -----------------------------
 dev-python/typeguard/typeguard-4.1.2.ebuild | 42 -----------------------------
 5 files changed, 172 deletions(-)

diff --git a/dev-python/typeguard/Manifest b/dev-python/typeguard/Manifest
index 94acadcaefcc..cc07b0a86b16 100644
--- a/dev-python/typeguard/Manifest
+++ b/dev-python/typeguard/Manifest
@@ -1,6 +1,2 @@
-DIST typeguard-4.0.0.tar.gz 66064 BLAKE2B 250ef359fedb83df7573c9acb97f80fbf1d5b949505deb3d3757422aedadda65a106bf9533d858e13e2c49e0212a40a8604fa2edc8b24903e374a678985f4c85 SHA512 2acf8b9aabaa8d4cce75e1ff23aeae4d1445bdfc28044c74b8e96127b1e740287e5da89bd49bea92229ba5c02c7cec3b0e25126fa35eb5163b798b2087b1df6a
-DIST typeguard-4.0.1.tar.gz 67242 BLAKE2B bf0b092402e4044675f1252a1ad4657fa8ec316bfda5e0afcce609f616e8d86998c059544ebbeea73eb5fa627eeae9371d46581b33891319f7b2385faa359310 SHA512 2e93086309550d6b98f2087a8900797ab9486c1a969da649d1a6cb508f6154b57b6807762e87df43088f80b69bcc11f87c71d83b38ca205d3ad8878a2cd4eb0e
 DIST typeguard-4.1.0.tar.gz 67584 BLAKE2B d2f6777cad306410d4a536312a981600371e0e0cae224eee286e3b6bd48a0777ca587eb44b4f48fd9a2c7fe5e35d274f5d1c2eb508ed9708b25b686b395976fb SHA512 5a1a374c1b9679cf1d840a750698caea47deae0fcec8eda3312773fd8eee8ccc533030b78c8e1c8bfae6bee79c323ba421176b2c8d2e85a87444ba767891ede7
-DIST typeguard-4.1.1.tar.gz 67711 BLAKE2B e4fd162d858907afea9e4bbaed7960fb3e8728acfa921cf889ba53422d21a09e5a0811b942aa7db564cc247d43ea3dca12f9124ae4ae54e3e4d6804dc443c35a SHA512 93a9f7ae5eabee85b133024971019647b6f49eff12059fdcfbf76927585362734c9db6e9c42dcbd97d63d498fd06d240f882fe8cd08a854c2214241e3a2bd1b2
-DIST typeguard-4.1.2.tar.gz 67758 BLAKE2B 89d9502ac3d3685ca7b3dcbf0725a4a758fa3dff97a69eb64447e61e27629a5aa2cf4bd8fddfe8d552a383487329c22818030100a20642a71eed21780018d778 SHA512 4fc45a725d1aaaab01fa0f88711965d7d859111857df6f4e480daa73119d3c8da3f987ddec39c22ede74fbb7fe1278f4a62fdc468aa1699d19ae700af0317760
 DIST typeguard-4.1.3.tar.gz 67821 BLAKE2B 66373b95f9f3c995ad560f4f35318647a6dd8581b1b7ad1a4adbc3f4944a7ca130cc3291d12b062b3c0d05f82ad254249a80ececa5984f4d16fd093deeecc1fb SHA512 bf9914ac33b3c7afb439e96c9319f79ee67591d3bfa7da1f0df50ba7b2bbaf0c3705d45d9fe7215b132f838f4d57ae2c0abe1f4b90c4199520601453d2ca04f8

diff --git a/dev-python/typeguard/typeguard-4.0.0.ebuild b/dev-python/typeguard/typeguard-4.0.0.ebuild
deleted file mode 100644
index ae12dc690a1b..000000000000
--- a/dev-python/typeguard/typeguard-4.0.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Run-time type checker for Python"
-HOMEPAGE="
-	https://pypi.org/project/typeguard/
-	https://github.com/agronholm/typeguard/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-	$(python_gen_cond_dep '
-		>=dev-python/typing-extensions-4.4.0[${PYTHON_USEDEP}]
-	' 3.10)
-"
-BDEPEND="
-	>=dev-python/setuptools-scm-6.4[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-	local EPYTEST_IGNORE=(
-		# mypy changes results from version to version
-		tests/mypy
-	)
-
-	local -x PYTHONDONTWRITEBYTECODE=
-	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-	# the XFAIL test pass due to some package being installed
-	epytest -o xfail_strict=False
-}

diff --git a/dev-python/typeguard/typeguard-4.0.1.ebuild b/dev-python/typeguard/typeguard-4.0.1.ebuild
deleted file mode 100644
index 2d5d1842fcbf..000000000000
--- a/dev-python/typeguard/typeguard-4.0.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Run-time type checker for Python"
-HOMEPAGE="
-	https://pypi.org/project/typeguard/
-	https://github.com/agronholm/typeguard/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-RDEPEND="
-	$(python_gen_cond_dep '
-		>=dev-python/typing-extensions-4.7.0[${PYTHON_USEDEP}]
-	' 3.{10..11})
-"
-BDEPEND="
-	>=dev-python/setuptools-scm-6.4[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-	local EPYTEST_IGNORE=(
-		# mypy changes results from version to version
-		tests/mypy
-	)
-
-	local -x PYTHONDONTWRITEBYTECODE=
-	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-	# the XFAIL test pass due to some package being installed
-	epytest -o xfail_strict=False
-}

diff --git a/dev-python/typeguard/typeguard-4.1.1.ebuild b/dev-python/typeguard/typeguard-4.1.1.ebuild
deleted file mode 100644
index 2d5d1842fcbf..000000000000
--- a/dev-python/typeguard/typeguard-4.1.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Run-time type checker for Python"
-HOMEPAGE="
-	https://pypi.org/project/typeguard/
-	https://github.com/agronholm/typeguard/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-RDEPEND="
-	$(python_gen_cond_dep '
-		>=dev-python/typing-extensions-4.7.0[${PYTHON_USEDEP}]
-	' 3.{10..11})
-"
-BDEPEND="
-	>=dev-python/setuptools-scm-6.4[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-	local EPYTEST_IGNORE=(
-		# mypy changes results from version to version
-		tests/mypy
-	)
-
-	local -x PYTHONDONTWRITEBYTECODE=
-	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-	# the XFAIL test pass due to some package being installed
-	epytest -o xfail_strict=False
-}

diff --git a/dev-python/typeguard/typeguard-4.1.2.ebuild b/dev-python/typeguard/typeguard-4.1.2.ebuild
deleted file mode 100644
index 2d5d1842fcbf..000000000000
--- a/dev-python/typeguard/typeguard-4.1.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Run-time type checker for Python"
-HOMEPAGE="
-	https://pypi.org/project/typeguard/
-	https://github.com/agronholm/typeguard/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-RDEPEND="
-	$(python_gen_cond_dep '
-		>=dev-python/typing-extensions-4.7.0[${PYTHON_USEDEP}]
-	' 3.{10..11})
-"
-BDEPEND="
-	>=dev-python/setuptools-scm-6.4[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-	local EPYTEST_IGNORE=(
-		# mypy changes results from version to version
-		tests/mypy
-	)
-
-	local -x PYTHONDONTWRITEBYTECODE=
-	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-	# the XFAIL test pass due to some package being installed
-	epytest -o xfail_strict=False
-}


             reply	other threads:[~2023-09-02 14:11 UTC|newest]

Thread overview: 115+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-02 14:11 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-08 10:50 [gentoo-commits] repo/gentoo:master commit in: dev-python/typeguard/ Michał Górny
2025-03-08  9:32 Arthur Zamarin
2025-02-17 20:47 Michał Górny
2024-11-23  9:50 Michał Górny
2024-11-23  8:55 Arthur Zamarin
2024-11-04  5:04 Michał Górny
2024-10-28  5:12 Michał Górny
2024-07-11 20:55 James Le Cuirot
2024-06-12  7:42 Michał Górny
2024-06-12  6:22 Arthur Zamarin
2024-05-28  9:41 Michał Górny
2024-05-27 15:11 Michał Górny
2024-05-01 13:41 Michał Górny
2024-05-01  5:28 Joonas Niilola
2024-04-11 22:31 Sam James
2024-04-11 19:39 Sam James
2024-04-11 19:04 Michał Górny
2024-04-11 17:40 Arthur Zamarin
2024-04-11 16:56 Arthur Zamarin
2024-04-11 16:51 Arthur Zamarin
2024-04-11 16:41 Arthur Zamarin
2024-04-11 16:39 Arthur Zamarin
2024-03-24 16:22 Michał Górny
2023-11-16 17:11 Michał Górny
2023-10-26 14:50 Michał Górny
2023-10-15  8:00 Sam James
2023-10-14 19:52 Arthur Zamarin
2023-10-14 19:52 Arthur Zamarin
2023-10-14 18:17 Arthur Zamarin
2023-10-14 18:17 Arthur Zamarin
2023-10-14 16:59 Arthur Zamarin
2023-10-14 16:52 Arthur Zamarin
2023-10-02  4:22 Michał Górny
2023-10-01 18:09 Arthur Zamarin
2023-09-30 18:28 Arthur Zamarin
2023-09-30  9:00 Sam James
2023-09-30  7:06 Arthur Zamarin
2023-09-30  6:31 Arthur Zamarin
2023-09-30  6:08 Arthur Zamarin
2023-09-30  5:56 Arthur Zamarin
2023-09-30  5:52 Arthur Zamarin
2023-09-12  6:00 Michał Górny
2023-09-11  2:57 Michał Górny
2023-09-02  3:30 Sam James
2023-09-02  3:30 Sam James
2023-09-01 19:30 Arthur Zamarin
2023-09-01 19:26 Arthur Zamarin
2023-09-01 19:26 Arthur Zamarin
2023-09-01 17:48 Arthur Zamarin
2023-09-01 16:54 Arthur Zamarin
2023-09-01 16:49 Arthur Zamarin
2023-08-27 15:59 Michał Górny
2023-08-18  5:16 Michał Górny
2023-08-16  4:19 Michał Górny
2023-07-30  3:36 Michał Górny
2023-07-27 15:57 Michał Górny
2023-07-19 11:10 Michał Górny
2023-06-18 17:21 Michał Górny
2023-06-18 15:45 Sam James
2023-06-18 15:45 Sam James
2023-06-18 15:35 Arthur Zamarin
2023-06-18 15:14 Sam James
2023-06-18 15:14 Sam James
2023-06-18 15:14 Sam James
2023-06-18 15:14 Sam James
2023-06-18 14:47 Sam James
2023-05-13  4:46 Michał Górny
2023-04-16 23:17 Sam James
2023-04-16 17:10 Arthur Zamarin
2023-04-16 16:35 Arthur Zamarin
2023-04-16 16:35 Arthur Zamarin
2023-04-16 16:35 Arthur Zamarin
2023-04-16 16:32 Arthur Zamarin
2023-04-16 16:31 Arthur Zamarin
2023-04-16 16:31 Arthur Zamarin
2023-03-23 16:36 Michał Górny
2023-03-16  3:33 Michał Górny
2023-03-15  6:13 Michał Górny
2023-02-13  3:22 Matt Turner
2022-12-04 15:59 WANG Xuerui
2022-06-23  8:17 Michał Górny
2022-06-23  6:45 Agostino Sarubbo
2022-06-23  6:43 Agostino Sarubbo
2022-06-22 18:37 Sam James
2022-06-22 18:16 Arthur Zamarin
2022-06-22 18:13 Arthur Zamarin
2022-06-22 18:13 Arthur Zamarin
2022-06-22 18:12 Arthur Zamarin
2022-06-22 18:12 Arthur Zamarin
2022-05-23 16:47 Michał Górny
2022-05-23 10:34 Michał Górny
2022-05-23 10:34 Michał Górny
2022-05-07 17:52 Arthur Zamarin
2022-05-07 17:52 Arthur Zamarin
2022-05-05  5:29 Arthur Zamarin
2022-05-02 19:03 Sam James
2022-04-25 18:41 Sam James
2022-03-20 18:11 Arthur Zamarin
2022-03-19 18:49 Arthur Zamarin
2022-03-19 18:49 Arthur Zamarin
2022-03-18  9:16 Arthur Zamarin
2022-03-18  9:00 Arthur Zamarin
2022-03-15 18:16 Jakov Smolić
2022-02-05  6:37 Sam James
2022-01-29 15:50 Sam James
2022-01-21 12:25 Sam James
2022-01-15 11:41 Yixun Lan
2022-01-15  9:55 Arthur Zamarin
2022-01-15  8:15 Arthur Zamarin
2021-12-11  5:08 Michał Górny
2021-11-23  8:12 Michał Górny
2021-10-17  9:41 Michał Górny
2021-10-11  7:56 Michał Górny
2021-08-05  7:29 Michał Górny

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=1693663855.0fe30d00c045af6fa6ac272b4ddc7f2152c227a2.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