diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-17 13:00:16 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-17 16:28:32 +0100 |
commit | d91effbfd6fa97598f7de8b4ced842a1dcf05ae0 (patch) | |
tree | a28e64e0294110e82db086499c5652423271cd82 /dev-util/buildbot-www | |
parent | dev-util/buildbot-wsgi-dashboards: Use pypi.eclass (diff) | |
download | gentoo-d91effbfd6fa97598f7de8b4ced842a1dcf05ae0.tar.gz gentoo-d91effbfd6fa97598f7de8b4ced842a1dcf05ae0.tar.bz2 gentoo-d91effbfd6fa97598f7de8b4ced842a1dcf05ae0.zip |
dev-util/buildbot-www: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/buildbot-www')
-rw-r--r-- | dev-util/buildbot-www/buildbot-www-3.6.1.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
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" |