diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-17 13:00:11 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-17 16:28:25 +0100 |
commit | 6f59c9b33ffeda7e68138ca005472feb8ec1ad33 (patch) | |
tree | f6c1e33bd5cfaca9bc5f470613a7bbd060f7b9d9 /dev-util/buildbot-console-view | |
parent | dev-util/buildbot-badges: Use pypi.eclass (diff) | |
download | gentoo-6f59c9b33ffeda7e68138ca005472feb8ec1ad33.tar.gz gentoo-6f59c9b33ffeda7e68138ca005472feb8ec1ad33.tar.bz2 gentoo-6f59c9b33ffeda7e68138ca005472feb8ec1ad33.zip |
dev-util/buildbot-console-view: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/buildbot-console-view')
-rw-r--r-- | dev-util/buildbot-console-view/buildbot-console-view-3.6.1.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/dev-util/buildbot-console-view/buildbot-console-view-3.6.1.ebuild b/dev-util/buildbot-console-view/buildbot-console-view-3.6.1.ebuild index 4c2a0313068c..6628f62be6ba 100644 --- a/dev-util/buildbot-console-view/buildbot-console-view-3.6.1.ebuild +++ b/dev-util/buildbot-console-view/buildbot-console-view-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 console-view plugin" HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-console-view/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" -S="${WORKDIR}/${MY_P}" LICENSE="GPL-2" SLOT="0" |