net-misc/fb-client: Add py 3.12
Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
parent
e939649045
commit
ad0eab6182
@ -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
|
||||||
|
@ -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
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI="8"
|
EAPI="8"
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_11 )
|
PYTHON_COMPAT=( python3_{11..12} )
|
||||||
|
|
||||||
inherit python-r1
|
inherit python-r1
|
||||||
|
|
||||||
DESCRIPTION="Client for paste.xinu.at"
|
DESCRIPTION="Client for paste.xinu.at"
|
||||||
HOMEPAGE="https://paste.xinu.at https://git.server-speed.net/users/flo/fb/"
|
HOMEPAGE="https://paste.xinu.at https://git.server-speed.net/users/flo/fb/"
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
|
|
||||||
if [[ "${PV}" == *9999 ]]
|
if [[ "${PV}" == *9999 ]]
|
||||||
then
|
then
|
||||||
inherit git-r3
|
inherit git-r3
|
||||||
@ -20,8 +19,8 @@ else
|
|||||||
S="${WORKDIR}/fb-${PV}"
|
S="${WORKDIR}/fb-${PV}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
KEYWORDS="~amd64 ~x86"
|
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
IUSE="+clipboard"
|
IUSE="+clipboard"
|
||||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||||
RESTRICT="test" # this packages has no tests
|
RESTRICT="test" # this packages has no tests
|
@ -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
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI="8"
|
EAPI="8"
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_11 )
|
PYTHON_COMPAT=( python3_{11..12} )
|
||||||
|
|
||||||
inherit python-r1
|
inherit python-r1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user