diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-16 17:04:08 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 19:50:27 +0100 |
commit | 3b8deff8b4ea05a00d3ee5d4e0831c517b249419 (patch) | |
tree | 5984a0947eb1584f9e33fda48b67fa4d7a6e0ff5 /sci-mathematics | |
parent | sci-chemistry/mdtraj: Use pypi.eclass (diff) | |
download | gentoo-3b8deff8b4ea05a00d3ee5d4e0831c517b249419.tar.gz gentoo-3b8deff8b4ea05a00d3ee5d4e0831c517b249419.tar.bz2 gentoo-3b8deff8b4ea05a00d3ee5d4e0831c517b249419.zip |
sci-mathematics/dunshire: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/dunshire/dunshire-0.1.1-r3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sci-mathematics/dunshire/dunshire-0.1.1-r3.ebuild b/sci-mathematics/dunshire/dunshire-0.1.1-r3.ebuild index f90e22df1022..396e22bb0249 100644 --- a/sci-mathematics/dunshire/dunshire-0.1.1-r3.ebuild +++ b/sci-mathematics/dunshire/dunshire-0.1.1-r3.ebuild @@ -5,11 +5,10 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Python library to solve linear games over symmetric cones" HOMEPAGE="http://michael.orlitzky.com/code/dunshire/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="AGPL-3+" SLOT="0" |