From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EFF091581EE for ; Tue, 01 Apr 2025 12:36:47 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id DD3DF343087 for ; Tue, 01 Apr 2025 12:36:47 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id D5F531102CD; Tue, 01 Apr 2025 12:36:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id C94291102CD for ; Tue, 01 Apr 2025 12:36:46 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 66D733430C3 for ; Tue, 01 Apr 2025 12:36:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E74232640 for ; Tue, 01 Apr 2025 12:36:44 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1743511002.0d981d46aba97158e4dc9fda1a2bdd3ee4094e6e.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gentle/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/gentle/Manifest app-portage/gentle/gentle-1.0.2.ebuild X-VCS-Directories: app-portage/gentle/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 0d981d46aba97158e4dc9fda1a2bdd3ee4094e6e X-VCS-Branch: master Date: Tue, 01 Apr 2025 12:36:44 +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: 84b02c13-7fd5-4da3-94fe-9fae0a95c269 X-Archives-Hash: 8381863f1905fb7f90acbc732d1e760e commit: 0d981d46aba97158e4dc9fda1a2bdd3ee4094e6e Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Wed Jan 29 18:06:15 2025 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Apr 1 12:36:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d981d46 app-portage/gentle: add 1.0.2 This release fixes compatibility with Portage 3.0.67 and higher. Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> Closes: https://github.com/gentoo/gentoo/pull/40366 Signed-off-by: Joonas Niilola gentoo.org> app-portage/gentle/Manifest | 1 + app-portage/gentle/gentle-1.0.2.ebuild | 53 ++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) diff --git a/app-portage/gentle/Manifest b/app-portage/gentle/Manifest index e3bd2b98c5b3..327d99a1951e 100644 --- a/app-portage/gentle/Manifest +++ b/app-portage/gentle/Manifest @@ -1 +1,2 @@ DIST gentle_mxml-1.0.1.tar.gz 248146 BLAKE2B b7ca2198938671f0af6879a5f5e5de81e86e67889b41c385270bf13feabfb110f2bfc5246eb144946d3c3ec75c9375079bb608907a45d48efe57bd981b726b31 SHA512 15706895f695ba1ef3e1c576cfd4cc0b4228f931f7b43b61cb4996f77147a5b1587822c971d22b9914f1a0228d6e0afcceacfcad496f55cc50cee3d928503108 +DIST gentle_mxml-1.0.2.tar.gz 248793 BLAKE2B 003db74d3613f787d207db6c6e368f4bc40859066982a240149179095a1cd94bd69f7efaf81c59e07cc81741b64b12ca809674a5e18bd420fefdd6f621e8419e SHA512 b102f3ee369777f410a4826d922a92097328b217c2ce80890282e8c1b0a7175ea2c5c43b60fff932ce7fcd2d7ce7991ca952a35658144829ca2228532321b314 diff --git a/app-portage/gentle/gentle-1.0.2.ebuild b/app-portage/gentle/gentle-1.0.2.ebuild new file mode 100644 index 000000000000..04f42255d2a3 --- /dev/null +++ b/app-portage/gentle/gentle-1.0.2.ebuild @@ -0,0 +1,53 @@ +# Copyright 2023-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{11..12} ) +DISTUTILS_USE_PEP517=flit +PYPI_PN="gentle-mxml" +inherit distutils-r1 optfeature pypi + +DESCRIPTION="Gentoo Lazy Entry - a metadata.xml generator" +HOMEPAGE=" + https://gentle.sysrq.in + https://pypi.org/project/gentle-mxml/ +" + +LICENSE="WTFPL-2" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/lxml[${PYTHON_USEDEP}] + sys-apps/portage[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + app-text/xmldiff[${PYTHON_USEDEP}] + dev-lang/perl + dev-lang/ruby:* + >=dev-python/build-1.2.0[${PYTHON_USEDEP}] + dev-python/pkginfo[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/rdflib[${PYTHON_USEDEP}] + dev-python/uv + ) +" + +distutils_enable_tests pytest + +distutils_enable_sphinx docs \ + dev-python/insipid-sphinx-theme \ + dev-python/sphinx-prompt + +python_test() { + epytest --with-perl --with-ruby +} + +pkg_postinst() { + optfeature "python packaging support" "dev-python/build dev-python/uv" + optfeature "PKG-INFO support" dev-python/pkginfo + optfeature "yaml support" dev-python/pyyaml + optfeature "rdf support" dev-python/rdflib +}