From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 819B6158089 for ; Tue, 24 Oct 2023 18:26:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 940D92BC021; Tue, 24 Oct 2023 18:26:30 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 pigeon.gentoo.org (Postfix) with ESMTPS id 7DA322BC021 for ; Tue, 24 Oct 2023 18:26:30 +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 C592C335C11 for ; Tue, 24 Oct 2023 18:26:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DB7A12C2 for ; Tue, 24 Oct 2023 18:26:27 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1698171978.ce78ee23ae96457a915ae2939544608236922b5d.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sratom/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/sratom/Manifest media-libs/sratom/sratom-0.6.14-r1.ebuild media-libs/sratom/sratom-0.6.16.ebuild X-VCS-Directories: media-libs/sratom/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: ce78ee23ae96457a915ae2939544608236922b5d X-VCS-Branch: master Date: Tue, 24 Oct 2023 18:26:27 +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: 61f9d551-c4a0-4c22-be33-90048606d6e4 X-Archives-Hash: df9eae718aebef15b7f528f868ebb48e commit: ce78ee23ae96457a915ae2939544608236922b5d Author: Miroslav Šulc gentoo org> AuthorDate: Tue Oct 24 18:22:20 2023 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Tue Oct 24 18:26:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce78ee23 media-libs/sratom: bump to 0.6.16 + py3.12 Signed-off-by: Miroslav Šulc gentoo.org> media-libs/sratom/Manifest | 1 + media-libs/sratom/sratom-0.6.14-r1.ebuild | 2 +- .../{sratom-0.6.14-r1.ebuild => sratom-0.6.16.ebuild} | 13 +++++++------ 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/media-libs/sratom/Manifest b/media-libs/sratom/Manifest index 83f735b1334d..b0a93648fb8e 100644 --- a/media-libs/sratom/Manifest +++ b/media-libs/sratom/Manifest @@ -1 +1,2 @@ DIST sratom-0.6.14.tar.xz 24252 BLAKE2B 6f468e9a0de97cf83a4f3faeb8ceff8a5502da7f0dff6b5721ef985df352057cda0dbbf13656471ef7f3103a891570e3462ed6bf4517dbc546d9f83115db433b SHA512 3647ccca3ac98299a0bcc30d540788c627445c9a55f0b68a53e08ee45b15138c7a5466c92d1c10eac614325718d4f59eff6f0664f99891e8349e613be675c87d +DIST sratom-0.6.16.tar.xz 18940 BLAKE2B e78bc572d990ce6914f3276d1b110cb3ba01213f5a084d8548009bf9226107c820f9f86f4cf22ae8076dd9d44bdb5e8b4bc623f67759150fb267b6ccf673a1f7 SHA512 8e01eec642bff63745e8d99a814780ff34e4b79cc99699a1bb7ddac60da8808231d3b4a615a1d87464cbcf4dc26b8ec39e71688a268d493df71dc75892bf6479 diff --git a/media-libs/sratom/sratom-0.6.14-r1.ebuild b/media-libs/sratom/sratom-0.6.14-r1.ebuild index 8c67968942b2..3f2b69dc0760 100644 --- a/media-libs/sratom/sratom-0.6.14-r1.ebuild +++ b/media-libs/sratom/sratom-0.6.14-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) PYTHON_REQ_USE='threads(+)' inherit meson-multilib python-any-r1 diff --git a/media-libs/sratom/sratom-0.6.14-r1.ebuild b/media-libs/sratom/sratom-0.6.16.ebuild similarity index 75% copy from media-libs/sratom/sratom-0.6.14-r1.ebuild copy to media-libs/sratom/sratom-0.6.16.ebuild index 8c67968942b2..787d7e0e66de 100644 --- a/media-libs/sratom/sratom-0.6.14-r1.ebuild +++ b/media-libs/sratom/sratom-0.6.16.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) PYTHON_REQ_USE='threads(+)' inherit meson-multilib python-any-r1 @@ -13,7 +13,7 @@ SRC_URI="https://download.drobilla.net/${P}.tar.xz" LICENSE="ISC" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="doc test" RESTRICT="!test? ( test )" @@ -23,13 +23,14 @@ BDEPEND=" app-doc/doxygen dev-python/sphinx dev-python/sphinx-lv2-theme + dev-python/sphinxygen ) " # Take care on bumps to check minimum versions! RDEPEND=" - >=dev-libs/serd-0.30.10 - >=dev-libs/sord-0.16.10 - >=media-libs/lv2-1.18.4 + dev-libs/serd + >=dev-libs/sord-0.16.16 + media-libs/lv2 " DEPEND="${RDEPEND} ${PYTHON_DEPS} @@ -39,7 +40,7 @@ src_prepare() { default # fix doc installation path - sed -iE "s%install_dir: docdir / 'sratom-0',%install_dir: docdir / '${PF}',%g" doc/c/meson.build || die + sed -iE "s/versioned_name/'${PF}'/g" doc/html/meson.build doc/singlehtml/meson.build || die } multilib_src_configure() {