diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
| commit | f716a9fe6455d39eef01e718aae68dae61c19704 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/nautilus-python/nautilus-python-4.0.1.ebuild | |
| parent | 3f9cf298e89cd5037b982abba06091224ee76daf (diff) | |
| download | baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip | |
Adding metadata
Diffstat (limited to 'dev-python/nautilus-python/nautilus-python-4.0.1.ebuild')
| -rw-r--r-- | dev-python/nautilus-python/nautilus-python-4.0.1.ebuild | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/dev-python/nautilus-python/nautilus-python-4.0.1.ebuild b/dev-python/nautilus-python/nautilus-python-4.0.1.ebuild deleted file mode 100644 index 6b86b2a0fd88..000000000000 --- a/dev-python/nautilus-python/nautilus-python-4.0.1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{13..14} ) - -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="amd64 arm64 ~ppc64 x86" -IUSE="gtk-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=" - >=dev-libs/glib-2.44:2 - $(python_gen_cond_dep ' - dev-python/pygobject:3[${PYTHON_USEDEP}] - ') - >=gnome-base/nautilus-43.0[introspection] - ${PYTHON_DEPS} -" -DEPEND="${RDEPEND}" -BDEPEND=" - gtk-doc? ( dev-util/gtk-doc ) - >=dev-build/gtk-doc-am-1.14 - virtual/pkgconfig -" - -src_configure() { - local emesonargs=( - $(meson_feature gtk-doc docs) - ) - meson_src_configure -} - -src_install() { - meson_src_install - - 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 -} |
