mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
testing/php84-pecl-msgpack: upgrade to 3.0.0_rc1
This commit is contained in:
parent
76322ed3e7
commit
11bb07c02a
@ -2,7 +2,8 @@
|
||||
# Maintainer: Andy Postnikov <apostnikov@gmail.com>
|
||||
pkgname=php84-pecl-msgpack
|
||||
_extname=msgpack
|
||||
pkgver=2.2.0
|
||||
pkgver=3.0.0_rc1
|
||||
_pkgver=${pkgver/_rc/RC}
|
||||
pkgrel=0
|
||||
pkgdesc="PHP 8.4 extension provides API for communicating with MessagePack serialization - PECL"
|
||||
url="https://pecl.php.net/package/msgpack"
|
||||
@ -13,8 +14,8 @@ _php=php$_phpv
|
||||
depends="$_php-session $_php-sockets"
|
||||
makedepends="$_php-dev"
|
||||
checkdepends="$_php-pecl-apcu"
|
||||
source="php-pecl-$_extname-$pkgver.tgz::https://pecl.php.net/get/$_extname-$pkgver.tgz"
|
||||
builddir="$srcdir"/$_extname-$pkgver
|
||||
source="php-pecl-$_extname-$pkgver.tgz::https://pecl.php.net/get/$_extname-$_pkgver.tgz"
|
||||
builddir="$srcdir"/$_extname-$_pkgver
|
||||
provides="$_php-msgpack=$pkgver-r$pkgrel" # for backward compatibility
|
||||
replaces="$_php-msgpack" # for backward compatibility
|
||||
|
||||
@ -29,8 +30,6 @@ build() {
|
||||
check() {
|
||||
rm -f tests/034.phpt # XFAIL https://github.com/msgpack/msgpack-php/issues/136
|
||||
rm -f tests/035.phpt # fails on ppc64le as of slow environment https://github.com/msgpack/msgpack-php/issues/123
|
||||
# TBD PHP 8.4
|
||||
rm -f tests/015.phpt tests/015b.phpt tests/027.phpt tests/028.phpt
|
||||
# Tests require session and sockets extensions which are not bundled
|
||||
local _depsdir=/usr/lib/$_php/modules
|
||||
make NO_INTERACTION=1 REPORT_EXIT_STATUS=1 test PHP_TEST_SHARED_EXTENSIONS="
|
||||
@ -48,5 +47,5 @@ package() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
91cb45e79b78624938ddabce39327a093d668a875fad6e2ce55058e54a742a3a35ea58069446399425816613ebdf5fc503222555b9296a22879d2b7eb475b8c9 php-pecl-msgpack-2.2.0.tgz
|
||||
908bb6bc161c6437240caea0e35f8e953caf50e45769d8ba0142e17bc292576ff04134291a721d0278303b8fd7bf7725ccd72eab98930c204dddd3ae076e21ab php-pecl-msgpack-3.0.0_rc1.tgz
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user