commit:     250b6a7c2315deac143d7f9816ab1272e6a6f060
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Thu Jun 27 13:48:38 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> 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 <pastalian46 <AT> 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=
+}

Reply via email to