From 204fa50e42ce2539c65ba47664d6ed445bdf8c1d Mon Sep 17 00:00:00 2001 From: Michael Schubert Date: Sun, 15 Mar 2026 11:34:11 +0000 Subject: [PATCH] dev-python/pyBigWig: version bump 0.3.25 Signed-off-by: Michael Schubert --- dev-python/pyBigWig/Manifest | 2 +- .../{pyBigWig-0.3.24.ebuild => pyBigWig-0.3.25.ebuild} | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) rename dev-python/pyBigWig/{pyBigWig-0.3.24.ebuild => pyBigWig-0.3.25.ebuild} (84%) diff --git a/dev-python/pyBigWig/Manifest b/dev-python/pyBigWig/Manifest index 4871f84021f..65e6fc85ba6 100644 --- a/dev-python/pyBigWig/Manifest +++ b/dev-python/pyBigWig/Manifest @@ -1 +1 @@ -DIST pyBigWig-0.3.24.tar.gz 67280 BLAKE2B 3c6b0129eaf82d848d6bca9c78966cb106b53b50ee9551f2bef88e775f0b97d80248a6f1cd11a5f96819c836a36078d107d57683dd37a63b2e0ad49e5d52af77 SHA512 ff08fc987e9320b6c33d57da92ec8f5dcede2fbbafb0cb6a03eb0537da7312d8b7a4aabd30c7ae1cc7e6c9554b7d08654444b1141ee1df944e6d6de957e3d6c0 +DIST pyBigWig-0.3.25.gh.tar.gz 67289 BLAKE2B 480a2c4a2f3ca801952576a5745cdf57dd280fd5b18aefdc60c04a2eeca43ffd169ef1cd1fca6de2d27c6d1285d6b2701f0b37394bf3bafe6ebbf4ace3c878f1 SHA512 4a3c273195c816474d45a0de4f7cac17f424a064d5daf69d52eb9effc476df668ca987c3b01e95948fdf5927932d4c794d7dc2dcdf814c7b1fbecf53eeb8de4a diff --git a/dev-python/pyBigWig/pyBigWig-0.3.24.ebuild b/dev-python/pyBigWig/pyBigWig-0.3.25.ebuild similarity index 84% rename from dev-python/pyBigWig/pyBigWig-0.3.24.ebuild rename to dev-python/pyBigWig/pyBigWig-0.3.25.ebuild index 897cd612191..9fd3d85006d 100644 --- a/dev-python/pyBigWig/pyBigWig-0.3.24.ebuild +++ b/dev-python/pyBigWig/pyBigWig-0.3.25.ebuild @@ -1,17 +1,16 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{12..13} ) +PYTHON_COMPAT=( python3_{12..14} ) DISTUTILS_USE_PEP517=setuptools DISTUTILS_EXT=1 -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} inherit distutils-r1 DESCRIPTION="quick access to and creation of bigWig files" HOMEPAGE="https://github.com/deeptools/pyBigWig" -SRC_URI="https://github.com/deeptools/pyBigWig/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/deeptools/pyBigWig/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="MIT" SLOT="0"