From d3ee466e7be64b573bbc0fefeb053ffa5eb28282 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Wed, 6 May 2026 17:58:55 +0300 Subject: [PATCH] Rebuild with python 3.14 --- pkg.info | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/pkg.info b/pkg.info index bbacec1..7582dd3 100644 --- a/pkg.info +++ b/pkg.info @@ -1,11 +1,22 @@ name: libbytesize description: Tiny library providing a C 'class' for working with arbitrary big sizes in bytes version: "2.12" -revision: 1 +revision: 2 url: https://github.com/storaged-project/libbytesize license: LGP2.1-or-later +maintainers: + - enumdev@enumerated.dev architecture: any type: source +depends: + - glibc + - gmp + - mpfr + - pcre2 +optional_depends: + - python3=3.14.*:For Python bindings and bscalc +make_depends: + - python3=3.14.* downloads: - url: https://github.com/storaged-project/libbytesize/archive/refs/tags/${BPM_PKG_VERSION}.tar.gz extract_to: ${BPM_SOURCE}