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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C7E2215800F for ; Tue, 7 Feb 2023 09:26:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C57A6E0864; Tue, 7 Feb 2023 09:26:57 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A6223E0837 for ; Tue, 7 Feb 2023 09:26:57 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F67F335CD3 for ; Tue, 7 Feb 2023 09:26:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96A8F895 for ; Tue, 7 Feb 2023 09:26:54 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1675761989.7b9e47bef58a3caa33a905ee03a63572cbfe3c81.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/keyring/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/keyring/Manifest dev-python/keyring/keyring-23.13.1-r1.ebuild X-VCS-Directories: dev-python/keyring/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7b9e47bef58a3caa33a905ee03a63572cbfe3c81 X-VCS-Branch: master Date: Tue, 7 Feb 2023 09:26:54 +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: 7a0c052a-6edd-4e93-ac22-6212fffb2262 X-Archives-Hash: f8217bedb4f32eb7d45b9703f8a5a184 commit: 7b9e47bef58a3caa33a905ee03a63572cbfe3c81 Author: Michał Górny gentoo org> AuthorDate: Tue Feb 7 08:01:51 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Feb 7 09:26:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b9e47be dev-python/keyring: Switch to using PyPI sdist Signed-off-by: Michał Górny gentoo.org> dev-python/keyring/Manifest | 2 +- dev-python/keyring/keyring-23.13.1-r1.ebuild | 15 +-------------- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest index a6c040323cd6..6bad012465c2 100644 --- a/dev-python/keyring/Manifest +++ b/dev-python/keyring/Manifest @@ -1 +1 @@ -DIST keyring-23.13.1.gh.tar.gz 49199 BLAKE2B 46ac7cb3237c7e0a061e9c4c30dba02d9a9c92d377f3db1b79b1c9bc4c5b8b866ffbda8354bbe5848a9db4c6834aec1c0b36f75d5c540ccc29ab71bd6adf30f4 SHA512 b0fc17157536178bba3a8f27f152a1cba497bc9ba2fc73d29ac9d8e61a2be51bdb0dea100eef9ab59979a9b0f8c8d15ca222e5fdc2c7d06d202955b18f21bf24 +DIST keyring-23.13.1.tar.gz 59582 BLAKE2B fb39490ba857f97b9b89856059664dfe21495ffe651bb48ad4e2284efe3f3c7551d34bfb4c39518c2b9b5e31e61b91693301271750f4ec837567d7652b11e9ef SHA512 7e56380e7311a31d8703b9e3beb74a8c8ce026f6cf9e1792780d349f3db61f50a1905c7d509a7013dd7cb47428dd3c28c3620815f01d3c4dbd7f648e056539d0 diff --git a/dev-python/keyring/keyring-23.13.1-r1.ebuild b/dev-python/keyring/keyring-23.13.1-r1.ebuild index fcef2b34ff55..31b420a665bd 100644 --- a/dev-python/keyring/keyring-23.13.1-r1.ebuild +++ b/dev-python/keyring/keyring-23.13.1-r1.ebuild @@ -6,17 +6,13 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} pypy3 ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Provides access to the system keyring service" HOMEPAGE=" https://github.com/jaraco/keyring/ https://pypi.org/project/keyring/ " -SRC_URI=" - https://github.com/jaraco/keyring/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" SLOT="0" LICENSE="PSF-2" @@ -39,8 +35,6 @@ BDEPEND=" distutils_enable_tests pytest -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} - EPYTEST_DESELECT=( # this test fails if importlib-metadata returns more than one # entry, i.e. when keyring is installed already @@ -53,10 +47,3 @@ EPYTEST_IGNORE=( # hangs tests/backends/test_kwallet.py ) - -python_compile() { - distutils-r1_python_compile - # https://github.com/jaraco/keyring/issues/621 - python_moduleinto keyring - python_domodule keyring/{py.typed,*.zsh} -}