commit: 8904c9c5f280964fed1b36aa7613f6c47f9088c4
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 23:15:21 2023 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sun Aug 20 00:21:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8904c9c5
dev-libs/libbytesize: shorten DESCRIPTION, add note about py3.12
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
dev-libs/libbytesize/libbytesize-2.9.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-libs/libbytesize/libbytesize-2.9.ebuild
b/dev-libs/libbytesize/libbytesize-2.9.ebuild
index b9242faf34f5..c578c689d11f 100644
--- a/dev-libs/libbytesize/libbytesize-2.9.ebuild
+++ b/dev-libs/libbytesize/libbytesize-2.9.ebuild
@@ -3,11 +3,12 @@
EAPI=8
+# py3.12 blocked by the massive dependency tree of dev-python/pocketlint
PYTHON_COMPAT=( python3_{10..11} )
inherit autotools python-r1
-DESCRIPTION="Tiny library providing a C \"class\" for working with arbitrary
big sizes in bytes"
+DESCRIPTION="Tiny library providing a C \"class\" for working with arbitrary
big byte sizes"
HOMEPAGE="https://github.com/storaged-project/libbytesize"
SRC_URI="https://github.com/storaged-project/libbytesize/releases/download/${PV}/${P}.tar.gz"