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 1E8E5158003 for ; Sun, 4 Sep 2022 06:59:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10D8CE07AE; Sun, 4 Sep 2022 06:59:42 +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 E6D7EE07AE for ; Sun, 4 Sep 2022 06:59:41 +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 89E8A340E9D for ; Sun, 4 Sep 2022 06:59:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC9451E for ; Sun, 4 Sep 2022 06:59:38 +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: <1662274770.2476330f962f666b8a7c9ecba9fb9d2e9bb7056a.viorel_munteanu@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.1.ebuild X-VCS-Directories: dev-python/keyrings-alt/ X-VCS-Committer: viorel_munteanu X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 2476330f962f666b8a7c9ecba9fb9d2e9bb7056a X-VCS-Branch: dev Date: Sun, 4 Sep 2022 06:59:38 +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: a22fbe94-e2d5-45aa-b01c-a6942dea4763 X-Archives-Hash: 8d19ff1ac7fdadfb8765ad8372b33a9d commit: 2476330f962f666b8a7c9ecba9fb9d2e9bb7056a Author: Viorel Munteanu gmail com> AuthorDate: Sun Sep 4 06:59:30 2022 +0000 Commit: Viorel Munteanu gmail com> CommitDate: Sun Sep 4 06:59:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2476330f dev-python/keyrings-alt: add 4.1.1 Signed-off-by: Viorel Munteanu gmail.com> dev-python/keyrings-alt/Manifest | 1 + dev-python/keyrings-alt/keyrings-alt-4.1.1.ebuild | 36 +++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/dev-python/keyrings-alt/Manifest b/dev-python/keyrings-alt/Manifest index 931a5e32a..0d3b49119 100644 --- a/dev-python/keyrings-alt/Manifest +++ b/dev-python/keyrings-alt/Manifest @@ -1 +1,2 @@ DIST keyrings-alt-4.1.0.tar.gz 26104 BLAKE2B 51b2bfa7d67182fa47e2994f50a8a1c9a94c8eb138e4957f1f33296f4c8696c06405953f9b10a57154d1e32f606db14810612a3526d727a8a6bcd468dbb02523 SHA512 941793b72688b182002793c14e4df84c79d8864fa3033d25326af8fd8cc90c500b10b53827916240f242490f60a9fd638873cedc3b8b04455a2621c756228bf8 +DIST keyrings-alt-4.1.1.gh.tar.gz 26654 BLAKE2B c212abc663fffa28252e3286870d43caf907a55dc240eac4e19a37d88de0c3f9ae23b77e5ffa706a740876b89406d382cb7b0a3c6374ad30885e99127c37aeb6 SHA512 ba9f30ed30cc90a569dae76ffb4b9e7b97be0d63d5d683ab9ffc45cf866bc394b70cec3ba0bfbc3a5344c3853155b460c0fe3887a2b66a220d04270d6da746d8 diff --git a/dev-python/keyrings-alt/keyrings-alt-4.1.1.ebuild b/dev-python/keyrings-alt/keyrings-alt-4.1.1.ebuild new file mode 100644 index 000000000..703c7b446 --- /dev/null +++ b/dev-python/keyrings-alt/keyrings-alt-4.1.1.ebuild @@ -0,0 +1,36 @@ +# 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..10} ) +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/keyring[${PYTHON_USEDEP}] +" +BDEPEND=" + >=dev-python/setuptools_scm-3.4.1[${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}"