diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-15 18:47:03 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 04:58:57 +0100 |
commit | 804133bc6674a02e4d121f0bd0ecef699d8c0d03 (patch) | |
tree | e74e905b55239b475212091d79cebb9f2d2c1a51 /dev-python/oct2py | |
parent | dev-python/objgraph: Use pypi.eclass (diff) | |
download | gentoo-804133bc6674a02e4d121f0bd0ecef699d8c0d03.tar.gz gentoo-804133bc6674a02e4d121f0bd0ecef699d8c0d03.tar.bz2 gentoo-804133bc6674a02e4d121f0bd0ecef699d8c0d03.zip |
dev-python/oct2py: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/oct2py')
-rw-r--r-- | dev-python/oct2py/oct2py-5.5.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/oct2py/oct2py-5.5.1.ebuild b/dev-python/oct2py/oct2py-5.5.1.ebuild index c72e6aca3c77..5c9e34378089 100644 --- a/dev-python/oct2py/oct2py-5.5.1.ebuild +++ b/dev-python/oct2py/oct2py-5.5.1.ebuild @@ -5,14 +5,13 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Python to GNU Octave bridge" HOMEPAGE=" https://github.com/blink1073/oct2py https://blink1073.github.io/oct2py/ " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" |