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 A300215803E for ; Fri, 5 Jan 2024 12:33:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CFBE2BC172; Fri, 5 Jan 2024 12:33:20 +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 2FD572BC172 for ; Fri, 5 Jan 2024 12:33:20 +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 E6AFD3430F4 for ; Fri, 5 Jan 2024 12:33:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56E08AB4 for ; Fri, 5 Jan 2024 12:33:17 +0000 (UTC) From: "Takuya Wakazono" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Takuya Wakazono" Message-ID: <1704457962.c880500c989f43d8dd40b883b7b36e16ae3c20c2.pastalian46@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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.3.ebuild X-VCS-Directories: dev-python/rpmautospec-core/ X-VCS-Committer: pastalian46 X-VCS-Committer-Name: Takuya Wakazono X-VCS-Revision: c880500c989f43d8dd40b883b7b36e16ae3c20c2 X-VCS-Branch: dev Date: Fri, 5 Jan 2024 12:33:17 +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: 3c1b06be-38c7-4d63-b561-1f636226c96c X-Archives-Hash: d10a441427e6db8f4c4014ff9b945d8c commit: c880500c989f43d8dd40b883b7b36e16ae3c20c2 Author: Takuya Wakazono gmail com> AuthorDate: Fri Jan 5 12:32:42 2024 +0000 Commit: Takuya Wakazono gmail com> CommitDate: Fri Jan 5 12:32:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c880500c dev-python/rpmautospec-core: add 0.1.3 Signed-off-by: Takuya Wakazono gmail.com> dev-python/rpmautospec-core/Manifest | 1 + .../rpmautospec-core/rpmautospec-core-0.1.3.ebuild | 26 ++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/dev-python/rpmautospec-core/Manifest b/dev-python/rpmautospec-core/Manifest index 59d8ede7dc..d1eda4e501 100644 --- a/dev-python/rpmautospec-core/Manifest +++ b/dev-python/rpmautospec-core/Manifest @@ -1 +1,2 @@ DIST rpmautospec_core-0.1.2.tar.gz 6605 BLAKE2B eabe5ab6115234692fc5c628de22bf060ea1704f7866249a2a5ccdc868a39abb3cbddfac74df966971b2168dd808c161b6438d2cb1067c4e92377b0f8a8bac52 SHA512 adbc1c9b7749a6a3ae9fa615416c1083ef7c298fc3396c54231d170f7d113aacc3c1fb6cf3e4cb52ce42f2384cb4d95294bdff318facc9d9c62886a88fecb007 +DIST rpmautospec_core-0.1.3.tar.gz 6569 BLAKE2B a7a25d4fa425e873c776a59e58dd58886fdf759650b5f64259d27156d8efdc6bb4330afcbe01d59d1c36df8c96f9268e5699393e89469008cf77b8c64fa2a7f1 SHA512 2399580ecf6e4369d3c625106fd28f79cff7160c1799aa0168e8fe37a5b9b57231661cb3d6f569ceddb5b462f529038fc93282822108dcea94223e0d63ee347f diff --git a/dev-python/rpmautospec-core/rpmautospec-core-0.1.3.ebuild b/dev-python/rpmautospec-core/rpmautospec-core-0.1.3.ebuild new file mode 100644 index 0000000000..f7566921f0 --- /dev/null +++ b/dev-python/rpmautospec-core/rpmautospec-core-0.1.3.ebuild @@ -0,0 +1,26 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=poetry +PYTHON_COMPAT=( python3_{11..12} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Core functionality used by rpmautospec" +HOMEPAGE=" + https://github.com/fedora-infra/rpmautospec-core/ + https://pypi.org/project/rpmautospec-core/ +" + +SLOT="0" +LICENSE="MIT" +KEYWORDS="~amd64" + +distutils_enable_tests pytest + +python_test() { + # Disable pytest-cov + epytest -o addopts= +}