diff options
author | 2024-10-15 00:06:09 +0200 | |
---|---|---|
committer | 2024-10-18 10:05:17 +0300 | |
commit | 5d26bab89571c0f42b15b833a6de1d297c86d8af (patch) | |
tree | e8d0fa1fcd14bb6bd6a295a8737267507b58c480 /dev-util/buildbot-www-react | |
parent | dev-util/buildbot-www: add 3.11.9 (diff) | |
download | gentoo-5d26bab89571c0f42b15b833a6de1d297c86d8af.tar.gz gentoo-5d26bab89571c0f42b15b833a6de1d297c86d8af.tar.bz2 gentoo-5d26bab89571c0f42b15b833a6de1d297c86d8af.zip |
dev-util/buildbot-www-react: add 3.11.9
Signed-off-by: Magnus Granberg <zorry@gentoo.org>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util/buildbot-www-react')
-rw-r--r-- | dev-util/buildbot-www-react/Manifest | 1 | ||||
-rw-r--r-- | dev-util/buildbot-www-react/buildbot-www-react-3.11.9.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-util/buildbot-www-react/Manifest b/dev-util/buildbot-www-react/Manifest index 41104c3b82c3..a248a4c34d1b 100644 --- a/dev-util/buildbot-www-react/Manifest +++ b/dev-util/buildbot-www-react/Manifest @@ -1,3 +1,4 @@ DIST buildbot-www-react-3.11.0.tar.gz 339509 BLAKE2B 274ac1e27537fb10918720dee4ca017289741c4da49c24af25cdb9ce342dccdc61e1b03d669521a8aa54e9265eefdead062869f0db1176d2ea9de5d147d2459b SHA512 3f110a9195f6a1206392f54f78bc82e4a17a386fed2316ae94f5a6648bde7603e948453161f80018064a403c661fcddceaf57c1c480527f0b7ae9e5906e714af DIST buildbot-www-react-3.11.1.tar.gz 339534 BLAKE2B 720f4446d599b7df12d75b875755d2533d7f7fcf82e4d5ba83f820ccaa7ef9a9edfec652a6956e79d808eb816b737a7af91371c39b59ab681c9c7ebfdd331ef5 SHA512 dbef84ff3989b166a826b346887e5b5496b3078ddd2b2cdc9375990c0022b3085d74077786f554f085246ac10e95dc9b08f4111c218d0a956e9819e2f85bc672 DIST buildbot-www-react-3.9.0.tar.gz 38431 BLAKE2B e32edbd846c131670f8bc3c84fbc9456bd5757a09ed1e3b145f8cbb13707a31866527b3d1d16b7d77a2cf05d90923037841034c835ba5d7bc92ee47d9a00be92 SHA512 bdc1db5a21ff47b8f8c416e1eae38b561b2480d7643b91b598ae25bf6ffa362e6eeadf90c6a0e109dca6b80c15400562529d7b4dfe9e0ed1588e33a69b8c132f +DIST buildbot_www_react-3.11.9.tar.gz 376754 BLAKE2B 2d1eec0fe4d424e506f0344eb50412655c13166914b0c176baa624f033c6ba7e0f490f5a58cf09b15292735500aa8f4b6f8a51d4cc48aac762a6a053ef174873 SHA512 d6bc1e9fc0f68c3de6dcd206556f53a2d3ad45f20688d9776c207062a2fa2531a69b89cd99136472e7e210b151ebcf1eccefcec99b2d3c55edf69d2bb5eff840 diff --git a/dev-util/buildbot-www-react/buildbot-www-react-3.11.9.ebuild b/dev-util/buildbot-www-react/buildbot-www-react-3.11.9.ebuild new file mode 100644 index 000000000000..d3cdddd584b5 --- /dev/null +++ b/dev-util/buildbot-www-react/buildbot-www-react-3.11.9.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +PYTHON_REQ_USE="sqlite" +PYTHON_COMPAT=( python3_{10..12} ) +PYPI_PN=${PN/-www-/_www_} +inherit distutils-r1 pypi + +DESCRIPTION="BuildBot base web interface, use with buildbot-react-{console-view,grid-view}..." +HOMEPAGE="https://buildbot.net/ + https://github.com/buildbot/buildbot + https://pypi.org/project/buildbot-www-react/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~riscv ~amd64-linux ~x86-linux" + +RDEPEND="~dev-util/buildbot-pkg-${PV}[${PYTHON_USEDEP}]" +BDEPEND="${RDEPEND}" |