mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
dev-python/plette: add 2.2.1
Signed-off-by: Oz Tiram <oz.tiram@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
26
dev-python/plette/plette-2.2.1.ebuild
Normal file
26
dev-python/plette/plette-2.2.1.ebuild
Normal 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
|
||||
Reference in New Issue
Block a user