commit:     d46b77aebc1c74e9cb9266ce5212b7d7589c8557
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 25 17:41:47 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Jan 25 17:41:47 2022 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=d46b77ae

dev-python/meshio: add version 5.3.0

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/meshio/meshio-5.3.0.ebuild | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/dev-python/meshio/meshio-5.3.0.ebuild 
b/dev-python/meshio/meshio-5.3.0.ebuild
new file mode 100644
index 000000000..0a97aaf69
--- /dev/null
+++ b/dev-python/meshio/meshio-5.3.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python input/output for many mesh formats"
+HOMEPAGE="https://pypi.org/project/meshio";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+RDEPEND="
+       dev-python/numpy[${PYTHON_USEDEP}]
+       dev-python/rich[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+       test? (
+               dev-python/h5py[${PYTHON_USEDEP}]
+               dev-python/netcdf4-python[${PYTHON_USEDEP}]
+       )
+"
+
+distutils_enable_tests pytest

Reply via email to