Github messages for voidlinux
 help / color / mirror / Atom feed
From: classabbyamp <classabbyamp@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] ktoblzcheck: move to python3
Date: Fri, 12 Aug 2022 05:29:12 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38625@inbox.vuxu.org> (raw)

[-- 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"

             reply	other threads:[~2022-08-12  3:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-12  3:29 classabbyamp [this message]
2022-08-12 20:41 ` [PR PATCH] [Updated] " classabbyamp
2022-08-12 20:44 ` [PR PATCH] [Merged]: " classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38625@inbox.vuxu.org \
    --to=classabbyamp@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).