dev-libs/tree-sitter-css: add 0.23.2

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2025-02-10 20:28:28 +02:00
parent 6f49707720
commit 17697db05b
2 changed files with 20 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST tree-sitter-css-0.23.0.tar.gz 118618 BLAKE2B f47f345a5892fa98b44466fa667d25dfe3ae5ec6eb974e1a4751bba733a985c1eb2dfc69f974076709c7b3e0f5024fc3ced655a74455b822665c72879abfbb3c SHA512 a78e18bb6036cd9183525671decd45911887db6acf449d4965e20ab1607df616bfa028d5d84a33ba2b87757e16b4c0dd672c8981a53bf286d81b8dc412512725
DIST tree-sitter-css-0.23.2.tar.gz 123495 BLAKE2B 0d381fe352eba5165fbec17221d6b9576ebca110c98fa0a5f7578345eba8c47e677db0d68874106ef63563f2fd02142237dce86230043df3d6a1099fba92619c SHA512 b013d8c14a64c1383563915976b1f5e9ec16a531c83ec35c8be36193fe50f5546b95bf1871e4abf631af5815b655e9c40c99db586cab8c156110eb33fa61ec18

View File

@@ -0,0 +1,19 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit tree-sitter-grammar
DESCRIPTION="CSS grammar for Tree-sitter"
HOMEPAGE="https://github.com/tree-sitter/tree-sitter-css"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
PATCHES=(
# https://bugs.gentoo.org/928010
# Test name beginning with :: is incompatible with tree-sitter >0.22
"${FILESDIR}"/${PN}-0.20.0-test-selector.patch
)