summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Dummer <martin.dummer@gmx.net>2022-02-03 09:50:14 +0100
committerJoonas Niilola <juippis@gentoo.org>2022-03-04 15:53:50 +0200
commitaa066419ca8e6745ee754aed07ff20575d2aedf2 (patch)
tree66ae7f1d3c8c9cf9bab2e0fb0de829637b614afa /media-sound/jack
parentdev-embedded/esptool: add python:3.10 compat (diff)
downloadgentoo-aa066419ca8e6745ee754aed07ff20575d2aedf2.tar.gz
gentoo-aa066419ca8e6745ee754aed07ff20575d2aedf2.tar.bz2
gentoo-aa066419ca8e6745ee754aed07ff20575d2aedf2.zip
media-sound/jack: add python:3.10 compat
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Closes: https://github.com/gentoo/gentoo/pull/24064 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-sound/jack')
-rw-r--r--media-sound/jack/jack-4.0.0_pre20201220-r1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/jack/jack-4.0.0_pre20201220-r1.ebuild b/media-sound/jack/jack-4.0.0_pre20201220-r1.ebuild
index 6148092efbb1..eb05279432da 100644
--- a/media-sound/jack/jack-4.0.0_pre20201220-r1.ebuild
+++ b/media-sound/jack/jack-4.0.0_pre20201220-r1.ebuild
@@ -1,16 +1,16 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
PYTHON_REQ_USE="ncurses"
DISTUTILS_SINGLE_IMPL=1
inherit distutils-r1
DESCRIPTION="A frontend for several cd-rippers and mp3 encoders"
-HOMEPAGE="https://github.com/jack-cli-cd-ripper/jack http://www.home.unix-ag.org/arne/jack/"
+HOMEPAGE="https://github.com/jack-cli-cd-ripper/jack https://www.home.unix-ag.org/arne/jack/"
GIT_COMMIT_HASH="5f3e5f43f476b0d506144c103eb8d4edf76fc5de" # branch "python3-mb"
SRC_URI="https://github.com/jack-cli-cd-ripper/jack/archive/${GIT_COMMIT_HASH}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${GIT_COMMIT_HASH}"