Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] guake: update to 3.10.
@ 2023-11-05 15:25 hrzlgnm
  2023-11-05 15:36 ` [PR PATCH] [Updated] " hrzlgnm
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: hrzlgnm @ 2023-11-05 15:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hrzlgnm/void-packages bump-guake-to-3.10
https://github.com/void-linux/void-packages/pull/47075

guake: update to 3.10.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-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/47075.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bump-guake-to-3.10-47075.patch --]
[-- Type: text/x-diff, Size: 1893 bytes --]

From 87f8eb46cf9374f124c47d0590a4c872c01c9840 Mon Sep 17 00:00:00 2001
From: hrzlgnm <hrzlgnm@users.noreply.github.com>
Date: Sun, 5 Nov 2023 15:42:24 +0100
Subject: [PATCH] guake: update to 3.10.

---
 srcpkgs/guake/template | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/guake/template b/srcpkgs/guake/template
index 53a6a2c5ff45e..d6f8cdca6d407 100644
--- a/srcpkgs/guake/template
+++ b/srcpkgs/guake/template
@@ -1,19 +1,21 @@
 # Template file for 'guake'
 pkgname=guake
-version=3.7.0
-revision=4
+version=3.10
+revision=5
 build_style=python3-module
-hostmakedepends="gettext python3-setuptools python3-pbr"
+hostmakedepends="gettext python3-setuptools_scm python3-pbr python3-wheel"
 makedepends="python3-devel python3-pbr"
-depends="desktop-file-utils libkeybinder3 libnotify python3-dbus python3-gobject
- python3-pbr vte3 libwnck python3-setuptools"
+depends="desktop-file-utils libkeybinder3 libnotify libutempter libwnck python3-dbus python3-gobject
+  python3-setuptools_scm python3-cairo python3-yaml vte3"
 checkdepends="python3-flake8 python3-pylint python3-pytest python3-pipenv"
 short_desc="Drop-down terminal for GNOME"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://guake-project.org/"
 distfiles="${PYPI_SITE}/g/guake/guake-${version}.tar.gz"
-checksum=31fd7d6f62aa0a5e0121e240682e6a9e5ce61cdb266f9438987837f52d552e47
+checksum=c0eed162959638b26903281dccaa6db0d41fb94e3ed3cb3a4dbf44dfd3f8c129
+# Tests not shipped in PYPI tarball
+make_check=no
 
 pre_build() {
 	GUAKE_SCHEMA_DIR="/usr/share/glib-2.0/schemas"
@@ -26,10 +28,6 @@ pre_build() {
 		guake/paths.py
 }
 
-do_check() {
-	vsed -i 's/from mock/from unittest.mock/g' guake/tests/test_quick_open.py
-	make test
-}
 
 pre_install() {
 	make PREFIX=/usr DESTDIR=${DESTDIR} COMPILE_SCHEMA=0 install-locale install-schemas

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

* Re: [PR PATCH] [Updated] guake: update to 3.10.
  2023-11-05 15:25 [PR PATCH] guake: update to 3.10 hrzlgnm
@ 2023-11-05 15:36 ` hrzlgnm
  2023-11-05 15:39 ` hrzlgnm
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: hrzlgnm @ 2023-11-05 15:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hrzlgnm/void-packages bump-guake-to-3.10
https://github.com/void-linux/void-packages/pull/47075

guake: update to 3.10.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-libc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl **cross**
  - armv7l **cross**
  - armv6l-musl **cross**


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bump-guake-to-3.10-47075.patch --]
[-- Type: text/x-diff, Size: 1893 bytes --]

From 0c52ff9ded62de93ad797e011f0277c95483fe6c Mon Sep 17 00:00:00 2001
From: hrzlgnm <hrzlgnm@users.noreply.github.com>
Date: Sun, 5 Nov 2023 15:42:24 +0100
Subject: [PATCH] guake: update to 3.10.

---
 srcpkgs/guake/template | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/guake/template b/srcpkgs/guake/template
index 53a6a2c5ff45e..766ff67b102db 100644
--- a/srcpkgs/guake/template
+++ b/srcpkgs/guake/template
@@ -1,19 +1,21 @@
 # Template file for 'guake'
 pkgname=guake
-version=3.7.0
-revision=4
+version=3.10
+revision=1
 build_style=python3-module
-hostmakedepends="gettext python3-setuptools python3-pbr"
+hostmakedepends="gettext python3-setuptools_scm python3-pbr python3-wheel"
 makedepends="python3-devel python3-pbr"
-depends="desktop-file-utils libkeybinder3 libnotify python3-dbus python3-gobject
- python3-pbr vte3 libwnck python3-setuptools"
+depends="desktop-file-utils libkeybinder3 libnotify libutempter libwnck python3-dbus python3-gobject
+  python3-setuptools_scm python3-cairo python3-yaml vte3"
 checkdepends="python3-flake8 python3-pylint python3-pytest python3-pipenv"
 short_desc="Drop-down terminal for GNOME"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://guake-project.org/"
 distfiles="${PYPI_SITE}/g/guake/guake-${version}.tar.gz"
-checksum=31fd7d6f62aa0a5e0121e240682e6a9e5ce61cdb266f9438987837f52d552e47
+checksum=c0eed162959638b26903281dccaa6db0d41fb94e3ed3cb3a4dbf44dfd3f8c129
+# Tests not shipped in PYPI tarball
+make_check=no
 
 pre_build() {
 	GUAKE_SCHEMA_DIR="/usr/share/glib-2.0/schemas"
@@ -26,10 +28,6 @@ pre_build() {
 		guake/paths.py
 }
 
-do_check() {
-	vsed -i 's/from mock/from unittest.mock/g' guake/tests/test_quick_open.py
-	make test
-}
 
 pre_install() {
 	make PREFIX=/usr DESTDIR=${DESTDIR} COMPILE_SCHEMA=0 install-locale install-schemas

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

* Re: [PR PATCH] [Updated] guake: update to 3.10.
  2023-11-05 15:25 [PR PATCH] guake: update to 3.10 hrzlgnm
  2023-11-05 15:36 ` [PR PATCH] [Updated] " hrzlgnm
