Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] php*-ast: update to 1.1.0, enable tests.
@ 2022-09-01 13:14 TinfoilSubmarine
  2022-09-02  9:10 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: TinfoilSubmarine @ 2022-09-01 13:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1273 bytes --]

There is a new pull request by TinfoilSubmarine against master on the void-packages repository

https://github.com/TinfoilSubmarine/void-packages maint/php8
https://github.com/void-linux/void-packages/pull/39022

php*-ast: update to 1.1.0, enable tests.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/39022.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-maint/php8-39022.patch --]
[-- Type: text/x-diff, Size: 3866 bytes --]

From 60ce46b5c0adfdc62d9a6b132c61e1289ef2f9cc Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Thu, 1 Sep 2022 08:53:28 -0400
Subject: [PATCH 1/3] php-ast: update to 1.1.0, enable tests.

---
 srcpkgs/php-ast/template | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/php-ast/template b/srcpkgs/php-ast/template
index 2d63572004f6..839a74c6a766 100644
--- a/srcpkgs/php-ast/template
+++ b/srcpkgs/php-ast/template
@@ -1,18 +1,21 @@
 # Template file for 'php-ast'
 pkgname=php-ast
-version=1.0.6
+version=1.1.0
 revision=1
 wrksrc="ast-${version}"
 build_style=gnu-configure
+make_check_target="test"
 hostmakedepends="php-devel autoconf"
 makedepends="php-devel"
 depends="php>=7.4.3"
+checkdepends="${depends}"
 short_desc="Exposes the abstract syntax tree generated by PHP 7"
 maintainer="Merlin Diavova <merlindiavova@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://github.com/nikic/php-ast"
 distfiles="https://pecl.php.net/get/ast-${version}.tgz"
-checksum=70347b04d5ab6223106bb098483a74ac0aa23e3e7fd41549ae95d56ccb15631e
+checksum=ee3d4f67e24d82e4d340806a24052012e4954d223122949377665427443e6d13
+make_check_pre="env NO_INTERACTION=1"
 
 pre_configure() {
 	phpize

From 87ffeccc72d98b3364170174bfbd096dc22dc530 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Thu, 1 Sep 2022 08:53:32 -0400
Subject: [PATCH 2/3] php8.0-ast: update to 1.1.0, enable tests.

---
 srcpkgs/php8.0-ast/template | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/php8.0-ast/template b/srcpkgs/php8.0-ast/template
index 7f7a3bda75d2..ba9abe01c95e 100644
--- a/srcpkgs/php8.0-ast/template
+++ b/srcpkgs/php8.0-ast/template
@@ -1,19 +1,22 @@
 # Template file for 'php8.0-ast'
 pkgname=php8.0-ast
-version=1.0.16
+version=1.1.0
 revision=1
 wrksrc="ast-${version}"
 build_style=gnu-configure
+make_check_target="test"
 configure_args="--with-php-config=/usr/bin/php-config8.0"
 hostmakedepends="php8.0-devel autoconf"
 makedepends="php8.0-devel"
 depends="php8.0"
+checkdepends="${depends}"
 short_desc="Exposes the abstract syntax tree generated by PHP"
 maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
 license="BSD-3-Clause"
 homepage="https://github.com/nikic/php-ast"
 distfiles="https://pecl.php.net/get/ast-${version}.tgz"
-checksum=45bda34b780c4661ce77cf65cd8a504fb56526d4b456edcc97d791c86f3879ce
+checksum=ee3d4f67e24d82e4d340806a24052012e4954d223122949377665427443e6d13
+make_check_pre="env NO_INTERACTION=1"
 
 pre_configure() {
 	phpize8.0

From e4c0651d130eac38679c37d6d5db5343d0587afa Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Thu, 1 Sep 2022 08:54:39 -0400
Subject: [PATCH 3/3] php8.1-ast: update to 1.1.0, enable tests.

---
 srcpkgs/php8.1-ast/template | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/php8.1-ast/template b/srcpkgs/php8.1-ast/template
index 549b8fcc1bce..d07770718a31 100644
--- a/srcpkgs/php8.1-ast/template
+++ b/srcpkgs/php8.1-ast/template
@@ -1,19 +1,22 @@
 # Template file for 'php8.1-ast'
 pkgname=php8.1-ast
-version=1.0.16
+version=1.1.0
 revision=1
 wrksrc="ast-${version}"
 build_style=gnu-configure
 configure_args="--with-php-config=/usr/bin/php-config8.1"
+make_check_target="test"
 hostmakedepends="php8.1-devel autoconf"
 makedepends="php8.1-devel"
 depends="php8.1"
+checkdepends="${depends}"
 short_desc="Exposes the abstract syntax tree generated by PHP"
 maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
 license="BSD-3-Clause"
 homepage="https://github.com/nikic/php-ast"
 distfiles="https://pecl.php.net/get/ast-${version}.tgz"
-checksum=45bda34b780c4661ce77cf65cd8a504fb56526d4b456edcc97d791c86f3879ce
+checksum=ee3d4f67e24d82e4d340806a24052012e4954d223122949377665427443e6d13
+make_check_pre="env NO_INTERACTION=1"
 
 pre_configure() {
 	phpize8.1

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: php*-ast: update to 1.1.0, enable tests.
  2022-09-01 13:14 [PR PATCH] php*-ast: update to 1.1.0, enable tests TinfoilSubmarine
@ 2022-09-02  9:10 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2022-09-02  9:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1101 bytes --]

There's a merged pull request on the void-packages repository

php*-ast: update to 1.1.0, enable tests.
https://github.com/void-linux/void-packages/pull/39022

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-02  9:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-01 13:14 [PR PATCH] php*-ast: update to 1.1.0, enable tests TinfoilSubmarine
2022-09-02  9:10 ` [PR PATCH] [Merged]: " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).