Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion srcpkgs/memray/template
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
18 changes: 18 additions & 0 deletions srcpkgs/python3-linkify-it/template
Original file line number Diff line number Diff line change
@@ -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 <vitalik.kaplich@yandex.by>"
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
}
4 changes: 2 additions & 2 deletions srcpkgs/python3-textual/template
Original file line number Diff line number Diff line change
@@ -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 <pangolin@vivaldi.net>"
Expand Down
18 changes: 18 additions & 0 deletions srcpkgs/python3-uc-micro/template
Original file line number Diff line number Diff line change
@@ -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 <vitalik.kaplich@yandex.by>"
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
}
2 changes: 1 addition & 1 deletion srcpkgs/smassh/template
Original file line number Diff line number Diff line change
@@ -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"
Expand Down