diff --git a/srcpkgs/memray/template b/srcpkgs/memray/template index a2fb92d1559b74..76f903d776cd45 100644 --- a/srcpkgs/memray/template +++ b/srcpkgs/memray/template @@ -1,7 +1,7 @@ # Template file for 'memray' pkgname=memray version=1.18.0 -revision=2 +revision=3 build_style=python3-pep517 make_check_args="-v -k not((TestTUILooks)or(test_tui))" make_check_target="tests/unit" diff --git a/srcpkgs/python3-linkify-it/template b/srcpkgs/python3-linkify-it/template new file mode 100644 index 00000000000000..3f53b4851e9815 --- /dev/null +++ b/srcpkgs/python3-linkify-it/template @@ -0,0 +1,18 @@ +# Template file for 'python3-linkify-it' +pkgname=python3-linkify-it +version=2.1.0 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-setuptools" +depends="python3-uc-micro" +checkdepends="python3-pytest $depends" +short_desc="Links recognition library with full unicode support" +maintainer="Vitali Kaplich " +license="MIT" +homepage="https://github.com/tsutsu3/linkify-it-py" +distfiles="${PYPI_SITE}/l/linkify-it-py/linkify_it_py-${version}.tar.gz" +checksum=43360231720999c10e9328dc3691160e27a718e280673d444c38d7d3aaa3b98b + +post_install() { + vlicense LICENSE +} diff --git a/srcpkgs/python3-textual/template b/srcpkgs/python3-textual/template index 2a437b7a108f67..1431588e198b41 100644 --- a/srcpkgs/python3-textual/template +++ b/srcpkgs/python3-textual/template @@ -1,12 +1,12 @@ # Template file for 'python3-textual' pkgname=python3-textual version=5.3.0 -revision=2 +revision=3 build_style=python3-pep517 make_check_args="-k not((snapshot)or(markdown)or(feature)or(language)or(slug)or(demo)or(disabled))" hostmakedepends="python3-poetry-core" depends="python3-markdown-it python3-rich python3-typing_extensions - python3-platformdirs python3-Pygments" + python3-platformdirs python3-Pygments python3-linkify-it" checkdepends="${depends} python3-pytest-asyncio python3-pytest-xdist" short_desc="Modern Text User Interface framework" maintainer="icp " diff --git a/srcpkgs/python3-uc-micro/template b/srcpkgs/python3-uc-micro/template new file mode 100644 index 00000000000000..4e3af9453099a0 --- /dev/null +++ b/srcpkgs/python3-uc-micro/template @@ -0,0 +1,18 @@ +# Template file for 'python3-uc-micro' +pkgname=python3-uc-micro +version=2.0.0 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-setuptools" +checkdepends="python3-pytest" +short_desc="Micro subset of unicode data files for linkify-it-py projects" +maintainer="Vitali Kaplich " +license="MIT" +homepage="https://github.com/tsutsu3/uc.micro-py" +changelog="https://raw.githubusercontent.com/tsutsu3/uc.micro-py/refs/heads/main/CHANGELOG.md" +distfiles="${PYPI_SITE}/u/uc-micro-py/uc_micro_py-${version}.tar.gz" +checksum=c53691e495c8db60e16ffc4861a35469b0ba0821fe409a8a7a0a71864d33a811 + +post_install() { + vlicense LICENSE +} diff --git a/srcpkgs/smassh/template b/srcpkgs/smassh/template index 3cf3fe30c01806..1dff4046813c15 100644 --- a/srcpkgs/smassh/template +++ b/srcpkgs/smassh/template @@ -1,7 +1,7 @@ # Template file for 'smassh' pkgname=smassh version=3.2.1 -revision=1 +revision=2 build_style=python3-pep517 hostmakedepends="hatchling" depends="python3-click python3-platformdirs python3-requests python3-textual"