diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2023-08-24 16:07:51 -0700 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2023-08-24 16:32:58 -0700 |
commit | 237136786f063136d43e95d328c4adcd8442f514 (patch) | |
tree | 83c89cff8f98c929f5c6f2911d57745a05e2c783 /dev-util/buildbot-www | |
parent | dev-util/buildbot-pkg: add 3.9.0 (diff) | |
download | gentoo-237136786f063136d43e95d328c4adcd8442f514.tar.gz gentoo-237136786f063136d43e95d328c4adcd8442f514.tar.bz2 gentoo-237136786f063136d43e95d328c4adcd8442f514.zip |
dev-util/buildbot-www: add 3.9.0
Add Zorry to maintainers
Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
Diffstat (limited to 'dev-util/buildbot-www')
-rw-r--r-- | dev-util/buildbot-www/Manifest | 1 | ||||
-rw-r--r-- | dev-util/buildbot-www/buildbot-www-3.9.0.ebuild | 22 | ||||
-rw-r--r-- | dev-util/buildbot-www/metadata.xml | 4 |
3 files changed, 27 insertions, 0 deletions
diff --git a/dev-util/buildbot-www/Manifest b/dev-util/buildbot-www/Manifest index 37443f8b4330..390f4ebc0e2f 100644 --- a/dev-util/buildbot-www/Manifest +++ b/dev-util/buildbot-www/Manifest @@ -1 +1,2 @@ DIST buildbot-www-3.6.1.tar.gz 3210526 BLAKE2B 6db8be32ee85cab63ad3f92d0e24042ed1ebece3b7be1b67e6f72240f61f3af2c31f1b3b31315db0d7ca18dddab1351eacffb92e762d1f1d68ce414349e52eee SHA512 d2fb3f97412e4a1b21fe7637458dffa8e8e005693ad2275222e908d35551ec64f89a88e696859a09f64b2b5be5fbdb386fbd71324356dbe8c2adc92b1c6b9f01 +DIST buildbot-www-3.9.0.tar.gz 3211620 BLAKE2B d5a75845941b456537be50484d341e450f545cf14ccafdc245d4b4d296df154e333d2797f8e5f5dc42c872a83360c675b0e747564cbcc3c182c4c1c0138205fb SHA512 2c88e0f41d5f4de37eecebc43b21f5f741771e0ecaed79865744503b939335f1f1dd426cd2e1cdbcf75a7573aa89ab5913e4c64aa6dea9e13fa19646dd717c0b diff --git a/dev-util/buildbot-www/buildbot-www-3.9.0.ebuild b/dev-util/buildbot-www/buildbot-www-3.9.0.ebuild new file mode 100644 index 000000000000..4d6c55e0d5ca --- /dev/null +++ b/dev-util/buildbot-www/buildbot-www-3.9.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2023 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..11} ) +inherit distutils-r1 pypi + +DESCRIPTION="BuildBot base web interface, use with buildbot-{console-view,waterfall-view}..." +HOMEPAGE="https://buildbot.net/ + https://github.com/buildbot/buildbot + https://pypi.org/project/buildbot-www/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~riscv ~amd64-linux ~x86-linux" + +RDEPEND="~dev-util/buildbot-pkg-${PV}[${PYTHON_USEDEP}]" +BDEPEND="${RDEPEND}" diff --git a/dev-util/buildbot-www/metadata.xml b/dev-util/buildbot-www/metadata.xml index c438d214f139..f12a732fccff 100644 --- a/dev-util/buildbot-www/metadata.xml +++ b/dev-util/buildbot-www/metadata.xml @@ -5,6 +5,10 @@ <email>dolsen@gentoo.org</email> <name>Brian Dolbec</name> </maintainer> + <maintainer type="person"> + <email>zorry@gentoo.org</email> + <name>Magnus Granberg</name> + </maintainer> <longdescription lang="en"> The BuildBot-www package is the base or common code used for the other user interface packages such as the waterfall and console views. |