* [gentoo-commits] proj/sci:master commit in: dev-python/meshio/
@ 2021-06-20 7:14 Andrew Ammerlaan
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Ammerlaan @ 2021-06-20 7:14 UTC (permalink / raw
To: gentoo-commits
commit: 1605368c1787e1ad6a9342c53dfdb0da6a38d71e
Author: leycec <leycec <AT> gmail <DOT> com>
AuthorDate: Sat Jun 19 06:42:51 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jun 20 07:12:45 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1605368c
dev-python/meshio: add
add dev-python/pyvista dependency
Signed-off-by: Cecil Curry <leycec <AT> gmail.com>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/meshio/meshio-4.4.6.ebuild | 26 ++++++++++++++++++++++++++
dev-python/meshio/metadata.xml | 13 +++++++++++++
2 files changed, 39 insertions(+)
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>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/meshio/
@ 2022-01-25 19:15 Andrew Ammerlaan
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Ammerlaan @ 2022-01-25 19:15 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-01-25 19:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-25 19:15 [gentoo-commits] proj/sci:master commit in: dev-python/meshio/ Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2021-06-20 7:14 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox