Diff buildbot-worker-3.9.0 with a buildbot-worker-9999

/usr/portage/dev-util/buildbot-worker/buildbot-worker-9999.ebuild 2023-10-09 14:52:30.944368387 +0300
4 4
EAPI=8
5 5

  
6 6
DISTUTILS_USE_PEP517=setuptools
7
PYPI_NO_NORMALIZE=1
8 7
PYTHON_COMPAT=( python3_{10..11} )
9
inherit readme.gentoo-r1 systemd distutils-r1 pypi
8
EGIT_REPO_URI="https://github.com/buildbot/buildbot.git"
9
inherit readme.gentoo-r1 systemd distutils-r1
10 10

  
11 11
DESCRIPTION="BuildBot Worker (slave) Daemon"
12 12
HOMEPAGE="https://buildbot.net/
13 13
	https://github.com/buildbot/buildbot
14 14
	https://pypi.org/project/buildbot-worker/"
15
S="${S}/worker"
15 16

  
16 17
LICENSE="GPL-2"
17 18
SLOT="0"
18
KEYWORDS="~amd64 ~arm64 ~riscv ~sparc ~amd64-linux ~x86-linux"
19 19
IUSE="test"
20 20
RESTRICT="!test? ( test )"
21 21

  
Thank you!