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 225B515802E for ; Fri, 28 Jun 2024 10:58:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE8A9E2B42; Fri, 28 Jun 2024 10:58:03 +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 8FFEDE2B42 for ; Fri, 28 Jun 2024 10:58:03 +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 A7BAF33C1C1 for ; Fri, 28 Jun 2024 10:58:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CC831D85 for ; Fri, 28 Jun 2024 10:58:00 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1719496150.250b6a7c2315deac143d7f9816ab1272e6a6f060.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/rpmautospec-core/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/rpmautospec-core/Manifest dev-python/rpmautospec-core/rpmautospec-core-0.1.5.ebuild X-VCS-Directories: dev-python/rpmautospec-core/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 250b6a7c2315deac143d7f9816ab1272e6a6f060 X-VCS-Branch: master Date: Fri, 28 Jun 2024 10:58:00 +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: 02f3e170-8ac8-466c-a391-d532a5f06dcb X-Archives-Hash: 99629d16e164e40f44e638f0e9f973b4 commit: 250b6a7c2315deac143d7f9816ab1272e6a6f060 Author: Takuya Wakazono gmail com> AuthorDate: Thu Jun 27 13:48:38 2024 +0000 Commit: David Roman gmail com> CommitDate: Thu Jun 27 13:49:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=250b6a7c dev-python/rpmautospec-core: add 0.1.5 Signed-off-by: Takuya Wakazono gmail.com> dev-python/rpmautospec-core/Manifest | 1 + .../rpmautospec-core/rpmautospec-core-0.1.5.ebuild | 26 ++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/dev-python/rpmautospec-core/Manifest b/dev-python/rpmautospec-core/Manifest index cde952efd..e5cf2e1a4 100644 --- a/dev-python/rpmautospec-core/Manifest +++ b/dev-python/rpmautospec-core/Manifest @@ -1 +1,2 @@ DIST rpmautospec_core-0.1.4.tar.gz 6786 BLAKE2B d2d46d59070a03c216e50b8ab5bc63c811f02c5effbf6beb562fda3efac7ffc807138bcedf6d358a5dcc5d4394b6cf53fb5d8b618884af994e5b42471b5ecdda SHA512 ae72a27516c27d96f5e42da555a2d842aa1d8f3e9747598a558ab30847c1986369eacb4312ff8f884c5b8ae3c320d7a56d551e76627fa86d923929471d490c7f +DIST rpmautospec_core-0.1.5.tar.gz 7205 BLAKE2B 246a477f539c9517756d07f190c21c8a30fc03b28d6868c2fd214d1b341525851ebdcbfbeef96cad1fa9ac1b5f1456725b3998cbe5036718b6756dc072ea4b58 SHA512 ab04ad5f97cc2fafc0ae3064aa2aee1b894c987b8402ecc3709e66bafb1f6c0096844be845036fbceefc3b88b5b1ced277f936a1d5e5f35b252415115bd307bb diff --git a/dev-python/rpmautospec-core/rpmautospec-core-0.1.5.ebuild b/dev-python/rpmautospec-core/rpmautospec-core-0.1.5.ebuild new file mode 100644 index 000000000..2db1d35ac --- /dev/null +++ b/dev-python/rpmautospec-core/rpmautospec-core-0.1.5.ebuild @@ -0,0 +1,26 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=poetry +PYTHON_COMPAT=( python3_{11..13} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Core functionality used by rpmautospec" +HOMEPAGE=" + https://github.com/fedora-infra/rpmautospec-core/ + https://pypi.org/project/rpmautospec-core/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +distutils_enable_tests pytest + +python_test() { + # Disable pytest-cov + epytest -o addopts= +}