Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages
/ python-textual
Commits:
9479b190 by Leonidas Spyropoulos at 2025-11-07T11:48:17+00:00
upgpkg: 6.5.0-2: rebuild for dropping AUR opt-depends
Closes: #25
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-textual
pkgdesc = Modern Text User Interface framework
pkgver = 6.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Textualize/textual
arch = any
license = MIT
@@ -18,9 +18,6 @@ pkgbase = python-textual
depends = python-markdown-it-py
depends = python-typing_extensions
depends = python-platformdirs
- optdepends = python-tree-sitter: for syntax highlighting support
- optdepends = python-tree-sitter-languages: for custom languages support
- optdepends = python-textual-dev: tools for developers
source =
textual-6.5.0.tar.gz::https://github.com/Textualize/textual/archive/v6.5.0.tar.gz
sha512sums =
5baf3ea4464de9906a3e2484a396e4e7c826f65794fceeb235cf9a96a629523b88f21bde4cd1db6cdcb48e9f38fd06855e6ddf33e4f22cb6b1c65faac92e363a
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
_base=textual
pkgname=python-${_base}
pkgver=6.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="Modern Text User Interface framework"
arch=(any)
url="https://github.com/Textualize/${_base}"
@@ -14,9 +14,6 @@ license=(MIT)
depends=(python python-rich python-markdown-it-py python-typing_extensions
python-platformdirs)
makedepends=(python-build python-installer python-poetry-core)
checkdepends=(python-pytest-asyncio python-time-machine python-linkify-it-py
python-pytest-xdist python-pytest-textual-snapshot)
-optdepends=('python-tree-sitter: for syntax highlighting support'
- 'python-tree-sitter-languages: for custom languages support'
- 'python-textual-dev: tools for developers')
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
sha512sums=('5baf3ea4464de9906a3e2484a396e4e7c826f65794fceeb235cf9a96a629523b88f21bde4cd1db6cdcb48e9f38fd06855e6ddf33e4f22cb6b1c65faac92e363a')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/9479b1903e30e64bcf6e689b22985b3523606a77
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/9479b1903e30e64bcf6e689b22985b3523606a77
You're receiving this email because of your account on gitlab.archlinux.org.