dev-python/plette: drop 0.4.4

Signed-off-by: Oz Tiram <oz.tiram@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@gentoo.org>
This commit is contained in:
Oz Tiram
2025-08-05 14:30:19 +02:00
committed by Michał Górny
parent 489ab0c56f
commit af4ea6d656
2 changed files with 0 additions and 32 deletions

View File

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

View File

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