commit:     3be144a49f3324a6c2bf2ba744e7544a45c75679
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 16:04:07 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 18:50:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3be144a4

sci-chemistry/mdtraj: Use pypi.eclass

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sci-chemistry/mdtraj/mdtraj-1.9.7.ebuild | 3 +--
 1 file changed, 1 insertion(+), 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+"

Reply via email to