summaryrefslogtreecommitdiff
path: root/dev-util/buildbot-www
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-17 18:28:08 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-03-17 18:28:08 +0000
commit1f254b1ee917690b4f8f7738fdcfc295ee304ff7 (patch)
tree136ad1b72b899873af1ab7e8fcc6ec343484f41f /dev-util/buildbot-www
parentbcf596975a1c2450e077c80c84017c54198f216c (diff)
gentoo auto-resync : 17:03:2023 - 18:28:08
Diffstat (limited to 'dev-util/buildbot-www')
-rw-r--r--dev-util/buildbot-www/Manifest2
-rw-r--r--dev-util/buildbot-www/buildbot-www-3.6.1.ebuild8
2 files changed, 3 insertions, 7 deletions
diff --git a/dev-util/buildbot-www/Manifest b/dev-util/buildbot-www/Manifest
index 9ae621f7346b..6397e8f027f3 100644
--- a/dev-util/buildbot-www/Manifest
+++ b/dev-util/buildbot-www/Manifest
@@ -1,3 +1,3 @@
DIST buildbot-www-3.6.1.tar.gz 3210526 BLAKE2B 6db8be32ee85cab63ad3f92d0e24042ed1ebece3b7be1b67e6f72240f61f3af2c31f1b3b31315db0d7ca18dddab1351eacffb92e762d1f1d68ce414349e52eee SHA512 d2fb3f97412e4a1b21fe7637458dffa8e8e005693ad2275222e908d35551ec64f89a88e696859a09f64b2b5be5fbdb386fbd71324356dbe8c2adc92b1c6b9f01
-EBUILD buildbot-www-3.6.1.ebuild 710 BLAKE2B 6d8def45135423b971dbc72556b4e2835248b2b7aed82d73188e4ff9c074cf41a495965e209259067b0c5a323e8843396299b9c9baed27b2168ad81d91c80ae8 SHA512 f61651c003ff8b2b1e6e3aa78b496623f9c598a1166fe9600a87a5acb7d2fe0f426ac48c67f0ef5974ddbf426d3e66cb5224e9251c365c08112745ce4cd93d68
+EBUILD buildbot-www-3.6.1.ebuild 611 BLAKE2B 4db6a49b6095024f97e0080177e4b0b4acd3cc78d65f4c69ffdcfb967599f2ec465f4e88c911df649c11bf238492aa519b27eee8f7826465c546e0da6dfdfe29 SHA512 aa4e4cf81f07ebf333033d0d34c2b8eec95b2b077f0272ce83c73e4a90e386978660478b48276b45f6aa31f40860971d64c81ccf838ef7e23f57a1bb12e738b5
MISC metadata.xml 667 BLAKE2B 10cb0032009c616e55be86ca788abf9b643890605d456b71636b40b0b9591136270a2d30227d3b06854ddce18a7697a3326233cf6da0e1386af4f8102d8d53bc SHA512 d024b9e5148003c7d0d20c82d25bd376006d4c2d8bdd8d58c865f6f35a252333618ec3964a5af1baf63ba9ac7fd5b49fca4c65438066512a016804ef85032256
diff --git a/dev-util/buildbot-www/buildbot-www-3.6.1.ebuild b/dev-util/buildbot-www/buildbot-www-3.6.1.ebuild
index b789ec6f1eb8..fd0f093a2b10 100644
--- a/dev-util/buildbot-www/buildbot-www-3.6.1.ebuild
+++ b/dev-util/buildbot-www/buildbot-www-3.6.1.ebuild
@@ -4,19 +4,15 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
PYTHON_REQ_USE="sqlite"
PYTHON_COMPAT=( python3_10 )
-inherit distutils-r1
-
-MY_PV="${PV/_p/.post}"
-MY_P="${PN}-${MY_PV}"
+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/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
LICENSE="GPL-2"
SLOT="0"