From b590c8d7572b727d565cc0b8ff660d43569845de Mon Sep 17 00:00:00 2001 From: root Date: Fri, 12 Jun 2026 19:09:37 -0500 Subject: Adding metadata --- dev-python/liblarch/Manifest | 1 + dev-python/liblarch/liblarch-3.2.0.ebuild | 38 +++++++++++++++++++++++++++++++ dev-python/liblarch/metadata.xml | 13 +++++++++++ 3 files changed, 52 insertions(+) create mode 100644 dev-python/liblarch/Manifest create mode 100644 dev-python/liblarch/liblarch-3.2.0.ebuild create mode 100644 dev-python/liblarch/metadata.xml (limited to 'dev-python/liblarch') diff --git a/dev-python/liblarch/Manifest b/dev-python/liblarch/Manifest new file mode 100644 index 000000000000..24c50b543486 --- /dev/null +++ b/dev-python/liblarch/Manifest @@ -0,0 +1 @@ +DIST liblarch-3.2.0.tar.gz 56733 BLAKE2B 92bf0c51b2f16e84633c75f51ccf321c8756b154bfa76412db5ff7b1879e27f0a24f69e2be94db10c9409b0b326d5ac4477c88eaf8f1be80ef9f3390ea26f879 SHA512 d356535f2e60885249be009f7e671fcb1ee02b7d32b7abecc3805c5f6b6e231fc34be0d7a73cd9f9a68dfaae0b1cf0a5bdc54ed3075901a149d58ad6577d92ab diff --git a/dev-python/liblarch/liblarch-3.2.0.ebuild b/dev-python/liblarch/liblarch-3.2.0.ebuild new file mode 100644 index 000000000000..b206e02bb4d3 --- /dev/null +++ b/dev-python/liblarch/liblarch-3.2.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 virtualx + +DESCRIPTION="Library to handle directed acyclic graphs" +HOMEPAGE=" + https://wiki.gnome.org/Projects/liblarch + https://github.com/getting-things-gnome/liblarch/ +" +SRC_URI=" + https://github.com/getting-things-gnome/liblarch/archive/v${PV}.tar.gz + -> ${P}.tar.gz +" + +LICENSE="LGPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +DEPEND=" + dev-python/pygobject:3[${PYTHON_USEDEP}] + x11-libs/gtk+:3[introspection] +" +RDEPEND=" + ${DEPEND} +" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest + +src_test() { + virtx distutils-r1_src_test +} diff --git a/dev-python/liblarch/metadata.xml b/dev-python/liblarch/metadata.xml new file mode 100644 index 000000000000..03e2863404f9 --- /dev/null +++ b/dev-python/liblarch/metadata.xml @@ -0,0 +1,13 @@ + + + + + leio@gentoo.org + + + Liblarch is a python library built to easily handle data structure such are lists, trees and directed acyclic graphs (tree where nodes can have multiple parents). There's also a liblarch-gtk binding that will allow you to use your data structure in a Gtk.Treeview. + + Liblarch supports multiple views of one data structure and complex filtering. That way, you have a clear separation between your data themselves (Model) and how they are displayed (View). + + baldeagleos-repo + -- cgit v1.3