commit: 3b8deff8b4ea05a00d3ee5d4e0831c517b249419
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 16:04:08 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 18:50:27 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b8deff8
sci-mathematics/dunshire: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sci-mathematics/dunshire/dunshire-0.1.1-r3.ebuild | 3 +--
1 file changed, 1 insertion(+), 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"