dev-python/python-caja: drop 1.26.0

Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
This commit is contained in:
Petr Vaněk 2024-12-21 14:10:27 +01:00
parent 23c41a0b73
commit e2dfa2cf1b
No known key found for this signature in database
GPG Key ID: 351D91B6D7DF9E50
2 changed files with 0 additions and 58 deletions

View File

@ -1,2 +1 @@
DIST python-caja-1.26.0.tar.xz 314936 BLAKE2B 1fabd7bafa19051a19643aa9f10180d72062bc485231760439d988936406e07b9e600a80c1c9d45c88a5ac40c0b16e90878c02dba81f722d8a6f60713fe28cc7 SHA512 632b0b4a9fa29bdcde3b84b37820a7e171b59e78972f71c0c3d25d52cad8233ae7d1548e23ed6d3a06734b084532db1c4e85c3beaed15fce88cf8abff5be35d0
DIST python-caja-1.28.0.tar.xz 324164 BLAKE2B a0b0f3a75acbd6481dfaf88656d32b1c4de4435597a85bfd95bc4989b9c29b218ac2e4629b0551f779d60f045d5768cac5aa3c0c298412bc45f11282d53b01f6 SHA512 a87c05664c1afcddd14a26c564ecfaa58405d922b48bd9e53bd777623e88e53ddb59dd6debf5a90f3989285b198d8c307e7e5059cbd6e333fde9426724946366

View File

@ -1,57 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
MATE_LA_PUNT="yes"
PYTHON_COMPAT=( python{3_10,3_11} )
inherit mate python-single-r1
if [[ ${PV} != 9999 ]]; then
KEYWORDS="amd64 ~arm x86"
fi
DESCRIPTION="Python bindings for the Caja file manager"
LICENSE="GPL-2+"
SLOT="0"
IUSE="doc"
REQUIRED_USE=${PYTHON_REQUIRED_USE}
COMMON_DEPEND="${PYTHON_DEPS}
>=dev-libs/glib-2.50:2
$( python_gen_cond_dep 'dev-python/pygobject:3[${PYTHON_USEDEP}]' )
>=mate-base/caja-1.17.1[introspection]
>=x11-libs/gtk+-3.22:3
"
RDEPEND="${COMMON_DEPEND}"
BDEPEND="${COMMON_DEPEND}
dev-util/gtk-doc
dev-build/gtk-doc-am
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
doc? ( app-text/docbook-xml-dtd:4.1.2 )
"
src_prepare() {
MATE_FORCE_AUTORECONF="true"
sed -i "s/\$(PACKAGE)/${PF}/g" examples/Makefile.am || die
mate_src_prepare
}
src_install() {
mate_src_install
# Keep the directory for systemwide extensions.
keepdir /usr/share/caja-python/extensions/
# The HTML documentation generation is broken and commented out by upstream.
#
#if use doc ; then
# insinto /usr/share/gtk-doc/html/nautilus-python # for dev-util/devhelp
# doins -r docs/html/*
#fi
}