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 25B5B158094 for ; Fri, 23 Sep 2022 16:43:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 726DBE0CFD; Fri, 23 Sep 2022 16:43:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 5D40BE0CFD for ; Fri, 23 Sep 2022 16:43:17 +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 9CDD5335D9D for ; Fri, 23 Sep 2022 16:43:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 463D45B1 for ; Fri, 23 Sep 2022 16:43:15 +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: <1663951361.32d51f255e8c654c9d1e65e6e1db3bd0ba147b9f.mgorny@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/keyrings-alt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/keyrings-alt/Manifest dev-python/keyrings-alt/keyrings-alt-4.1.2.ebuild dev-python/keyrings-alt/metadata.xml X-VCS-Directories: dev-python/keyrings-alt/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 32d51f255e8c654c9d1e65e6e1db3bd0ba147b9f X-VCS-Branch: dev Date: Fri, 23 Sep 2022 16:43:15 +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: 6aeb324c-85ba-42c6-994b-dc0ab91e5cad X-Archives-Hash: c0ef32da82d52f4af707b1dc7ae59394 commit: 32d51f255e8c654c9d1e65e6e1db3bd0ba147b9f Author: Michał Górny gentoo org> AuthorDate: Fri Sep 23 16:42:41 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Sep 23 16:42:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=32d51f25 dev-python/keyrings-alt: Remove, it's now in ::gentoo Signed-off-by: Michał Górny gentoo.org> dev-python/keyrings-alt/Manifest | 1 - dev-python/keyrings-alt/keyrings-alt-4.1.2.ebuild | 34 ----------------------- dev-python/keyrings-alt/metadata.xml | 12 -------- 3 files changed, 47 deletions(-) diff --git a/dev-python/keyrings-alt/Manifest b/dev-python/keyrings-alt/Manifest deleted file mode 100644 index 893bfa4be..000000000 --- a/dev-python/keyrings-alt/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST keyrings-alt-4.1.2.gh.tar.gz 26661 BLAKE2B 14d0f0647441dbf74c7378c7546becbc800dc0b1693b5569261283c355dd41d3afcbb600e559b3c921395e13382dcef5de23a8b60bdf0f2db7b71902fbba5fe8 SHA512 a4c46f8a61bef65c6962ca78d0176a937a8267cdd10d9195b1d313fd4a6653cf3b736c0fcfe8cd40d73e6e69c1ff23a1e6550624cbdf5a8a94a299ce597aa61d diff --git a/dev-python/keyrings-alt/keyrings-alt-4.1.2.ebuild b/dev-python/keyrings-alt/keyrings-alt-4.1.2.ebuild deleted file mode 100644 index 60328568f..000000000 --- a/dev-python/keyrings-alt/keyrings-alt-4.1.2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} ) -inherit distutils-r1 - -MY_PN=${PN/-/.} -DESCRIPTION="Alternate keyring backend implementations for use with the keyring package" -HOMEPAGE=" - https://github.com/jaraco/keyrings.alt - https://pypi.org/project/keyrings.alt/ -" -SRC_URI="https://github.com/jaraco/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-python/jaraco-classes[${PYTHON_USEDEP}] - dev-python/keyring[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest -# dev-python/jaraco-packaging removed, cannot build docs - -pkg_setup() { - export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} -} - -S="${WORKDIR}/${MY_PN}-${PV}" diff --git a/dev-python/keyrings-alt/metadata.xml b/dev-python/keyrings-alt/metadata.xml deleted file mode 100644 index 700850bce..000000000 --- a/dev-python/keyrings-alt/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - ceamac.paragon@gmail.com - Primary maintainer - - - jaraco/keyrings.alt - keyrings.alt - -