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 84144158004 for ; Mon, 22 Apr 2024 05:59:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E25CAE29E5; Mon, 22 Apr 2024 05:59:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 B621EE29E5 for ; Mon, 22 Apr 2024 05:59: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 BE837343445 for ; Mon, 22 Apr 2024 05:59:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 393041546 for ; Mon, 22 Apr 2024 05:59:12 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1713765480.2b41288af2b9d3641b0fe9d0b75b77d619d7f0a7.ceamac@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: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 2b41288af2b9d3641b0fe9d0b75b77d619d7f0a7 X-VCS-Branch: dev Date: Mon, 22 Apr 2024 05:59: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: 93def364-cb0a-4575-91da-b9a0c1d57a6e X-Archives-Hash: c1e60e9a63cd6635363c222edfa7611a commit: 2b41288af2b9d3641b0fe9d0b75b77d619d7f0a7 Author: Viorel Munteanu gentoo org> AuthorDate: Mon Apr 22 05:34:59 2024 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Mon Apr 22 05:58:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2b41288a Revert "dev-python/typing_inspect: treeclean" This reverts commit 4f242210b7143838340c07f3dc263fe82558cc0f. No longer in ::gentoo Signed-off-by: Viorel Munteanu gentoo.org> 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 insertions(+) diff --git a/dev-python/typing_inspect/Manifest b/dev-python/typing_inspect/Manifest new file mode 100644 index 0000000000..013f920d56 --- /dev/null +++ b/dev-python/typing_inspect/Manifest @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000000..33a8fb3b88 --- /dev/null +++ b/dev-python/typing_inspect/metadata.xml @@ -0,0 +1,9 @@ + + + + + + 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 new file mode 100644 index 0000000000..5ace518964 --- /dev/null +++ b/dev-python/typing_inspect/typing_inspect-0.9.0.ebuild @@ -0,0 +1,32 @@ +# 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 +} 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 4F9671581E7 for ; Mon, 22 Apr 2024 06:16:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 759E4E29E9; Mon, 22 Apr 2024 06:16:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 54739E29E9 for ; Mon, 22 Apr 2024 06:16:47 +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 67D11343585 for ; Mon, 22 Apr 2024 06:16:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD0821725 for ; Mon, 22 Apr 2024 06:16:43 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1713765480.2b41288af2b9d3641b0fe9d0b75b77d619d7f0a7.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 2b41288af2b9d3641b0fe9d0b75b77d619d7f0a7 X-VCS-Branch: master Date: Mon, 22 Apr 2024 06:16:43 +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: d86dccb4-fd07-4550-9346-e2e73c780227 X-Archives-Hash: 2978cf082ecf4b953840adab123cf875 Message-ID: <20240422061643.MvTZ0DLZT3KCd3lwggVieHpVy7qJo7kHDkFqKoiWzBg@z> commit: 2b41288af2b9d3641b0fe9d0b75b77d619d7f0a7 Author: Viorel Munteanu gentoo org> AuthorDate: Mon Apr 22 05:34:59 2024 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Mon Apr 22 05:58:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2b41288a Revert "dev-python/typing_inspect: treeclean" This reverts commit 4f242210b7143838340c07f3dc263fe82558cc0f. No longer in ::gentoo Signed-off-by: Viorel Munteanu gentoo.org> 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 insertions(+) diff --git a/dev-python/typing_inspect/Manifest b/dev-python/typing_inspect/Manifest new file mode 100644 index 0000000000..013f920d56 --- /dev/null +++ b/dev-python/typing_inspect/Manifest @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000000..33a8fb3b88 --- /dev/null +++ b/dev-python/typing_inspect/metadata.xml @@ -0,0 +1,9 @@ + + + + + + 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 new file mode 100644 index 0000000000..5ace518964 --- /dev/null +++ b/dev-python/typing_inspect/typing_inspect-0.9.0.ebuild @@ -0,0 +1,32 @@ +# 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 +}