diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-02-26 18:40:22 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-02-26 18:40:22 +0000 |
| commit | 391bc1ea006428d5f5d004e15da41ecfb54c11c5 (patch) | |
| tree | 97d4b9fc41eb20b28f3daa658ecee27a729d64b4 /dev-python/meshio | |
| parent | 16ce8f660c4d584cd7c35c3402809a6f3a724ece (diff) | |
| download | baldeagleos-repo-391bc1ea006428d5f5d004e15da41ecfb54c11c5.tar.gz baldeagleos-repo-391bc1ea006428d5f5d004e15da41ecfb54c11c5.tar.xz baldeagleos-repo-391bc1ea006428d5f5d004e15da41ecfb54c11c5.zip | |
Adding metadata
Diffstat (limited to 'dev-python/meshio')
| -rw-r--r-- | dev-python/meshio/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/meshio/meshio-5.3.4.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/dev-python/meshio/Manifest b/dev-python/meshio/Manifest index 7fdedd5aa1a0..af6a8fd1c05a 100644 --- a/dev-python/meshio/Manifest +++ b/dev-python/meshio/Manifest @@ -1,2 +1 @@ -DIST meshio-5.3.4.tar.gz 492100 BLAKE2B 2eda13879b5cfd777201a668accfea82ee852ba729f5037584b9760eb1e9a2482a8d2e3ef7774271a38d88fba2533f012049040783e8abbd35ec4c3bb720ae52 SHA512 d8e7228045aa70d0a3ca5b113a24889f97aa327abe10d2c7bbc54ec358735117b6ba37b40fbf1a168f00f96a055d6940fd2f5cd0250e20c43c50ea7827e4d53d DIST meshio-5.3.5.tar.gz 490922 BLAKE2B ff6635db062b5e4041d7a4389f1e2fefc20cf55c1c0e70be1796c9e65e87daf503c7446224130eee94a3a2d0fb52dcd57ce3fa169afe7ca7fe32c3037fa21e00 SHA512 dcf6b914536b5b109ead378b7314de8f6f65ca7eb9b8c1092ce51308c32175c92a8f6386087b00770cd64eddcbc3fa80232dd30b370880894c0fa0b074bd7313 diff --git a/dev-python/meshio/meshio-5.3.4.ebuild b/dev-python/meshio/meshio-5.3.4.ebuild deleted file mode 100644 index b9d78de83c67..000000000000 --- a/dev-python/meshio/meshio-5.3.4.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8,9,10,11,12} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Input/output for many mesh formats" -HOMEPAGE=" - https://github.com/nschloe/meshio/ - https://pypi.org/project/meshio/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64" -IUSE="hdf5 netcdf" - -RDEPEND=" - >=dev-python/numpy-1.20.0[${PYTHON_USEDEP}] - dev-python/rich[${PYTHON_USEDEP}] - hdf5? ( dev-python/h5py[${PYTHON_USEDEP}] ) - netcdf? ( dev-python/netcdf4[${PYTHON_USEDEP}] ) -" -BDEPEND=" - test? ( dev-python/h5py[${PYTHON_USEDEP}] ) -" - -distutils_enable_tests pytest |
