main/perl-io-tty: upgrade to 1.27

This commit is contained in:
Wen Heping 2026-04-04 23:26:42 +00:00 committed by Francesco Colista
parent 1e0d004077
commit c333acbbd8
2 changed files with 3 additions and 18 deletions

View File

@ -4,8 +4,8 @@
pkgname=perl-io-tty
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
_pkgreal=IO-Tty
pkgver=1.20
pkgrel=2
pkgver=1.27
pkgrel=0
pkgdesc="Pseudo ttys and constants"
url="https://metacpan.org/release/IO-Tty/"
arch="all"
@ -14,7 +14,6 @@ depends="perl"
makedepends="perl-dev"
subpackages="$pkgname-doc"
source="https://cpan.metacpan.org/authors/id/T/TO/TODDR/IO-Tty-$pkgver.tar.gz
disable-failing-test.patch
"
builddir="$srcdir/$_pkgreal-$pkgver"
@ -41,6 +40,5 @@ package() {
}
sha512sums="
a411dcc3da4adf4913ceaca7d97198041c6870ac8b579a1d5c2517d984fab4cc8108962b23ee694da9e0c952f35d695e636ff35589873b95a86c2bf8c1838ee4 IO-Tty-1.20.tar.gz
37c8aae630d4ee80b20b3540ed7fb5840b9a995e2ee489cbad8ace503ac9f596b38d01cb46e55d339898cc60d23581b451b71b27a6b871bc8ef84d1be2600427 disable-failing-test.patch
2676578d63c48f307c73bce32f6775225d510c106e285ee8be510ef910eea325846b41e77ea67a2f4f4821c0e2a5c0472c229c7a5a0bef0c5ede7c9262adeb3c IO-Tty-1.27.tar.gz
"

View File

@ -1,13 +0,0 @@
diff --git a/t/test.t b/t/test.t
index f61a978..382a35e 100644
--- a/t/test.t
+++ b/t/test.t
@@ -183,7 +183,7 @@ diag(
my $inv = ~$s . "\n";
$s .= "\n";
my $sendbuf = $s;
- $SIG{ALRM} = $SIG{TERM} = $SIG{INT} = sub { die "TIMEOUT(SIG" . shift() . ")"; };
+ #$SIG{ALRM} = $SIG{TERM} = $SIG{INT} = sub { die "TIMEOUT(SIG" . shift() . ")"; };
eval {
alarm(15);