Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] autojump: switch to python3
Date: Sun, 26 Jan 2020 21:38:56 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-18576@inbox.vuxu.org> (raw)

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

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

https://github.com/cpixl/void-packages autojump
https://github.com/void-linux/void-packages/pull/18576

autojump: switch to python3


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

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

From d41ea4e014dacb912bd10881c98944a2a7a9d369 Mon Sep 17 00:00:00 2001
From: Daniel Santana <daniel@santana.tech>
Date: Sun, 26 Jan 2020 17:37:06 -0300
Subject: [PATCH] autojump: switch to python3

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

diff --git a/srcpkgs/autojump/template b/srcpkgs/autojump/template
index 3857581ea63..2448a2dd894 100644
--- a/srcpkgs/autojump/template
+++ b/srcpkgs/autojump/template
@@ -1,17 +1,18 @@
 # Template file for 'autojump'
 pkgname=autojump
 version=22.5.3
-revision=1
+revision=2
 archs=noarch
 wrksrc="${pkgname}-release-v${version}"
-hostmakedepends="python"
-depends="python"
+hostmakedepends="python3"
+depends="python3"
 short_desc="Self-learning cd command"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/wting/autojump"
 distfiles="https://github.com/wting/autojump/archive/release-v${version}.tar.gz"
 checksum=00daf3698e17ac3ac788d529877c03ee80c3790472a85d0ed063ac3a354c37b1
+python_version=3
 
 do_install() {
 	# The install script does some naive checks

             reply	other threads:[~2020-01-26 20:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-26 20:38 voidlinux-github [this message]
2020-01-27 19:01 ` [PR PATCH] [Merged]: " voidlinux-github

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-18576@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).