Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 879010 Details for
Bug 896608
app-office/gtg: needs upgrade to Python 3.11 (PythonCompatUpdate)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Git patch version of the -r2 ebuild I attached previously
0001-explicit-python-3.11-in-PYTHON_COMPAT.patch (text/plain), 2.19 KB, created by
MrSnivvel
on 2023-12-13 19:25:56 UTC
(
hide
)
Description:
Git patch version of the -r2 ebuild I attached previously
Filename:
MIME Type:
Creator:
MrSnivvel
Created:
2023-12-13 19:25:56 UTC
Size:
2.19 KB
patch
obsolete
>From 8a0fdbe416fbc2331be97a1d8d4a6a9971959838 Mon Sep 17 00:00:00 2001 >From: root <root@threadripper.lan> >Date: Wed, 13 Dec 2023 13:23:21 -0600 >Subject: [PATCH] explicit python-3.11 in PYTHON_COMPAT > >--- > app-office/gtg/gtg-0.6-r2.ebuild | 62 ++++++++++++++++++++++++++++++++ > 1 file changed, 62 insertions(+) > create mode 100644 app-office/gtg/gtg-0.6-r2.ebuild > >diff --git a/app-office/gtg/gtg-0.6-r2.ebuild b/app-office/gtg/gtg-0.6-r2.ebuild >new file mode 100644 >index 000000000..ad750d71a >--- /dev/null >+++ b/app-office/gtg/gtg-0.6-r2.ebuild >@@ -0,0 +1,62 @@ >+# Copyright 1999-2023 Gentoo Authors >+# Distributed under the terms of the GNU General Public License v2 >+ >+EAPI=8 >+PYTHON_COMPAT=( python3_11 ) >+PYTHON_REQ_USE="xml(+)" >+ >+inherit meson python-single-r1 xdg >+ >+DESCRIPTION="Personal organizer for the GNOME desktop environment" >+HOMEPAGE="https://wiki.gnome.org/Apps/GTG/" >+SRC_URI="https://github.com/getting-things-gnome/gtg/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" >+ >+LICENSE="GPL-3+" >+SLOT="0" >+KEYWORDS="~amd64 ~arm64 ~x86" >+IUSE="test" >+REQUIRED_USE="${PYTHON_REQUIRED_USE}" >+RESTRICT="!test? ( test )" >+ >+RDEPEND=" >+ ${PYTHON_DEPS} >+ $(python_gen_cond_dep ' >+ dev-python/caldav[${PYTHON_USEDEP}] >+ dev-python/dbus-python[${PYTHON_USEDEP}] >+ >=dev-python/liblarch-3.1.0[${PYTHON_USEDEP}] >+ dev-python/lxml[${PYTHON_USEDEP}] >+ dev-python/python-dateutil[${PYTHON_USEDEP}] >+ dev-python/pygobject:3[${PYTHON_USEDEP}] >+ dev-python/pycairo[${PYTHON_USEDEP}] >+ dev-python/vobject[${PYTHON_USEDEP}] >+ ') >+ x11-libs/pango[introspection] >+ x11-libs/gdk-pixbuf[introspection] >+ x11-libs/gtk+:3[introspection] >+ x11-libs/gtksourceview:4[introspection] >+" >+DEPEND="${RDEPEND}" >+BDEPEND=" >+ dev-util/itstool >+ >=sys-devel/gettext-0.19.8 >+ test? ( $(python_gen_cond_dep ' >+ dev-python/cheetah3[${PYTHON_USEDEP}] >+ dev-python/mock[${PYTHON_USEDEP}] >+ dev-python/pytest[${PYTHON_USEDEP}] >+ ') >+ || ( app-text/pdfjam >=app-text/texlive-core-2021 ) >+ app-text/pdftk >+ dev-texlive/texlive-latex >+ ) >+" >+ >+src_test() { >+ sed -e "s|@VCS_TAG@|${PV}|" GTG/core/info.py.in > GTG/core/info.py || die >+ epytest >+} >+ >+src_install() { >+ meson_src_install >+ python_fix_shebang "${ED}"/usr/bin/gtg >+ python_optimize >+} >-- >2.43.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 896608
:
879009
| 879010