dev-python/plette: add 2.2.1

Signed-off-by: Oz Tiram <oz.tiram@gmail.com>
This commit is contained in:
Oz Tiram
2026-04-29 16:08:07 +02:00
parent f2a5d50ebf
commit 2e3081e733
2 changed files with 27 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST plette-2.1.0.tar.gz 12908 BLAKE2B 7e710826374f12317d93cd7410006059ecffe82095ecb05f5e30d3b1db56802ce44fb31ac5ef9fd6c6a1a83578cd69ae87c324a470a532557eed69f8c73923ba SHA512 ce75385d958be6c0adc0e11a8431484a91eb7b7e237218b37e073411551813bfbad4872fe6f1b3d5980f9da5f0465c66de4e19646d11716079a6be67b2c138a5
DIST plette-2.2.1.tar.gz 13589 BLAKE2B f057d67252b0c5d350e2490e48afb122c21e8edadf7765164a9bb1e47bf27d36a9f3b947435c7cb2cbde994b61d1d304b2a008eeef77e50718f6bae89a866ec5 SHA512 bb1bc04adfa58e8b35cc6b1429cda67c78dfdd3cf0883f6c7f2c9a39dde6d04acddc3dda25c7a04a5ebe316fcc492ac8e050bef5bef433a03246e69f3a150ab1

View File

@@ -0,0 +1,26 @@
# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
inherit distutils-r1 pypi
DESCRIPTION="Structured Pipfile and Pipfile.lock models"
HOMEPAGE="
https://github.com/sarugaku/plette/
https://pypi.org/project/plette/
"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~riscv"
RDEPEND="
dev-python/tomlkit[${PYTHON_USEDEP}]
"
EPYTEST_PLUGINS=()
distutils_enable_tests pytest