Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] autojump: switch to python3
@ 2020-01-26 20:38 voidlinux-github
  2020-01-27 19:01 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2020-01-26 20:38 UTC (permalink / raw)
  To: ml

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

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

* Re: [PR PATCH] [Merged]: autojump: switch to python3
  2020-01-26 20:38 [PR PATCH] autojump: switch to python3 voidlinux-github
@ 2020-01-27 19:01 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2020-01-27 19:01 UTC (permalink / raw)
  To: ml

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

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

autojump: switch to python3
https://github.com/void-linux/void-packages/pull/18576

Description:


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

end of thread, other threads:[~2020-01-27 19:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-26 20:38 [PR PATCH] autojump: switch to python3 voidlinux-github
2020-01-27 19:01 ` [PR PATCH] [Merged]: " voidlinux-github

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