mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-02 11:38:07 -07:00
dev-libs/tree-sitter-markdown-inline: add 0.3.2
Signed-off-by: Brahmajit Das <listout@listout.xyz> Part-of: https://github.com/gentoo/gentoo/pull/45479 Closes: https://github.com/gentoo/gentoo/pull/45479 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST tree-sitter-markdown-0.2.3.tar.gz 418293 BLAKE2B 803c35b697f19225a887e2839921235155920e7bb7d851406275da436407b3a19a0122ae03ae67722f66f80b4e88099c23f403f4318629224ae3473bfbb29ffe SHA512 8b6849d6dc964c82e45c3d18599d9f3e0ee9656a5085a9ec47f72d0343969e379ce190628a04dae64cb4ecdca2497e6d33ca7175e1f73796742a3ee6ffea743f
|
||||
DIST tree-sitter-markdown-0.3.2.tar.gz 419764 BLAKE2B 6e6e8ab7decc0d1aa87ae8087b1f09fa62bb3346b3217a594974ca988012a1d2dec3a9fb0b39553bbb758b24e423e127a5ddcc77bc8035c6805b081a5a58859e SHA512 04064c3384e0a9f8f1336c4587d15b14cf6a01a4579034c64f99ee85cb0fe1bc217b2f802c53f542ca40db20e7ce3b0bfef0bfe398dd2731caed47360a09ac5b
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
TS_BINDINGS=( python )
|
||||
|
||||
inherit tree-sitter-grammar
|
||||
|
||||
MY_PN=tree-sitter-markdown
|
||||
MY_P=${MY_PN}-${PV}
|
||||
|
||||
DESCRIPTION="Markdown-inline grammar for Tree-sitter"
|
||||
HOMEPAGE="https://github.com/tree-sitter-grammars/tree-sitter-markdown"
|
||||
SRC_URI="https://github.com/tree-sitter-grammars/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
|
||||
S="${WORKDIR}"/${MY_P}/${MY_PN}-inline
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
# Running the tests requires extensions to be enabled, but the parser
|
||||
# generated by upstream does not include the extensions.
|
||||
# https://github.com/tree-sitter-grammars/tree-sitter-markdown/issues/136
|
||||
RESTRICT="test"
|
||||
Reference in New Issue
Block a user