commit: 77633c15c4c15c93b4638711ac4300b2ef9bdd0c Author: Leonardo Hernández Hernández <leohdz172 <AT> protonmail <DOT> com> AuthorDate: Sat Oct 1 01:57:36 2022 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> 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 <leohdz172 <AT> protonmail.com> Signed-off-by: Matt Turner <mattst88 <AT> 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
