summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-16 17:03:41 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 19:50:00 +0100
commit89dbc2faaea8df03e7b2cc45688ca2702f37908f (patch)
tree3b68d0735b0a348fa582e4ceb5675e1c24b72099 /app-emulation/glean
parentapp-backup/duplicity: Use pypi.eclass (diff)
downloadgentoo-89dbc2faaea8df03e7b2cc45688ca2702f37908f.tar.gz
gentoo-89dbc2faaea8df03e7b2cc45688ca2702f37908f.tar.bz2
gentoo-89dbc2faaea8df03e7b2cc45688ca2702f37908f.zip
app-emulation/glean: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-emulation/glean')
-rw-r--r--app-emulation/glean/glean-1.23.0.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/app-emulation/glean/glean-1.23.0.ebuild b/app-emulation/glean/glean-1.23.0.ebuild
index 2ff99672ae88..ab015546b2d3 100644
--- a/app-emulation/glean/glean-1.23.0.ebuild
+++ b/app-emulation/glean/glean-1.23.0.ebuild
@@ -6,11 +6,10 @@ EAPI=7
PYTHON_COMPAT=( python3_{9,10} )
DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Simple program to write static config from config-drive"
HOMEPAGE="https://opendev.org/opendev/glean"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"