summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-16 17:04:07 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 19:50:26 +0100
commit3be144a49f3324a6c2bf2ba744e7544a45c75679 (patch)
treec17b84e1b321eabb60cae3866de247a253c9d965 /sci-chemistry
parentnet-misc/ytmdl: Use pypi.eclass (diff)
downloadgentoo-3be144a49f3324a6c2bf2ba744e7544a45c75679.tar.gz
gentoo-3be144a49f3324a6c2bf2ba744e7544a45c75679.tar.bz2
gentoo-3be144a49f3324a6c2bf2ba744e7544a45c75679.zip
sci-chemistry/mdtraj: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/mdtraj/mdtraj-1.9.7.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/sci-chemistry/mdtraj/mdtraj-1.9.7.ebuild b/sci-chemistry/mdtraj/mdtraj-1.9.7.ebuild
index c662120a72f3..70487c3185ac 100644
--- a/sci-chemistry/mdtraj/mdtraj-1.9.7.ebuild
+++ b/sci-chemistry/mdtraj/mdtraj-1.9.7.ebuild
@@ -4,11 +4,10 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..10} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Read, write and analyze MD trajectories with only a few lines of Python code"
HOMEPAGE="https://mdtraj.org"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="LGPL-2.1+"