Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] caffeine-ng: update to 4.0.2.
@ 2022-08-18 14:16 icp1994
  2022-08-20  6:39 ` [PR REVIEW] " classabbyamp
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: icp1994 @ 2022-08-18 14:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages caffeine-ng
https://github.com/void-linux/void-packages/pull/38760

caffeine-ng: update to 4.0.2.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-caffeine-ng-38760.patch --]
[-- Type: text/x-diff, Size: 1742 bytes --]

From 54f5848495cfba5c9409eff46c498d3676ce4ece Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 18 Aug 2022 19:45:00 +0530
Subject: [PATCH] caffeine-ng: update to 4.0.2.

---
 srcpkgs/caffeine-ng/template | 21 +++++++--------------
 1 file changed, 7 insertions(+), 14 deletions(-)

diff --git a/srcpkgs/caffeine-ng/template b/srcpkgs/caffeine-ng/template
index ab235226ff32..1c150749e6d8 100644
--- a/srcpkgs/caffeine-ng/template
+++ b/srcpkgs/caffeine-ng/template
@@ -1,26 +1,19 @@
 # Template file for 'caffeine-ng'
 pkgname=caffeine-ng
-version=3.5.1
-revision=2
+version=4.0.2
+revision=1
 build_style=python3-module
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools_scm"
 depends="desktop-file-utils gtk+3 hicolor-icon-theme libnotify
- python3-dbus python3-docopt python3-ewmh python3-gobject
+ python3-dbus python3-click python3-ewmh python3-gobject
  python3-setproctitle python3-setuptools python3-xdg
  python3-pulsectl"
 short_desc="Temporarily inhibits the screensaver and sleep mode"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
-homepage="https://github.com/caffeine-ng/caffeine-ng"
+homepage="https://codeberg.org/WhyNotHugo/caffeine-ng"
+changelog="https://codeberg.org/WhyNotHugo/caffeine-ng/raw/branch/main/CHANGELOG.rst"
 distfiles="${PYPI_SITE}/c/caffeine-ng/caffeine-ng-${version}.tar.gz"
-checksum=7549c09b527be98d7313df4801aae308b2231fbcc21b1de47d16dbbe71a37f2a
+checksum=ba62235c9d1eb7a3e2e448e3f7a43e66188a4beca3edbb206f8b905ba626eab5
 # only runs lints and syntax checks via flake8
 make_check=no
-
-pre_build() {
-	sed -i setup.py \
-		-e '/setup_requires=/d' \
-		-e '/use_scm_version/,+3d' \
-		-e "/name=/ a\
-		version='${version}',"
-}

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

* Re: [PR REVIEW] caffeine-ng: update to 4.0.2.
  2022-08-18 14:16 [PR PATCH] caffeine-ng: update to 4.0.2 icp1994
  2022-08-20  6:39 ` [PR REVIEW] " classabbyamp
@ 2022-08-20  6:39 ` classabbyamp
  2022-08-20 13:01 ` icp1994
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2022-08-20  6:39 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38760#discussion_r950657941

Comment:
changelog lists a bunch of deps no longer needed

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

* Re: [PR REVIEW] caffeine-ng: update to 4.0.2.
  2022-08-18 14:16 [PR PATCH] caffeine-ng: update to 4.0.2 icp1994
@ 2022-08-20  6:39 ` classabbyamp
  2022-08-20  6:39 ` classabbyamp
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2022-08-20  6:39 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38760#discussion_r950657942

Comment:
needs scdoc for manpages

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

* Re: [PR REVIEW] caffeine-ng: update to 4.0.2.
  2022-08-18 14:16 [PR PATCH] caffeine-ng: update to 4.0.2 icp1994
  2022-08-20  6:39 ` [PR REVIEW] " classabbyamp
  2022-08-20  6:39 ` classabbyamp
@ 2022-08-20 13:01 ` icp1994
  2022-08-20 13:03 ` icp1994
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: icp1994 @ 2022-08-20 13:01 UTC (permalink / raw)
  To: ml

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

New review comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/38760#discussion_r950693243

Comment:
The version at the top of the changelog doesn't have a [release](https://codeberg.org/WhyNotHugo/caffeine-ng/tags) yet.

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

* Re: [PR REVIEW] caffeine-ng: update to 4.0.2.
  2022-08-18 14:16 [PR PATCH] caffeine-ng: update to 4.0.2 icp1994
                   ` (2 preceding siblings ...)
  2022-08-20 13:01 ` icp1994
@ 2022-08-20 13:03 ` icp1994
  2022-08-20 22:02 ` classabbyamp
  2022-08-21 17:56 ` [PR PATCH] [Merged]: " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: icp1994 @ 2022-08-20 13:03 UTC (permalink / raw)
  To: ml

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

New review comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/38760#discussion_r950693502

Comment:
Same as above, it's still there within the [source](https://codeberg.org/WhyNotHugo/caffeine-ng/src/tag/v4.0.2/share/man/man1) in this version. The next version won't even adhere to the `build_style=python3-module` by the looks of it.

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

* Re: [PR REVIEW] caffeine-ng: update to 4.0.2.
  2022-08-18 14:16 [PR PATCH] caffeine-ng: update to 4.0.2 icp1994
                   ` (3 preceding siblings ...)
  2022-08-20 13:03 ` icp1994
@ 2022-08-20 22:02 ` classabbyamp
  2022-08-21 17:56 ` [PR PATCH] [Merged]: " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2022-08-20 22:02 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38760#discussion_r950747752

Comment:
aha, i misread

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

* Re: [PR PATCH] [Merged]: caffeine-ng: update to 4.0.2.
  2022-08-18 14:16 [PR PATCH] caffeine-ng: update to 4.0.2 icp1994
                   ` (4 preceding siblings ...)
  2022-08-20 22:02 ` classabbyamp
@ 2022-08-21 17:56 ` classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2022-08-21 17:56 UTC (permalink / raw)
  To: ml

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

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

caffeine-ng: update to 4.0.2.
https://github.com/void-linux/void-packages/pull/38760

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64

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

end of thread, other threads:[~2022-08-21 17:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-18 14:16 [PR PATCH] caffeine-ng: update to 4.0.2 icp1994
2022-08-20  6:39 ` [PR REVIEW] " classabbyamp
2022-08-20  6:39 ` classabbyamp
2022-08-20 13:01 ` icp1994
2022-08-20 13:03 ` icp1994
2022-08-20 22:02 ` classabbyamp
2022-08-21 17:56 ` [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).