public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tobias Klausmann" <klausman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/quodlibet/
Date: Sat, 20 Mar 2021 13:25:26 +0000 (UTC)	[thread overview]
Message-ID: <1616246724.9107f506b84c2f2f4347c5ce228c37cb925e62cf.klausman@gentoo> (raw)

commit:     9107f506b84c2f2f4347c5ce228c37cb925e62cf
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 20 13:25:08 2021 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Sat Mar 20 13:25:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9107f506

media-sound/quodlibet: add pyton3_9 support and 4.4.0

This adds 4.3.0-r1 with Python 3.9 support. Also add 4.4.0 (with
Python3_9 support of course). Since this also contains subtle other
changes and is a relatively new release, we add both variants, to
unblock progress onthe Py39 issue (in case 4.4.0 needs to be rolled
back). The 4.4.0 package still has the appdata issue mentioned in
https://bugs.gentoo.org/723780

Bug: https://bugs.gentoo.org/776952
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Tobias Klausmann <klausman <AT> gentoo.org>

 media-sound/quodlibet/Manifest                            |  1 +
 .../{quodlibet-4.3.0.ebuild => quodlibet-4.3.0-r1.ebuild} |  6 +++---
 media-sound/quodlibet/quodlibet-4.3.0.ebuild              |  4 ++--
 .../{quodlibet-4.3.0.ebuild => quodlibet-4.4.0.ebuild}    | 15 ++++++++-------
 4 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/media-sound/quodlibet/Manifest b/media-sound/quodlibet/Manifest
index be02153e499..8a2b1b61a4e 100644
--- a/media-sound/quodlibet/Manifest
+++ b/media-sound/quodlibet/Manifest
@@ -1 +1,2 @@
 DIST quodlibet-4.3.0.tar.gz 5061542 BLAKE2B 31ec24f43a1750d065e14fe69d90a1646382ead13362633c08c9c44b17cb1dca02da37612bd30e1737212098fd26947cf637501ed79b34f03167b85cc11cbdc8 SHA512 6e3cd8bebb8abeb6acde6effb08a439479e293fed18633240a1508a015c083c814fb98722c36d3970917970259095499efeb27e323ab788252940714cae2fddc
+DIST quodlibet-4.4.0.tar.gz 5126584 BLAKE2B b0d69ccacd009709148580619bdbafafb0c76acef791ab0025eda687cab4886b90f2d44fb6c37de80481e976ef4af466d209f7a7c6c53fc6794c26baa25d7bc0 SHA512 3a3c88c9283c3e14ee8b3504a9be9616a7773ce6819e832a76e1f926f9a1f86bbc68ae2dd98a2cf292ebc48216aca6e8a29e32f10d26b176effb62377183d13e

diff --git a/media-sound/quodlibet/quodlibet-4.3.0.ebuild b/media-sound/quodlibet/quodlibet-4.3.0-r1.ebuild
similarity index 92%
copy from media-sound/quodlibet/quodlibet-4.3.0.ebuild
copy to media-sound/quodlibet/quodlibet-4.3.0-r1.ebuild
index 868d15250e4..d95533f3a8d 100644
--- a/media-sound/quodlibet/quodlibet-4.3.0.ebuild
+++ b/media-sound/quodlibet/quodlibet-4.3.0-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_7 python3_8 )
+PYTHON_COMPAT=( python3_7 python3_8 python3_9 )
 inherit distutils-r1 xdg-utils
 
 DESCRIPTION="audio library tagger, manager, and player for GTK+"
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE="+dbus gstreamer +udev"
 
 RDEPEND="dev-libs/keybinder:3[introspection]

diff --git a/media-sound/quodlibet/quodlibet-4.3.0.ebuild b/media-sound/quodlibet/quodlibet-4.3.0.ebuild
index 868d15250e4..96755846f67 100644
--- a/media-sound/quodlibet/quodlibet-4.3.0.ebuild
+++ b/media-sound/quodlibet/quodlibet-4.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE="+dbus gstreamer +udev"
 
 RDEPEND="dev-libs/keybinder:3[introspection]

diff --git a/media-sound/quodlibet/quodlibet-4.3.0.ebuild b/media-sound/quodlibet/quodlibet-4.4.0.ebuild
similarity index 85%
copy from media-sound/quodlibet/quodlibet-4.3.0.ebuild
copy to media-sound/quodlibet/quodlibet-4.4.0.ebuild
index 868d15250e4..0e19b6bf95d 100644
--- a/media-sound/quodlibet/quodlibet-4.3.0.ebuild
+++ b/media-sound/quodlibet/quodlibet-4.4.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_7 python3_8 )
+PYTHON_COMPAT=( python3_8 python3_9 )
+DISTUTILS_USE_SETUPTOOLS=no
 inherit distutils-r1 xdg-utils
 
 DESCRIPTION="audio library tagger, manager, and player for GTK+"
@@ -11,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE="+dbus gstreamer +udev"
 
 RDEPEND="dev-libs/keybinder:3[introspection]
@@ -34,11 +35,11 @@ RDEPEND="dev-libs/keybinder:3[introspection]
 	udev? ( virtual/udev )"
 DEPEND="dev-util/intltool"
 
