diff --git a/dev-python/rpmautospec-core/Manifest b/dev-python/rpmautospec-core/Manifest index 2afa9c0cbe..cde952efd7 100644 --- a/dev-python/rpmautospec-core/Manifest +++ b/dev-python/rpmautospec-core/Manifest @@ -1,3 +1 @@ -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 DIST rpmautospec_core-0.1.4.tar.gz 6786 BLAKE2B d2d46d59070a03c216e50b8ab5bc63c811f02c5effbf6beb562fda3efac7ffc807138bcedf6d358a5dcc5d4394b6cf53fb5d8b618884af994e5b42471b5ecdda SHA512 ae72a27516c27d96f5e42da555a2d842aa1d8f3e9747598a558ab30847c1986369eacb4312ff8f884c5b8ae3c320d7a56d551e76627fa86d923929471d490c7f diff --git a/dev-python/rpmautospec-core/rpmautospec-core-0.1.2.ebuild b/dev-python/rpmautospec-core/rpmautospec-core-0.1.2.ebuild deleted file mode 100644 index f7566921f0..0000000000 --- a/dev-python/rpmautospec-core/rpmautospec-core-0.1.2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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= -} diff --git a/dev-python/rpmautospec-core/rpmautospec-core-0.1.3.ebuild b/dev-python/rpmautospec-core/rpmautospec-core-0.1.3.ebuild deleted file mode 100644 index f7566921f0..0000000000 --- a/dev-python/rpmautospec-core/rpmautospec-core-0.1.3.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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= -}