diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-17 13:00:21 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-17 16:28:38 +0100 |
commit | 5903a305ddff19ee506cc04429bb0755b7071f60 (patch) | |
tree | 0f4addca8fc35dfad504c2727e7fb589c7c0eeca /net-analyzer | |
parent | dev-vcs/python-gitlab: Use pypi.eclass (diff) | |
download | gentoo-5903a305ddff19ee506cc04429bb0755b7071f60.tar.gz gentoo-5903a305ddff19ee506cc04429bb0755b7071f60.tar.bz2 gentoo-5903a305ddff19ee506cc04429bb0755b7071f60.zip |
net-analyzer/graphite-web: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/graphite-web/graphite-web-1.1.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/graphite-web/graphite-web-1.1.10.ebuild b/net-analyzer/graphite-web/graphite-web-1.1.10.ebuild index fac6c20abffa..3488db936e23 100644 --- a/net-analyzer/graphite-web/graphite-web-1.1.10.ebuild +++ b/net-analyzer/graphite-web/graphite-web-1.1.10.ebuild @@ -4,12 +4,12 @@ EAPI=7 PYTHON_COMPAT=( python3_{9..10} ) DISTUTILS_USE_SETUPTOOLS=no # export USE_SETUPTOOLS to activate +PYPI_NO_NORMALIZE=1 -inherit distutils-r1 prefix +inherit distutils-r1 prefix pypi DESCRIPTION="Enterprise scalable realtime graphing" HOMEPAGE="https://graphiteapp.org/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" |