-S="${WORKDIR}/${PN}-release-${PV}/${PN}"
+S="${WORKDIR}/${PN}-release-${PV}"
 
 src_prepare() {
-	local qlconfig=${PN}/config.py
-
+	local qlconfig=quodlibet/config.py
+pwd
 	if ! use gstreamer; then
 		sed -i -e '/backend/s:gstbe:xinebe:' ${qlconfig} || die
 	fi
@@ -50,7 +51,7 @@ src_prepare() {
 
 src_install() {
 	distutils-r1_src_install
-	dodoc NEWS README
+	dodoc README.rst
 }
 
 pkg_postinst() {


             reply	other threads:[~2021-03-20 13:25 UTC|newest]

Thread overview: 84+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-20 13:25 Tobias Klausmann [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-31 19:40 [gentoo-commits] repo/gentoo:master commit in: media-sound/quodlibet/ Sam James
2024-07-31 19:14 Arthur Zamarin
2024-07-31 19:14 Arthur Zamarin
2024-07-31 18:44 Sam James
2024-07-04 14:00 Miroslav Šulc
2024-07-03 21:48 Matthias Maier
2024-03-04 10:33 Miroslav Šulc
2024-03-02 14:47 Arthur Zamarin
2024-02-27 23:42 Sam James
2024-02-17 14:48 Sam James
2024-02-16 19:25 Sam James
2024-02-16 19:25 Sam James
2024-01-17  6:34 Sam James
2024-01-17  6:34 Sam James
2023-12-06 12:32 Miroslav Šulc
2023-12-05 20:37 Arthur Zamarin
2023-09-26 12:29 Arthur Zamarin
2023-09-26 12:29 Arthur Zamarin
2023-09-26 12:29 Arthur Zamarin
2023-08-27  7:04 Miroslav Šulc
2022-11-18  7:23 Miroslav Šulc
2022-05-06  6:18 Miroslav Šulc
2022-05-05 20:28 Sam James
2022-05-05 17:45 Arthur Zamarin
2022-05-05  9:54 Jakov Smolić
2022-05-05  9:54 Jakov Smolić
2022-04-04  1:07 Sam James
2022-03-30  6:34 Miroslav Šulc
2021-07-05 13:54 Tobias Klausmann
2021-04-16  9:53 Tobias Klausmann
2021-04-11  0:13 Thomas Deutschmann
2021-04-09 22:22 Sam James
2021-03-20 13:30 Tobias Klausmann
2021-01-01  1:06 Michał Górny
2020-05-18 21:13 Agostino Sarubbo
2020-05-18 21:10 Agostino Sarubbo
2020-05-18 15:12 Agostino Sarubbo
2020-05-18 15:11 Agostino Sarubbo
2020-04-22  8:17 Tobias Klausmann
2020-02-16 12:51 Tobias Klausmann
2020-01-27 13:46 Agostino Sarubbo
2020-01-27 12:29 Agostino Sarubbo
2020-01-27 12:13 Agostino Sarubbo
2020-01-27  9:33 Sergei Trofimovich
2020-01-26  3:32 Matthias Maier
2019-06-30 19:11 Matthias Maier
2019-06-30 18:20 Matthias Maier
2019-06-30 18:20 Matthias Maier
2019-02-22 11:08 Mikle Kolyada
2019-02-15 15:46 Thomas Deutschmann
2019-02-12 21:03 Sergei Trofimovich
2019-01-27 23:13 Andreas Sturmlechner
2019-01-27 23:13 Andreas Sturmlechner
2018-09-15 18:26 Sergei Trofimovich
2018-06-05 20:11 Matthias Maier
2018-06-05 20:11 Matthias Maier
2018-06-05 20:11 Matthias Maier
2018-04-28  6:43 Tobias Klausmann
2018-04-28  6:42 Tobias Klausmann
2018-04-27 21:24 Aaron Bauman
2018-04-26 19:22 Thomas Deutschmann
2018-04-20 19:45 David Seifert
2018-02-07  0:54 Matthias Maier
2017-09-06  1:48 Matthias Maier
2017-05-20 23:46 Michael Weber
2017-05-01 13:37 Agostino Sarubbo
2017-05-01  1:19 Matthias Maier
2017-02-16 13:16 Tobias Klausmann
2017-01-27 10:25 Tobias Klausmann
2017-01-26 18:59 Matthias Maier
2017-01-26 18:58 Matthias Maier
2017-01-03 19:29 Tobias Klausmann
2016-12-04 18:49 Tobias Klausmann
2016-09-20 16:30 Matthias Maier
2016-08-23 16:10 Matthias Maier
2016-06-12  8:05 Matthias Maier
2016-06-12  8:05 Matthias Maier
2016-06-12  8:05 Matthias Maier
2016-02-28  5:25 Matthias Maier
2016-02-14 10:11 Agostino Sarubbo
2016-01-06  8:50 Matthias Maier
2015-11-02  0:18 Matthias Maier
2015-09-14  3:39 Jeroen Roovers

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=1616246724.9107f506b84c2f2f4347c5ce228c37cb925e62cf.klausman@gentoo \
    --to=klausman@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.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