Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
python-textual


Commits:
e87efb86 by Robin Candau at 2026-02-16T19:04:57+01:00
upgpkg: 7.5.0-2: Add linkify as a dependency

Closes 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/issues/39

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,13 +1,12 @@
 pkgbase = python-textual
        pkgdesc = Modern Text User Interface framework
        pkgver = 7.5.0
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/Textualize/textual
        arch = any
        license = MIT
        checkdepends = python-pytest-asyncio
        checkdepends = python-time-machine
-       checkdepends = python-linkify-it-py
        checkdepends = python-pytest-xdist
        checkdepends = python-pytest-textual-snapshot
        makedepends = python-build
@@ -16,6 +15,7 @@ pkgbase = python-textual
        depends = python
        depends = python-rich
        depends = python-markdown-it-py
+       depends = python-linkify-it-py
        depends = python-typing_extensions
        depends = python-platformdirs
        source = 
textual-7.5.0.tar.gz::https://github.com/Textualize/textual/archive/v7.5.0.tar.gz


=====================================
PKGBUILD
=====================================
@@ -6,14 +6,14 @@
 _base=textual
 pkgname=python-${_base}
 pkgver=7.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Modern Text User Interface framework"
 arch=(any)
 url="https://github.com/Textualize/${_base}";
 license=(MIT)
-depends=(python python-rich python-markdown-it-py python-typing_extensions 
python-platformdirs)
+depends=(python python-rich python-markdown-it-py python-linkify-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)
+checkdepends=(python-pytest-asyncio python-time-machine python-pytest-xdist 
python-pytest-textual-snapshot)
 source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
 
sha512sums=('d5698193a1c582766b9ed185d6ea43b4a298cd5c2653f60457d4adb3f6237a791a02de48619e6a0743e3ca8a0ae74d7772e4503502b646ac861b69517158da12')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/e87efb862fe95e47597f10a495d244a3861f87c4

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/e87efb862fe95e47597f10a495d244a3861f87c4
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to