summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-17 13:00:21 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-17 16:28:39 +0100
commit06c822c1d19968c64d712610dff268baaf486c78 (patch)
tree96ac82b8bbc8c7371a945354cd7528c757f2d6ec
parentnet-analyzer/graphite-web: Use pypi.eclass (diff)
downloadgentoo-06c822c1d19968c64d712610dff268baaf486c78.tar.gz
gentoo-06c822c1d19968c64d712610dff268baaf486c78.tar.bz2
gentoo-06c822c1d19968c64d712610dff268baaf486c78.zip
sci-chemistry/MDAnalysis: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--sci-chemistry/MDAnalysis/MDAnalysis-2.4.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/MDAnalysis/MDAnalysis-2.4.1.ebuild b/sci-chemistry/MDAnalysis/MDAnalysis-2.4.1.ebuild
index 346d11a4f660..5e7d91b36bf3 100644
--- a/sci-chemistry/MDAnalysis/MDAnalysis-2.4.1.ebuild
+++ b/sci-chemistry/MDAnalysis/MDAnalysis-2.4.1.ebuild
@@ -6,12 +6,12 @@ EAPI=8
PYTHON_COMPAT=( python3_{9..10} )
DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="A python library to analyze and manipulate molecular dynamics trajectories"
HOMEPAGE="https://www.mdanalysis.org"
-SRC_URI="mirror://pypi/M/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"