From 945f8fbeb3af6d72344c5cfc64dbd619456dacb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=28=D0=A5?= =?UTF-8?q?=D1=80=D0=B0=D0=BC=D1=8B=D1=87=D0=AA=29=20=D0=A5=D1=80=D0=B0?= =?UTF-8?q?=D0=BC=D0=BE=D0=B2?= Date: Sun, 21 Sep 2025 20:13:59 +0300 Subject: [PATCH] python3-markdown-it-py 4.0.0-5 --- python3-markdown-it-py/alr.sh | 42 ++++++++++++++++++++++++----------- 1 file changed, 29 insertions(+), 13 deletions(-) diff --git a/python3-markdown-it-py/alr.sh b/python3-markdown-it-py/alr.sh index 1520380..b96e2fe 100644 --- a/python3-markdown-it-py/alr.sh +++ b/python3-markdown-it-py/alr.sh @@ -1,21 +1,37 @@ name='python3-markdown-it-py' version='4.0.0' -release='4' +release='5' desc='Python port of markdown-it. Markdown parsing, done right' -homepage='' -maintainer='Евгений Храмов ' +desc_ru='Библиотека Python для правильного парсинга Markdown' +homepage='https://github.com/executablebooks/markdown-it-py' +maintainer='Evgeny Khramov ' +maintainer_ru='Евгений Храмов ' architectures=('all') -license=('custom:Unknown') +license=('MIT') provides=('markdown-it-py') conflicts=('markdown-it-py') -deps=("python3") -deps_arch=("python") -deps_alpine=("python3") +deps=('python3') -build_deps=("python3" "python3-pip") -build_deps_arch=("python" "python-pip") -build_deps_alpine=("python3" "py3-pip") +deps_alt=('python3') +deps_arch=('python') +deps_debian=('python3') +deps_fedora=('python3') +deps_redos=('python3') +deps_rhel=('python3') +deps_rosa=('python3') +deps_alpine=('python3') + +build_deps=('python3' 'python3-pip') + +build_deps_alt=('python3' 'python3-module-pip') +build_deps_arch=('python' 'python-pip') +build_deps_debian=('python3' 'python3-pip') +build_deps_fedora=("${build_deps[@]}") +build_deps_redos=("${build_deps[@]}") +build_deps_rhel=("${build_deps[@]}") +build_deps_rosa=("${build_deps[@]}") +build_deps_alpine=('python3' 'py3-pip') opt_deps=('python3-mdit-py-plugins: коллекция плагинов для markdown-it-py') @@ -33,7 +49,7 @@ package() { } files() { - echo ./usr/local/bin/markdown-it - printf '"%s" ' ./usr/local/lib/python3.*/site-packages/markdown_it/**/* - printf '"%s" ' ./usr/local/lib/python3.*/site-packages/markdown_it_py-${version}.dist-info/* + files-find "./usr/local/bin" + files-find "./usr/local/lib/python3.*/site-packages/markdown_it" + files-find "./usr/local/lib/python3.*/site-packages/markdown_it_py-*.dist-info" } \ No newline at end of file