dev-util/gersemi: drop 0.27.5

Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
This commit is contained in:
Pavel Sobolev
2026-05-30 21:58:15 +03:00
parent 1dbd76f34e
commit 48c2a1aee7
2 changed files with 0 additions and 86 deletions

View File

@@ -1,5 +1,4 @@
DIST aho-corasick-1.1.4.crate 184015 BLAKE2B 088766e505a828a221a9bca29cb1833ac3964a538cda62d12b723a263fe0e588406af0b710cf87ef67b0ccb9aa3bf69f42e0e5225ade47abe93c73fcaca69ec1 SHA512 c77e35191b00546f5e499fab154170cedd619599e7250f92db9fba0a41c833eb426f214e58b00c5c39f8757406b33492b3241cb8cb233ce384ad0683c3ee4b62
DIST gersemi-0.27.5.tar.gz 179358 BLAKE2B a072ae1eaead847f32f6460cd892f17641c36d402fef8777d9201889f73951ed04d28100b7d74629ade40362b1b274283c163c1c012045cea3ec004bd160cea0 SHA512 cfa2191fe09706b4bed265852a316ece19fb997a21ac092cc6ebe17c0e13654d059578f977a2613f5c17c2d2cb159f6d2ef9126190be5a8d8b9e3b60ec4b47c0
DIST gersemi-0.27.6.tar.gz 179943 BLAKE2B 2c7bbd0c2dac79e82960ae5ed0e44ec5603622d1881b4dd2f9de1317c1a8bb0c42ee19bdb216d8155d523f31fbe08cd2522420fccbfc79daaceb4a6a40b9f92e SHA512 1bca512becdc30cec5c8a12a3f242471f2f4594e2a88c8879bf36aea54fa00be9dc9239c29cbbb6ac8e8318b229e7d7a3bb2fd4a81fa3174c8a36a07a114200b
DIST gersemi-0.27.7.tar.gz 180579 BLAKE2B f0a775786400020f03cc2805cfc6a2ae36a14a8fe8fadd22948a3e239b70a9c1bc44ce866309fed7b326f30de479d034731fb405ec2308cfb2f55506ea38190c SHA512 98f2ade28a8a1876690017c4d09ab9d931e4c5e5d99a2a8627d4170b50e5f037c7acae9c2ddd5242f856ce557935d62715f9bc2e4868d4becdbe797fcb2ab3e1
DIST heck-0.5.0.crate 11517 BLAKE2B 5365ec43b2239a76b33a174f1a4292ece4147f9d382a68c6c60db78fdc8bad0afb1d51a65bcb25e96675372faa4ea37c318265030b0546ba51942f7c929e1835 SHA512 f044fc9c3d22466629fd8f772ec0555350fd611c0cfadca51d99a3d2f10e155f77c1091916c8a95a6b9b499f366c2e99a5fbf45b010f988bfb9b2501bf9f6a76

View File

@@ -1,85 +0,0 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
CARGO_OPTIONAL=1
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )
CRATES="
aho-corasick@1.1.4
heck@0.5.0
libc@0.2.186
memchr@2.8.0
once_cell@1.21.4
portable-atomic@1.13.1
proc-macro2@1.0.106
pyo3-build-config@0.28.3
pyo3-ffi@0.28.3
pyo3-macros-backend@0.28.3
pyo3-macros@0.28.3
pyo3@0.28.3
quote@1.0.45
regex-automata@0.4.14
regex-syntax@0.8.10
regex@1.12.3
syn@2.0.117
target-lexicon@0.13.5
unicode-ident@1.0.24
"
RUST_MIN_VER="1.83"
inherit cargo distutils-r1 optfeature
DESCRIPTION="A formatter to make your CMake code the real treasure"
HOMEPAGE="https://github.com/BlankSpruce/gersemi"
SRC_URI="
https://github.com/BlankSpruce/gersemi/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
${CARGO_CRATE_URIS}
"
LICENSE="MPL-2.0"
# Dependent crate licenses
LICENSE+="
Apache-2.0-with-LLVM-exceptions Unicode-3.0
|| ( Apache-2.0 MIT )
|| ( MIT Unlicense )
"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-python/ignore-python[${PYTHON_USEDEP}]
dev-python/lark[${PYTHON_USEDEP}]
dev-python/platformdirs[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
"
BDEPEND="
${RUST_DEPEND}
dev-python/setuptools-rust[${PYTHON_USEDEP}]
test? (
dev-python/pydantic[${PYTHON_USEDEP}]
dev-vcs/git
)
"
QA_FLAGS_IGNORED="usr/lib.*/py.*/site-packages/gersemi.*.so"
EPYTEST_DESELECT=(
tests/test_configuration.py::test_schema_in_repository_is_consistent_with_configuration_definition
)
EPYTEST_PLUGINS=()
distutils_enable_tests pytest
src_unpack() {
cargo_src_unpack
}
pkg_postinst() {
optfeature "colorized diffs support" dev-python/colorama
}