summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-02-15 19:19:59 +0100
committerMichał Górny <mgorny@gentoo.org>2023-02-15 19:19:59 +0100
commitd65faab542c1293c151362a638b309ec79d78baf (patch)
tree858556b3a06ec8cf59e4cdcdf45a156376b8c30a /dev-python/meshio
parentdev-python/quex: Remove python@ (diff)
downloadgentoo-d65faab542c1293c151362a638b309ec79d78baf.tar.gz
gentoo-d65faab542c1293c151362a638b309ec79d78baf.tar.bz2
gentoo-d65faab542c1293c151362a638b309ec79d78baf.zip
dev-python/meshio: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/meshio')
-rw-r--r--dev-python/meshio/meshio-5.3.4.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-python/meshio/meshio-5.3.4.ebuild b/dev-python/meshio/meshio-5.3.4.ebuild
index e1fe0b8318d4..4d3d815c44cd 100644
--- a/dev-python/meshio/meshio-5.3.4.ebuild
+++ b/dev-python/meshio/meshio-5.3.4.ebuild
@@ -3,13 +3,16 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..10} )
DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="Input/output for many mesh formats"
-HOMEPAGE="https://github.com/nschloe/meshio"
+HOMEPAGE="
+ https://github.com/nschloe/meshio/
+ https://pypi.org/project/meshio/
+"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"