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 086B1158094 for ; Fri, 23 Sep 2022 16:39:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86078E0CD4; Fri, 23 Sep 2022 16:39:57 +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 70E53E0CD4 for ; Fri, 23 Sep 2022 16:39: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3664334121C for ; Fri, 23 Sep 2022 16:39:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 658035F6 for ; Fri, 23 Sep 2022 16:39:53 +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: <1663951178.d514813313f6d7946a65ebb7bc55bc676aadd1d9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/keyrings-alt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/keyrings-alt/Manifest dev-python/keyrings-alt/keyrings-alt-4.2.0.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: d514813313f6d7946a65ebb7bc55bc676aadd1d9 X-VCS-Branch: master Date: Fri, 23 Sep 2022 16:39:53 +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: 2640e1ab-cdf5-4422-8920-5638e950e0ab X-Archives-Hash: 75a8b402197fb4b90a7d51d0961ccfb3 commit: d514813313f6d7946a65ebb7bc55bc676aadd1d9 Author: Michał Górny gentoo org> AuthorDate: Fri Sep 23 16:27:21 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Sep 23 16:39:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5148133 dev-python/keyrings-alt: New package, v4.2.0 Requested by Chymera, to avoid duplication between ::guru and ::sci. Signed-off-by: Michał Górny gentoo.org> dev-python/keyrings-alt/Manifest | 1 + dev-python/keyrings-alt/keyrings-alt-4.2.0.ebuild | 50 +++++++++++++++++++++++ dev-python/keyrings-alt/metadata.xml | 13 ++++++ 3 files changed, 64 insertions(+) diff --git a/dev-python/keyrings-alt/Manifest b/dev-python/keyrings-alt/Manifest new file mode 100644 index 000000000000..15929005b4e3 --- /dev/null +++ b/dev-python/keyrings-alt/Manifest @@ -0,0 +1 @@ +DIST keyrings.alt-4.2.0.gh.tar.gz 27017 BLAKE2B 736c3de24f54340c7f0c1e8e2b5eb453211fa2a786ec8ac98f9ae959d6f8f661b6d572f06cd362550d0a72bc7e3fbd44746d192e670ab61f7964d4f614aab870 SHA512 395b5a53cb05f3bc96aaf0a2dd826b185902d1ef03f9603f4731bf334938cfd36c7430e41ed7f6c574d54c56ed6a77e1160c741b02877cd3c1169ae1ca86f437 diff --git a/dev-python/keyrings-alt/keyrings-alt-4.2.0.ebuild b/dev-python/keyrings-alt/keyrings-alt-4.2.0.ebuild new file mode 100644 index 000000000000..36d6454cbf0b --- /dev/null +++ b/dev-python/keyrings-alt/keyrings-alt-4.2.0.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( pypy3 python3_{8..11} ) + +inherit distutils-r1 + +MY_P="${P/-/.}" +DESCRIPTION="Alternate keyring implementations" +HOMEPAGE=" + https://github.com/jaraco/keyrings.alt/ + https://pypi.org/project/keyrings.alt/ +" +SRC_URI=" + https://github.com/jaraco/keyrings.alt/archive/v${PV}.tar.gz + -> ${MY_P}.gh.tar.gz +" +S=${WORKDIR}/${MY_P} + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-python/jaraco-classes[${PYTHON_USEDEP}] +" +BDEPEND=" + >=dev-python/setuptools_scm-3.4.1[${PYTHON_USEDEP}] + test? ( + dev-python/keyring[${PYTHON_USEDEP}] + dev-python/pycryptodome[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} + +src_prepare() { + # oldschool namespaces + rm keyrings/__init__.py || die + distutils-r1_src_prepare +} + +python_test() { + epytest -k 'not Cryptodome' +} diff --git a/dev-python/keyrings-alt/metadata.xml b/dev-python/keyrings-alt/metadata.xml new file mode 100644 index 000000000000..e1c2fd1c8a2b --- /dev/null +++ b/dev-python/keyrings-alt/metadata.xml @@ -0,0 +1,13 @@ + + + + + python@gentoo.org + Python + + + + keyrings.alt + jaraco/keyrings.alt + +