Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ktoblzcheck: move to python3
@ 2022-08-12  3:29 classabbyamp
  2022-08-12 20:41 ` [PR PATCH] [Updated] " classabbyamp
  2022-08-12 20:44 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: classabbyamp @ 2022-08-12  3:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages python/ktoblzcheck
https://github.com/void-linux/void-packages/pull/38625

ktoblzcheck: move to python3
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**
    - builds fine, no difference in generated package except python lib location, revdeps build fine still



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python/ktoblzcheck-38625.patch --]
[-- Type: text/x-diff, Size: 937 bytes --]

From ef3b7274edead7d054a006af9bfc069c38c6c36d Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Thu, 11 Aug 2022 23:27:32 -0400
Subject: [PATCH] ktoblzcheck: move to python3

---
 srcpkgs/ktoblzcheck/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/ktoblzcheck/template b/srcpkgs/ktoblzcheck/template
index 45cdb65345e5..a96342e0106f 100644
--- a/srcpkgs/ktoblzcheck/template
+++ b/srcpkgs/ktoblzcheck/template
@@ -1,11 +1,11 @@
 # Template file for 'ktoblzcheck'
 pkgname=ktoblzcheck
 version=1.53
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DENABLE_BANKDATA_DOWNLOAD=NO"
-hostmakedepends="pkg-config python"
-makedepends="python-devel"
+hostmakedepends="pkg-config python3"
+makedepends="python3-devel"
 short_desc="Tool for verification of account numbers and bank codes"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"

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

* Re: [PR PATCH] [Updated] ktoblzcheck: move to python3
  2022-08-12  3:29 [PR PATCH] ktoblzcheck: move to python3 classabbyamp
@ 2022-08-12 20:41 ` classabbyamp
  2022-08-12 20:44 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2022-08-12 20:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages python/ktoblzcheck
https://github.com/void-linux/void-packages/pull/38625

ktoblzcheck: move to python3
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**
    - builds fine, no difference in generated package except python lib location, revdeps build fine still



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python/ktoblzcheck-38625.patch --]
[-- Type: text/x-diff, Size: 1088 bytes --]

From 77e30e0435babdc5d49297d43e669da03a329181 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Thu, 11 Aug 2022 23:27:32 -0400
Subject: [PATCH] ktoblzcheck: move to python3

---
 srcpkgs/ktoblzcheck/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/ktoblzcheck/template b/srcpkgs/ktoblzcheck/template
index 45cdb65345e5..f430c8925f8c 100644
--- a/srcpkgs/ktoblzcheck/template
+++ b/srcpkgs/ktoblzcheck/template
@@ -1,11 +1,11 @@
 # Template file for 'ktoblzcheck'
 pkgname=ktoblzcheck
 version=1.53
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DENABLE_BANKDATA_DOWNLOAD=NO"
-hostmakedepends="pkg-config python"
-makedepends="python-devel"
+hostmakedepends="pkg-config python3"
+makedepends="python3-devel"
 short_desc="Tool for verification of account numbers and bank codes"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
@@ -24,5 +24,6 @@ ktoblzcheck-devel_package() {
 		vmove usr/include
 		vmove "usr/lib/*.so"
 		vmove usr/lib/pkgconfig
+		vmove usr/lib/cmake
 	}
 }

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

* Re: [PR PATCH] [Merged]: ktoblzcheck: move to python3
  2022-08-12  3:29 [PR PATCH] ktoblzcheck: move to python3 classabbyamp
  2022-08-12 20:41 ` [PR PATCH] [Updated] " classabbyamp
@ 2022-08-12 20:44 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2022-08-12 20:44 UTC (permalink / raw)
  To: ml

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

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

ktoblzcheck: move to python3
https://github.com/void-linux/void-packages/pull/38625

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

#### Testing the changes
- I tested the changes in this PR: **briefly**
    - builds fine, no difference in generated package except python lib location, revdeps build fine still



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

end of thread, other threads:[~2022-08-12 20:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-12  3:29 [PR PATCH] ktoblzcheck: move to python3 classabbyamp
2022-08-12 20:41 ` [PR PATCH] [Updated] " classabbyamp
2022-08-12 20:44 ` [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).