net-misc/fb-client: Add py 3.12

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
Nils Freydank 2024-05-09 22:15:58 +02:00
parent e939649045
commit ad0eab6182
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
3 changed files with 6 additions and 7 deletions

View File

@ -1 +1 @@
DIST fb-client-2.3.0-r1.tar.gz 23930 BLAKE2B f4ccdd9e7cabf27c0b3fa652dd21cb704ad67d301c82c985c0c249595b6069b84409aea794649e3e671c07e1e6b4013a676870e1bb7e42e42d05ecd39a7a17f1 SHA512 d41e3cdf8c20136bc7394bcd1ceb521e42e1038e8f00c7fc939d3f1b066742453f18c095bd31efa3f0a20a5ad79713475e8a889d0138591f013e91d7361a26aa
DIST fb-client-2.3.0-r2.tar.gz 23930 BLAKE2B f4ccdd9e7cabf27c0b3fa652dd21cb704ad67d301c82c985c0c249595b6069b84409aea794649e3e671c07e1e6b4013a676870e1bb7e42e42d05ecd39a7a17f1 SHA512 d41e3cdf8c20136bc7394bcd1ceb521e42e1038e8f00c7fc939d3f1b066742453f18c095bd31efa3f0a20a5ad79713475e8a889d0138591f013e91d7361a26aa

View File

@ -1,16 +1,15 @@
# Copyright 2016-2023 Gentoo Authors
# Copyright 2016-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
PYTHON_COMPAT=( python3_11 )
PYTHON_COMPAT=( python3_{11..12} )
inherit python-r1
DESCRIPTION="Client for paste.xinu.at"
HOMEPAGE="https://paste.xinu.at https://git.server-speed.net/users/flo/fb/"
LICENSE="GPL-3"
if [[ "${PV}" == *9999 ]]
then
inherit git-r3
@ -20,8 +19,8 @@ else
S="${WORKDIR}/fb-${PV}"
fi
KEYWORDS="~amd64 ~x86"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+clipboard"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RESTRICT="test" # this packages has no tests

View File

@ -1,9 +1,9 @@
# Copyright 2016-2023 Gentoo Authors
# Copyright 2016-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
PYTHON_COMPAT=( python3_11 )
PYTHON_COMPAT=( python3_{11..12} )
inherit python-r1