commit: af4ea6d6567bbfdd401766d06e55239bcedc64b8 Author: Oz Tiram <oz.tiram <AT> gmail <DOT> com> AuthorDate: Tue Aug 5 12:30:19 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Dec 29 17:44:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af4ea6d6
dev-python/plette: drop 0.4.4 Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43332 Closes: https://github.com/gentoo/gentoo/pull/43332 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/plette/Manifest | 1 - dev-python/plette/plette-0.4.4.ebuild | 31 ------------------------------- 2 files changed, 32 deletions(-) diff --git a/dev-python/plette/Manifest b/dev-python/plette/Manifest index 28cf99af8c97..f8ea8a26d8d9 100644 --- a/dev-python/plette/Manifest +++ b/dev-python/plette/Manifest @@ -1,2 +1 @@ -DIST plette-0.4.4.gh.tar.gz 36359 BLAKE2B dc630b9e98db9a8f6047fe0bb31c2ab29d695745b59d457c9cac218922c0d578a474f80ddc419364fb8ef92c5952c5cea33ee571cce2d698015466edb738885a SHA512 c4342ce040966730d2eba638c718c1db9340051baa89238b99e64cf8ef734fe448f0aaeae224e9f6b51c9e38458e9caeb2c8d6abbd5db76249529aaee90ed5c0 DIST plette-2.1.0.tar.gz 12908 BLAKE2B 7e710826374f12317d93cd7410006059ecffe82095ecb05f5e30d3b1db56802ce44fb31ac5ef9fd6c6a1a83578cd69ae87c324a470a532557eed69f8c73923ba SHA512 ce75385d958be6c0adc0e11a8431484a91eb7b7e237218b37e073411551813bfbad4872fe6f1b3d5980f9da5f0465c66de4e19646d11716079a6be67b2c138a5 diff --git a/dev-python/plette/plette-0.4.4.ebuild b/dev-python/plette/plette-0.4.4.ebuild deleted file mode 100644 index fa20e77a7b1e..000000000000 --- a/dev-python/plette/plette-0.4.4.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 2022-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..12} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Structured Pipfile and Pipfile.lock models" -HOMEPAGE=" - https://github.com/sarugaku/plette/ - https://pypi.org/project/plette/ -" -# pypi tarballs are missing test data -SRC_URI=" - https://github.com/sarugaku/${PN}/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="amd64 ~arm64 ~riscv" - -RDEPEND=" - dev-python/cerberus[${PYTHON_USEDEP}] - dev-python/tomlkit[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest
