aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorleycec <leycec@gmail.com>2021-06-19 02:42:51 -0400
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2021-06-20 09:12:45 +0200
commit1605368c1787e1ad6a9342c53dfdb0da6a38d71e (patch)
tree3eadc3800e13c429a4c748d06f358f0a6b70af17
parent scripts/setup-and-run-repoman.sh: checkout portage tag (diff)
downloadsci-1605368c1787e1ad6a9342c53dfdb0da6a38d71e.tar.gz
sci-1605368c1787e1ad6a9342c53dfdb0da6a38d71e.tar.bz2
sci-1605368c1787e1ad6a9342c53dfdb0da6a38d71e.zip
dev-python/meshio: add
add dev-python/pyvista dependency Signed-off-by: Cecil Curry <leycec@gmail.com> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r--dev-python/meshio/Manifest1
-rw-r--r--dev-python/meshio/meshio-4.4.6.ebuild26
-rw-r--r--dev-python/meshio/metadata.xml13
3 files changed, 40 insertions, 0 deletions
diff --git a/dev-python/meshio/Manifest b/dev-python/meshio/Manifest
new file mode 100644
index 000000000..191a8e4aa
--- /dev/null
+++ b/dev-python/meshio/Manifest
@@ -0,0 +1 @@
+DIST meshio-4.4.6.tar.gz 482071 BLAKE2B f8d410ad7293b5e7f9debbb1e4dc9050304731bee1091b4480aeace006a92bb8f7cec2fc442d0f5b20d492ae859bb76cbb52b6be26f06be2558bc42a27d9cd96 SHA512 624f551b017b6c4e44efc5db0fb6d08a161ceef64d1317264eaf3ba0f36202b93c3fa959ab34ce8212c01083ae570b3db25c7445eee2d51feaf84726984e2770
diff --git a/dev-python/meshio/meshio-4.4.6.ebuild b/dev-python/meshio/meshio-4.4.6.ebuild
new file mode 100644
index 000000000..ec5af300f
--- /dev/null
+++ b/dev-python/meshio/meshio-4.4.6.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..9} )
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+
+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"
+
+BDEPEND="
+ test? (
+ dev-python/h5py[${PYTHON_USEDEP}]
+ dev-python/netcdf4-python[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
diff --git a/dev-python/meshio/metadata.xml b/dev-python/meshio/metadata.xml
new file mode 100644
index 000000000..1bfb9f30f
--- /dev/null
+++ b/dev-python/meshio/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="pypi">meshio</remote-id>
+ <remote-id type="github">nschloe/meshio</remote-id>
+ </upstream>
+</pkgmetadata>