@ 2023-11-05 15:39 ` hrzlgnm
  2024-02-04  1:46 ` github-actions
  2024-02-14  3:57 ` [PR PATCH] [Merged]: " cinerea0
  3 siblings, 0 replies; 5+ messages in thread
From: hrzlgnm @ 2023-11-05 15:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hrzlgnm/void-packages bump-guake-to-3.10
https://github.com/void-linux/void-packages/pull/47075

guake: update to 3.10.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-libc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl **cross**
  - armv7l **cross**
  - armv6l-musl **cross**


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bump-guake-to-3.10-47075.patch --]
[-- Type: text/x-diff, Size: 1892 bytes --]

From d8680ab1d8ca94e7f2f08b567baaa870b5cf8323 Mon Sep 17 00:00:00 2001
From: hrzlgnm <hrzlgnm@users.noreply.github.com>
Date: Sun, 5 Nov 2023 15:42:24 +0100
Subject: [PATCH] guake: update to 3.10.

---
 srcpkgs/guake/template | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/guake/template b/srcpkgs/guake/template
index 53a6a2c5ff45e..30501ae9d79ba 100644
--- a/srcpkgs/guake/template
+++ b/srcpkgs/guake/template
@@ -1,19 +1,21 @@
 # Template file for 'guake'
 pkgname=guake
-version=3.7.0
-revision=4
+version=3.10
+revision=1
 build_style=python3-module
-hostmakedepends="gettext python3-setuptools python3-pbr"
+hostmakedepends="gettext python3-setuptools_scm python3-pbr python3-wheel"
 makedepends="python3-devel python3-pbr"
-depends="desktop-file-utils libkeybinder3 libnotify python3-dbus python3-gobject
- python3-pbr vte3 libwnck python3-setuptools"
+depends="desktop-file-utils libkeybinder3 libnotify libutempter libwnck python3-dbus python3-gobject
+ python3-setuptools_scm python3-cairo python3-yaml vte3"
 checkdepends="python3-flake8 python3-pylint python3-pytest python3-pipenv"
 short_desc="Drop-down terminal for GNOME"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://guake-project.org/"
 distfiles="${PYPI_SITE}/g/guake/guake-${version}.tar.gz"
-checksum=31fd7d6f62aa0a5e0121e240682e6a9e5ce61cdb266f9438987837f52d552e47
+checksum=c0eed162959638b26903281dccaa6db0d41fb94e3ed3cb3a4dbf44dfd3f8c129
+# Tests not shipped in PYPI tarball
+make_check=no
 
 pre_build() {
 	GUAKE_SCHEMA_DIR="/usr/share/glib-2.0/schemas"
@@ -26,10 +28,6 @@ pre_build() {
 		guake/paths.py
 }
 
-do_check() {
-	vsed -i 's/from mock/from unittest.mock/g' guake/tests/test_quick_open.py
-	make test
-}
 
 pre_install() {
 	make PREFIX=/usr DESTDIR=${DESTDIR} COMPILE_SCHEMA=0 install-locale install-schemas

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

* Re: guake: update to 3.10.
  2023-11-05 15:25 [PR PATCH] guake: update to 3.10 hrzlgnm
  2023-11-05 15:36 ` [PR PATCH] [Updated] " hrzlgnm
  2023-11-05 15:39 ` hrzlgnm
@ 2024-02-04  1:46 ` github-actions
  2024-02-14  3:57 ` [PR PATCH] [Merged]: " cinerea0
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2024-02-04  1:46 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/47075#issuecomment-1925535374

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Merged]: guake: update to 3.10.
  2023-11-05 15:25 [PR PATCH] guake: update to 3.10 hrzlgnm
                   ` (2 preceding siblings ...)
  2024-02-04  1:46 ` github-actions
@ 2024-02-14  3:57 ` cinerea0
  3 siblings, 0 replies; 5+ messages in thread
From: cinerea0 @ 2024-02-14  3:57 UTC (permalink / raw)
  To: ml

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

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

guake: update to 3.10.
https://github.com/void-linux/void-packages/pull/47075

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-libc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl **cross**
  - armv7l **cross**
  - armv6l-musl **cross**


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

end of thread, other threads:[~2024-02-14  3:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-05 15:25 [PR PATCH] guake: update to 3.10 hrzlgnm
2023-11-05 15:36 ` [PR PATCH] [Updated] " hrzlgnm
2023-11-05 15:39 ` hrzlgnm
2024-02-04  1:46 ` github-actions
2024-02-14  3:57 ` [PR PATCH] [Merged]: " cinerea0

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).