From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ADEA8158094 for ; Sat, 1 Oct 2022 19:38:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE432E0B33; Sat, 1 Oct 2022 19:38:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CFF83E0B33 for ; Sat, 1 Oct 2022 19:38:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D30DD340B6A for ; Sat, 1 Oct 2022 19:38:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19D1E599 for ; Sat, 1 Oct 2022 19:38:40 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1664653098.77633c15c4c15c93b4638711ac4300b2ef9bdd0c.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nautilus-python/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nautilus-python/Manifest dev-python/nautilus-python/nautilus-python-4.0.ebuild profiles/package.mask X-VCS-Directories: profiles/ dev-python/nautilus-python/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 77633c15c4c15c93b4638711ac4300b2ef9bdd0c X-VCS-Branch: master Date: Sat, 1 Oct 2022 19:38:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 031d2e3f-2328-466f-9181-6397ddb204f3 X-Archives-Hash: c2694e0a7859ad05902a6810826a138e commit: 77633c15c4c15c93b4638711ac4300b2ef9bdd0c Author: Leonardo Hernández Hernández protonmail com> AuthorDate: Sat Oct 1 01:57:36 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Oct 1 19:38:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77633c15 dev-python/nautilus-python: Version bump to 4.0 Closes: https://github.com/gentoo/gentoo/pull/27548 Signed-off-by: Leonardo Hernández Hernández protonmail.com> Signed-off-by: Matt Turner gentoo.org> dev-python/nautilus-python/Manifest | 1 + .../nautilus-python/nautilus-python-4.0.ebuild | 50 ++++++++++++++++++++++ profiles/package.mask | 1 + 3 files changed, 52 insertions(+) diff --git a/dev-python/nautilus-python/Manifest b/dev-python/nautilus-python/Manifest index 9458ca5396a8..1a03078ce1a5 100644 --- a/dev-python/nautilus-python/Manifest +++ b/dev-python/nautilus-python/Manifest @@ -1 +1,2 @@ DIST nautilus-python-1.2.3.tar.xz 269320 BLAKE2B 3d355bb8c0e67c488bb818d55c2bc97d8d4bfa14aeed8d6cb80d999a4b91ef5dc2f576d3dcca0e44ac004830ae326a93110aeb0cbe1987f100475cbee1b59ba2 SHA512 9c6a1a4bbf74a8c9c7d94a74c6994f0b1fc9de522c9f05d0ccbcdf3d60b1073dcf8058739ac0ee16f54b2632f2b9dd994bbe2bcd98cc165db543567bb1545443 +DIST nautilus-python-4.0.tar.xz 32184 BLAKE2B cc910de82e54cd687d23541a0b283a70dc5a0626acebf8787110ae1b5a4c080741c0879968816e217a4da968a77169d79b6614dd055f1ae57999a9a49f2553cb SHA512 f70f825b821f266caafd1b347066de01462b8256ec126072042d09dd7fd6c9324847d5ddab65671589d0a411f8b8fed428dbc94806ac679d646861c66c3a0dd5 diff --git a/dev-python/nautilus-python/nautilus-python-4.0.ebuild b/dev-python/nautilus-python/nautilus-python-4.0.ebuild new file mode 100644 index 000000000000..dfdc42f186a1 --- /dev/null +++ b/dev-python/nautilus-python/nautilus-python-4.0.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..11} ) + +inherit gnome2 meson python-single-r1 + +DESCRIPTION="Python bindings for the Nautilus file manager" +HOMEPAGE="https://projects.gnome.org/nautilus-python/" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm64 ~ppc64 ~x86" +IUSE="doc" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +# Require pygobject:3 and USE=introspection on nautilus for sanity, +# because no (user) plugins could work without them; meson.build +# requires pygobject:3 and >=nautilus-43.0 +RDEPEND=" + $(python_gen_cond_dep ' + dev-python/pygobject:3[${PYTHON_USEDEP}] + ') + >=gnome-base/nautilus-43.0[introspection] + ${PYTHON_DEPS} +" +DEPEND="${RDEPEND}" +BDEPEND=" + >=dev-util/gtk-doc-am-1.14 + virtual/pkgconfig +" + +src_configure() { + local emesonargs=( + $(meson_feature doc docs) + ) + meson_src_configure +} + +src_install() { + meson_src_install + + use doc && mv "${ED}/usr/share/doc/${PN}/"* "${ED}/usr/share/doc/${P}" || die + rm -d "${ED}/usr/share/doc/${PN}" || die + + # Directory for systemwide extensions + keepdir /usr/share/nautilus-python/extensions +} diff --git a/profiles/package.mask b/profiles/package.mask index 698a797459b5..fd2b8496bb51 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -424,6 +424,7 @@ sys-devel/automake:1.11 # Migration to it is expected for GNOME 42, NOT to be unmasked with GNOME 41. >=dev-libs/gjs-1.74 >=dev-libs/libgweather-4.2.0 +>=dev-python/nautilus-python-4.0 >=dev-util/devhelp-43 >=gnome-base/gnome-desktop-43 >=gnome-base/gnome-settings-daemon-43