Brett Cornwall pushed to branch main at Arch Linux / Packaging / Packages / tldr


Commits:
193f9118 by Brett Cornwall at 2024-04-20T18:00:49-07:00
Re-enable tests

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = tldr
-       pkgdesc = Command line client for tldr, a collection of simplified and 
community-driven man pages.
+       pkgdesc = Command line client for tldr, a collection of simplified man 
pages.
        pkgver = 3.2.0
-       pkgrel = 2
+       pkgrel = 3
        url = https://github.com/tldr-pages/tldr-python-client
        arch = any
        license = MIT


=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
 
 pkgname=tldr
 pkgver=3.2.0
-pkgrel=2
-pkgdesc="Command line client for tldr, a collection of simplified and 
community-driven man pages."
+pkgrel=3
+pkgdesc="Command line client for tldr, a collection of simplified man pages."
 arch=('any')
 url="https://github.com/tldr-pages/tldr-python-client";
 license=('MIT')
@@ -26,11 +26,10 @@ build() {
   python -m build --wheel --no-isolation
 }
 
-# https://github.com/tldr-pages/tldr-python-client/issues/209
-#check() {
-#  cd tldr-python-client-$pkgver
-#  python -m pytest
-#}
+check() {
+  cd tldr-python-client-$pkgver
+  python -m pytest
+}
 
 package() {
   cd "tldr-python-client-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tldr/-/commit/193f91182e76211efe0eccb195a5fef43af9e313

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tldr/-/commit/193f91182e76211efe0eccb195a5fef43af9e313
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to