summaryrefslogtreecommitdiff
path: root/dev-python/meshio
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-02-18 01:39:24 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-02-18 01:39:24 +0000
commit53c3152ff0a1e5548dba446321df8eeee6e9ae86 (patch)
tree94a9c1264a8532c84930ebdcd411eec4ccea5937 /dev-python/meshio
parenta6749d3928a76aa48203e7ae40f5d9da6a24657e (diff)
downloadbaldeagleos-repo-53c3152ff0a1e5548dba446321df8eeee6e9ae86.tar.gz
baldeagleos-repo-53c3152ff0a1e5548dba446321df8eeee6e9ae86.tar.xz
baldeagleos-repo-53c3152ff0a1e5548dba446321df8eeee6e9ae86.zip
Adding metadata
Diffstat (limited to 'dev-python/meshio')
-rw-r--r--dev-python/meshio/Manifest1
-rw-r--r--dev-python/meshio/meshio-5.3.0.ebuild28
-rw-r--r--dev-python/meshio/metadata.xml13
3 files changed, 42 insertions, 0 deletions
diff --git a/dev-python/meshio/Manifest b/dev-python/meshio/Manifest
new file mode 100644
index 000000000000..ad8706dcafa4
--- /dev/null
+++ b/dev-python/meshio/Manifest
@@ -0,0 +1 @@
+DIST meshio-5.3.0.tar.gz 491246 BLAKE2B 0fd867c2ddabb29cd88dfdea1b5ef04ebf8d63ed957df5df7c426a00f0de409dcd556de4530dec91e71126671e7048af071f734e3d1c375fc67de0403edd7f37 SHA512 2304c75b74093120655cbfae6ec7b770de6bfdbe677c84e997449df91d7d3fd6b61c946d00bf57eba99e5812a08a032c55bf2d4c81316b356016d818b329f795
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 000000000000..010d60a33638
--- /dev/null
+++ b/dev-python/meshio/meshio-5.3.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{7,8,9,10} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+DESCRIPTION="Input/output for many mesh formats"
+HOMEPAGE="https://github.com/nschloe/meshio"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="hdf5 netcdf"
+
+# Only some of the hdf5 tests are skipped if h5py is not found
+REQUIRED_USE="test? ( hdf5 )"
+
+RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]
+ dev-python/rich[${PYTHON_USEDEP}]
+ hdf5? ( dev-python/h5py[${PYTHON_USEDEP}] )
+ netcdf? ( 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 000000000000..44465f78636e
--- /dev/null
+++ b/dev-python/meshio/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>marecki@gentoo.org</email>
+ <name>Marek Szuba</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">meshio</remote-id>
+ </upstream>
+ <origin>gentoo-staging</origin>
+ <stabilize-allarches/>
+</pkgmetadata> \ No newline at end of file