From b733446efe10fd7d01015f1b30a5870b96283dc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Wed, 1 Feb 2023 13:03:52 +0100 Subject: [PATCH 1/3] New package: python3-mdurl-0.1.2 --- srcpkgs/python3-mdurl/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-mdurl/template diff --git a/srcpkgs/python3-mdurl/template b/srcpkgs/python3-mdurl/template new file mode 100644 index 000000000000..2b4a7f12a8c1 --- /dev/null +++ b/srcpkgs/python3-mdurl/template @@ -0,0 +1,19 @@ +# Template file for 'python3-mdurl' +pkgname=python3-mdurl +version=0.1.2 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-flit_core" +depends="python" +short_desc="Python port of the JavaScript mdurl package" +maintainer="Jan Christian Grünhage " +license="MIT" +homepage="https://github.com/executablebooks/mdurl" +distfiles="${PYPI_SITE}/m/mdurl/mdurl-${version}.tar.gz" +checksum=bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba +# Tests not shipped in PYPI tarball +make_check=no + +post_install() { + vlicense LICENSE +} From 7984d63cc0966efedd5eabb17ac14b9d37b5dd7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Wed, 1 Feb 2023 13:04:00 +0100 Subject: [PATCH 2/3] New package: python3-markdown-it-2.1.0 --- srcpkgs/python3-markdown-it/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/python3-markdown-it/template diff --git a/srcpkgs/python3-markdown-it/template b/srcpkgs/python3-markdown-it/template new file mode 100644 index 000000000000..40104b64dd37 --- /dev/null +++ b/srcpkgs/python3-markdown-it/template @@ -0,0 +1,21 @@ +# Template file for 'python3-markdown-it' +pkgname=python3-markdown-it +version=2.1.0 +revision=1 +build_style=python3-pep517 +make_install_target="dist/markdown_it_py-${version}-*-*-*.whl" +hostmakedepends="python3-flit_core" +depends="python3-mdurl" +short_desc="Python port of the JavaScript mardown-it package" +maintainer="Jan Christian Grünhage " +license="MIT" +homepage="https://github.com/executablebooks/markdown-it-py" +changelog="https://raw.githubusercontent.com/executablebooks/markdown-it-py/master/CHANGELOG.md" +distfiles="${PYPI_SITE}/m/markdown-it-py/markdown-it-py-${version}.tar.gz" +checksum=cf7e59fed14b5ae17c0006eff14a2d9a00ed5f3a846148153899a0224e2c07da +# Tests not shipped in PYPI tarball +make_check=no + +post_install() { + vlicense LICENSE +} From b71c007a135169c2da270454e024e800b9d7a5d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Wed, 1 Feb 2023 13:04:07 +0100 Subject: [PATCH 3/3] python3-rich: update dependencies --- srcpkgs/python3-rich/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-rich/template b/srcpkgs/python3-rich/template index 2ad4dac03927..b7cd3d84633d 100644 --- a/srcpkgs/python3-rich/template +++ b/srcpkgs/python3-rich/template @@ -1,11 +1,10 @@ # Template file for 'python3-rich' pkgname=python3-rich version=13.3.1 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3-typing_extensions python3-Pygments python3-commonmark - python3-colorama" +depends="python3-Pygments python3-markdown-it" checkdepends="python3-wheel $depends" short_desc="Library for rich text and beautiful formatting in the terminal" maintainer="Andrew Benson "