diff options
author | Marek Szuba <marecki@gentoo.org> | 2023-08-20 00:15:21 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2023-08-20 01:21:32 +0100 |
commit | 8904c9c5f280964fed1b36aa7613f6c47f9088c4 (patch) | |
tree | f4171ee30e510447b4b8343140e37f2afcc7dad4 /dev-libs/libbytesize | |
parent | x11-terms/wezterm: Delete old. (diff) | |
download | gentoo-8904c9c5f280964fed1b36aa7613f6c47f9088c4.tar.gz gentoo-8904c9c5f280964fed1b36aa7613f6c47f9088c4.tar.bz2 gentoo-8904c9c5f280964fed1b36aa7613f6c47f9088c4.zip |
dev-libs/libbytesize: shorten DESCRIPTION, add note about py3.12
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-libs/libbytesize')
-rw-r--r-- | dev-libs/libbytesize/libbytesize-2.9.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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" |