summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-16 17:03:55 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 19:50:13 +0100
commit31f043ddce7c98e05c40489845b764a603506088 (patch)
tree3d5405999f8b97298104be910c6547108ffc43ae /dev-util/buildbot
parentdev-db/pgxnclient: Use pypi.eclass (diff)
downloadgentoo-31f043ddce7c98e05c40489845b764a603506088.tar.gz
gentoo-31f043ddce7c98e05c40489845b764a603506088.tar.bz2
gentoo-31f043ddce7c98e05c40489845b764a603506088.zip
dev-util/buildbot: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/buildbot')
-rw-r--r--dev-util/buildbot/buildbot-3.6.1.ebuild7
1 files changed, 1 insertions, 6 deletions
diff --git a/dev-util/buildbot/buildbot-3.6.1.ebuild b/dev-util/buildbot/buildbot-3.6.1.ebuild
index d49b87168065..366ea2652c62 100644
--- a/dev-util/buildbot/buildbot-3.6.1.ebuild
+++ b/dev-util/buildbot/buildbot-3.6.1.ebuild
@@ -6,17 +6,12 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_REQ_USE="sqlite"
PYTHON_COMPAT=( python3_10 )
-inherit readme.gentoo-r1 systemd distutils-r1
-
-MY_PV="${PV/_p/.post}"
-MY_P="${PN}-${MY_PV}"
+inherit readme.gentoo-r1 systemd distutils-r1 pypi
DESCRIPTION="BuildBot build automation system"
HOMEPAGE="https://buildbot.net/
https://github.com/buildbot/buildbot
https://pypi.org/project/buildbot/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
LICENSE="GPL-2"
SLOT="0"