diff options
| author | Magnus Granberg <zorry@gentoo.org> | 2024-01-28 17:57:52 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2024-01-30 08:29:17 +0000 |
| commit | f6b097aa11a1ca80f7618bc992b4ba053aa66648 (patch) | |
| tree | 76bd839ceb593a80ff9222577c652c8f45b7298c /dev-util/buildbot-react-wsgi-dashboards/buildbot-react-wsgi-dashboards-3.11.0.ebuild | |
| parent | 4351a47f282cdba4a524bdd76f4f230fbc2bf4d1 (diff) | |
| download | gentoo-f6b097aa11a1ca80f7618bc992b4ba053aa66648.tar.gz gentoo-f6b097aa11a1ca80f7618bc992b4ba053aa66648.tar.bz2 gentoo-f6b097aa11a1ca80f7618bc992b4ba053aa66648.zip | |
dev-util/buildbot-react-wsgi-dashboards: new package, add 3.11.0
Closes: https://bugs.gentoo.org/920676
Signed-off-by: Magnus Granberg <zorry@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/buildbot-react-wsgi-dashboards/buildbot-react-wsgi-dashboards-3.11.0.ebuild')
| -rw-r--r-- | dev-util/buildbot-react-wsgi-dashboards/buildbot-react-wsgi-dashboards-3.11.0.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-util/buildbot-react-wsgi-dashboards/buildbot-react-wsgi-dashboards-3.11.0.ebuild b/dev-util/buildbot-react-wsgi-dashboards/buildbot-react-wsgi-dashboards-3.11.0.ebuild new file mode 100644 index 000000000000..a3fb0a32bd39 --- /dev/null +++ b/dev-util/buildbot-react-wsgi-dashboards/buildbot-react-wsgi-dashboards-3.11.0.ebuild @@ -0,0 +1,24 @@ +# 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} ) +inherit distutils-r1 pypi + +DESCRIPTION="Buildbot plugin to integrate flask or bottle dashboards to buildbot UI" +HOMEPAGE="https://buildbot.net/ + https://github.com/buildbot/buildbot + https://pypi.org/project/buildbot-react-wsgi-dashboards/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~amd64-linux ~x86-linux" + +BDEPEND=" + ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}] + ~dev-util/buildbot-www-react-${PV}[${PYTHON_USEDEP}] +" |
