diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-11-19 09:54:49 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-11-19 12:39:21 +0100 |
commit | 1e684c51a65cd1739398c8d4fc8d343dd2dc176b (patch) | |
tree | 400136d93ad59c390976b36d2b1dcfe3cbdf9df3 /sci-chemistry | |
parent | dev-python/coverage: Stabilize 6.5.0-r1 ppc, #881875 (diff) | |
download | gentoo-1e684c51a65cd1739398c8d4fc8d343dd2dc176b.tar.gz gentoo-1e684c51a65cd1739398c8d4fc8d343dd2dc176b.tar.bz2 gentoo-1e684c51a65cd1739398c8d4fc8d343dd2dc176b.zip |
sci-chemistry/mdtraj: use HTTPS, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/mdtraj/mdtraj-1.9.4.ebuild | 6 | ||||
-rw-r--r-- | sci-chemistry/mdtraj/mdtraj-1.9.7.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sci-chemistry/mdtraj/mdtraj-1.9.4.ebuild b/sci-chemistry/mdtraj/mdtraj-1.9.4.ebuild index f618155f1397..c04aad519faf 100644 --- a/sci-chemistry/mdtraj/mdtraj-1.9.4.ebuild +++ b/sci-chemistry/mdtraj/mdtraj-1.9.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,11 +7,11 @@ PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 DESCRIPTION="Read, write and analyze MD trajectories with only a few lines of Python code" -HOMEPAGE="http://mdtraj.org" +HOMEPAGE="https://mdtraj.org" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" -LICENSE="GPL-2" +LICENSE="LGPL-2.1+" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" diff --git a/sci-chemistry/mdtraj/mdtraj-1.9.7.ebuild b/sci-chemistry/mdtraj/mdtraj-1.9.7.ebuild index 0dcd8ceb970c..7b47f97e00d4 100644 --- a/sci-chemistry/mdtraj/mdtraj-1.9.7.ebuild +++ b/sci-chemistry/mdtraj/mdtraj-1.9.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,11 +7,11 @@ PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="Read, write and analyze MD trajectories with only a few lines of Python code" -HOMEPAGE="http://mdtraj.org" +HOMEPAGE="https://mdtraj.org" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" -LICENSE="GPL-2" +LICENSE="LGPL-2.1+" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" RDEPEND=" |