diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-02-26 15:12:07 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-02-26 15:12:07 +0100 |
commit | 94f6b8262f02a3eaff1469431d42cad614e2c216 (patch) | |
tree | afbcb500ed7601b898906fef40e78234dfb7c133 /dev-python/meshio | |
parent | dev-python/marshmallow: Remove old (diff) | |
download | gentoo-94f6b8262f02a3eaff1469431d42cad614e2c216.tar.gz gentoo-94f6b8262f02a3eaff1469431d42cad614e2c216.tar.bz2 gentoo-94f6b8262f02a3eaff1469431d42cad614e2c216.zip |
dev-python/meshio: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
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 796393b37fba..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_{10..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 |