From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1547740-garchives=archives.gentoo.org@lists.gentoo.org>
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 1046015800A
	for <garchives@archives.gentoo.org>; Sun, 20 Aug 2023 00:21:44 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 401462BC014;
	Sun, 20 Aug 2023 00:21:43 +0000 (UTC)
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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 23F8C2BC015
	for <gentoo-commits@lists.gentoo.org>; Sun, 20 Aug 2023 00:21:43 +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) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 163AB3411BA
	for <gentoo-commits@lists.gentoo.org>; Sun, 20 Aug 2023 00:21:42 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A771B8B
	for <gentoo-commits@lists.gentoo.org>; Sun, 20 Aug 2023 00:21:40 +0000 (UTC)
From: "Marek Szuba" <marecki@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" <marecki@gentoo.org>
Message-ID: <1692490892.8904c9c5f280964fed1b36aa7613f6c47f9088c4.marecki@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libbytesize/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-libs/libbytesize/libbytesize-2.9.ebuild
X-VCS-Directories: dev-libs/libbytesize/
X-VCS-Committer: marecki
X-VCS-Committer-Name: Marek Szuba
X-VCS-Revision: 8904c9c5f280964fed1b36aa7613f6c47f9088c4
X-VCS-Branch: master
Date: Sun, 20 Aug 2023 00:21:40 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 3f561aa7-498f-482f-a53e-fc1d2e5497ee
X-Archives-Hash: f7c9796bd90ba62960f383b84ab8971a

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"