dev-python/rpmautospec-core: add 0.1.5

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2024-06-27 22:48:38 +09:00
parent de0b0837c7
commit 250b6a7c23
2 changed files with 27 additions and 0 deletions

View File

@@ -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=
}