From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0ADFE158043 for ; Fri, 19 Apr 2024 18:46:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E9A1E2AD4; Fri, 19 Apr 2024 18:46:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7F249E2AD4 for ; Fri, 19 Apr 2024 18:46:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AD0F73433E1 for ; Fri, 19 Apr 2024 18:46:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B6751739 for ; Fri, 19 Apr 2024 18:46:12 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1713552352.4f242210b7143838340c07f3dc263fe82558cc0f.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/typing_inspect/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/typing_inspect/Manifest dev-python/typing_inspect/metadata.xml dev-python/typing_inspect/typing_inspect-0.9.0.ebuild X-VCS-Directories: dev-python/typing_inspect/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 4f242210b7143838340c07f3dc263fe82558cc0f X-VCS-Branch: dev Date: Fri, 19 Apr 2024 18:46:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: efd6b0fc-5577-480f-9e21-45b67bd6ca7e X-Archives-Hash: 87ecb8273f686bdb1ea77f5897e98e18 Message-ID: <20240419184612.ccWIiYr9MwKXxYPLTLFn6HSlDBD0AgkLMFNDLeUIHRI@z> commit: 4f242210b7143838340c07f3dc263fe82558cc0f Author: Julien Roy jroy ca> AuthorDate: Fri Apr 19 18:45:49 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Fri Apr 19 18:45:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4f242210 dev-python/typing_inspect: treeclean Now in ::gentoo Signed-off-by: Julien Roy jroy.ca> dev-python/typing_inspect/Manifest | 1 - dev-python/typing_inspect/metadata.xml | 9 ------ .../typing_inspect/typing_inspect-0.9.0.ebuild | 32 ---------------------- 3 files changed, 42 deletions(-) diff --git a/dev-python/typing_inspect/Manifest b/dev-python/typing_inspect/Manifest deleted file mode 100644 index 013f920d56..0000000000 --- a/dev-python/typing_inspect/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST typing_inspect-0.9.0.tar.gz 13825 BLAKE2B 599ec6a99fd040ac5ee83ef20deee86a8255dd116c8d8defe67d99291088984efc3b639986a9d350b26200028a309cfe6590a3f75dc4b9e0306bdc13bb65641e SHA512 5d46e6632895fa0a59007779f49a5812beff09f59e359a81af93bfee7bb5f4c2025566efbd27422299a614baa4d9c22da2317377090b0ad1cdd89fca73e9ee5a diff --git a/dev-python/typing_inspect/metadata.xml b/dev-python/typing_inspect/metadata.xml deleted file mode 100644 index 33a8fb3b88..0000000000 --- a/dev-python/typing_inspect/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - ilevkivskyi/typing_inspect - typing_inspect - - diff --git a/dev-python/typing_inspect/typing_inspect-0.9.0.ebuild b/dev-python/typing_inspect/typing_inspect-0.9.0.ebuild deleted file mode 100644 index 5ace518964..0000000000 --- a/dev-python/typing_inspect/typing_inspect-0.9.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) -DISTUTILS_USE_PEP517=setuptools - -inherit distutils-r1 pypi - -DESCRIPTION="Runtime inspection utilities for Python typing module" -HOMEPAGE="https://github.com/ilevkivskyi/typing_inspect" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-python/mypy_extensions-0.3.0[${PYTHON_USEDEP}] - >=dev-python/typing-extensions-3.7.4.2[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" - -distutils_enable_tests pytest - -python_test() { - # https://github.com/ilevkivskyi/typing_inspect/issues/84 - local EPYTEST_DESELECT=( 'test_typing_inspect.py::GetUtilityTestCase::test_typed_dict_typing_extension' ) - epytest -}