commit: 9b84525acf09831bfc220ea701c79d8e7b784a4e
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Thu Jun 27 13:48:48 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Jun 27 13:49:10 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9b84525a
dev-python/rpmautospec-core: drop 0.1.4
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
dev-python/rpmautospec-core/Manifest | 1 -
.../rpmautospec-core/rpmautospec-core-0.1.4.ebuild | 26 ----------------------
2 files changed, 27 deletions(-)
diff --git a/dev-python/rpmautospec-core/Manifest
b/dev-python/rpmautospec-core/Manifest
index e5cf2e1a4..78b72430b 100644
--- a/dev-python/rpmautospec-core/Manifest
+++ b/dev-python/rpmautospec-core/Manifest
@@ -1,2 +1 @@
-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.4.ebuild
b/dev-python/rpmautospec-core/rpmautospec-core-0.1.4.ebuild
deleted file mode 100644
index 5b5bd4cb2..000000000
--- a/dev-python/rpmautospec-core/rpmautospec-core-0.1.4.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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..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/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-distutils_enable_tests pytest
-
-python_test() {
- # Disable pytest-cov
- epytest -o addopts=
-}