Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-cairo: update to 1.23.0.
@ 2023-04-05 15:31 mhmdanas
  2023-04-07 10:25 ` [PR REVIEW] " paper42
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: mhmdanas @ 2023-04-05 15:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages python3-cairo-1.23.0
https://github.com/void-linux/void-packages/pull/43286

python3-cairo: update to 1.23.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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/43286.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-cairo-1.23.0-43286.patch --]
[-- Type: text/x-diff, Size: 1463 bytes --]

From fe153bc0431d1ec013994762458b62c7910319f8 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Wed, 5 Apr 2023 12:02:45 +0100
Subject: [PATCH] python3-cairo: update to 1.23.0.

---
 srcpkgs/python3-cairo/template | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/python3-cairo/template b/srcpkgs/python3-cairo/template
index ee016917dd50..de9d69078523 100644
--- a/srcpkgs/python3-cairo/template
+++ b/srcpkgs/python3-cairo/template
@@ -1,8 +1,8 @@
 # Template file for 'python3-cairo'
 pkgname=python3-cairo
-version=1.20.1
-revision=5
-build_style=python3-module
+version=1.23.0
+revision=1
+build_style=meson
 hostmakedepends="pkg-config python3-setuptools"
 makedepends="cairo-devel python3-devel"
 depends="python3"
@@ -11,12 +11,9 @@ short_desc="Python3 bindings for the cairo graphics library"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later, MPL-1.1"
 homepage="https://pycairo.readthedocs.io/"
+changelog="https://raw.githubusercontent.com/pygobject/pycairo/main/NEWS"
 distfiles="https://github.com/pygobject/pycairo/releases/download/v${version}/pycairo-${version}.tar.gz"
-checksum=1ee72b035b21a475e1ed648e26541b04e5d7e753d75ca79de8c583b25785531b
-
-do_check() {
-	python3 setup.py test
-}
+checksum=9b61ac818723adc04367301317eb2e814a83522f07bbd1f409af0dada463c44c
 
 python3-cairo-devel_package() {
 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"

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

* Re: [PR REVIEW] python3-cairo: update to 1.23.0.
  2023-04-05 15:31 [PR PATCH] python3-cairo: update to 1.23.0 mhmdanas
@ 2023-04-07 10:25 ` paper42
  2023-04-07 15:21 ` [PR PATCH] [Updated] " mhmdanas
  2023-04-11 20:13 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2023-04-07 10:25 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/43286#discussion_r1160610869

Comment:
```suggestion
hostmakedepends="pkg-config"
```

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

* Re: [PR PATCH] [Updated] python3-cairo: update to 1.23.0.
  2023-04-05 15:31 [PR PATCH] python3-cairo: update to 1.23.0 mhmdanas
  2023-04-07 10:25 ` [PR REVIEW] " paper42
@ 2023-04-07 15:21 ` mhmdanas
  2023-04-11 20:13 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: mhmdanas @ 2023-04-07 15:21 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by mhmdanas against master on the void-packages repository

https://github.com/mhmdanas/void-packages python3-cairo-1.23.0
https://github.com/void-linux/void-packages/pull/43286

python3-cairo: update to 1.23.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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/43286.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-cairo-1.23.0-43286.patch --]
[-- Type: text/x-diff, Size: 1640 bytes --]

From cbd8b729dccdac45b59471271ca2d07cfad8768e Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Wed, 5 Apr 2023 12:02:45 +0100
Subject: [PATCH] python3-cairo: update to 1.23.0.

---
 srcpkgs/python3-cairo/template | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/python3-cairo/template b/srcpkgs/python3-cairo/template
index ee016917dd50..ce89ec10d0fd 100644
--- a/srcpkgs/python3-cairo/template
+++ b/srcpkgs/python3-cairo/template
@@ -1,9 +1,9 @@
 # Template file for 'python3-cairo'
 pkgname=python3-cairo
-version=1.20.1
-revision=5
-build_style=python3-module
-hostmakedepends="pkg-config python3-setuptools"
+version=1.23.0
+revision=1
+build_style=meson
+hostmakedepends="pkg-config"
 makedepends="cairo-devel python3-devel"
 depends="python3"
 checkdepends="python3-pytest"
@@ -11,12 +11,15 @@ short_desc="Python3 bindings for the cairo graphics library"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later, MPL-1.1"
 homepage="https://pycairo.readthedocs.io/"
+changelog="https://raw.githubusercontent.com/pygobject/pycairo/main/NEWS"
 distfiles="https://github.com/pygobject/pycairo/releases/download/v${version}/pycairo-${version}.tar.gz"
-checksum=1ee72b035b21a475e1ed648e26541b04e5d7e753d75ca79de8c583b25785531b
+checksum=9b61ac818723adc04367301317eb2e814a83522f07bbd1f409af0dada463c44c
 
-do_check() {
-	python3 setup.py test
-}
+if [ "$XBPS_CHECK_PKGS" ]; then
+	configure_args="-Dtests=true"
+else
+	configure_args="-Dtests=false"
+fi
 
 python3-cairo-devel_package() {
 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"

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

* Re: [PR PATCH] [Merged]: python3-cairo: update to 1.23.0.
  2023-04-05 15:31 [PR PATCH] python3-cairo: update to 1.23.0 mhmdanas
  2023-04-07 10:25 ` [PR REVIEW] " paper42
  2023-04-07 15:21 ` [PR PATCH] [Updated] " mhmdanas
@ 2023-04-11 20:13 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-04-11 20:13 UTC (permalink / raw)
  To: ml

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

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

python3-cairo: update to 1.23.0.
https://github.com/void-linux/void-packages/pull/43286

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

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

<!--
#### 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] 4+ messages in thread

end of thread, other threads:[~2023-04-11 20:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-05 15:31 [PR PATCH] python3-cairo: update to 1.23.0 mhmdanas
2023-04-07 10:25 ` [PR REVIEW] " paper42
2023-04-07 15:21 ` [PR PATCH] [Updated] " mhmdanas
2023-04-11 20:13 ` [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).