commit: dcd546e83ea8dc078f6a8fdfa072d7beddf8f299 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Sat Mar 12 01:23:44 2022 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Sat Mar 12 01:23:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcd546e8
dev-python/meshio: add 5.3.4, drop 5.3.0 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> dev-python/meshio/Manifest | 2 +- .../meshio/{meshio-5.3.0.ebuild => meshio-5.3.4.ebuild} | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/dev-python/meshio/Manifest b/dev-python/meshio/Manifest index 739f12db6010..34088632a9af 100644 --- a/dev-python/meshio/Manifest +++ b/dev-python/meshio/Manifest @@ -1,2 +1,2 @@ -DIST meshio-5.3.0.tar.gz 491246 BLAKE2B 0fd867c2ddabb29cd88dfdea1b5ef04ebf8d63ed957df5df7c426a00f0de409dcd556de4530dec91e71126671e7048af071f734e3d1c375fc67de0403edd7f37 SHA512 2304c75b74093120655cbfae6ec7b770de6bfdbe677c84e997449df91d7d3fd6b61c946d00bf57eba99e5812a08a032c55bf2d4c81316b356016d818b329f795 DIST meshio-5.3.2.tar.gz 491651 BLAKE2B 537f76f7b69a64777b631344da4b6a3e1cee33be1df05726406aceeddb68ed6589abb210f30cb74dbd899688a417ec9140fa6d8a5f7eb94ce5d85e99f315a731 SHA512 91a5d6064b69b8e631a60c613e0b06e784b475c296cc9572d4f9111dac932b0e75cf7ef1e6849329354a9708de1d32bafc1b297297d94a5554962f6807123921 +DIST meshio-5.3.4.tar.gz 492100 BLAKE2B 2eda13879b5cfd777201a668accfea82ee852ba729f5037584b9760eb1e9a2482a8d2e3ef7774271a38d88fba2533f012049040783e8abbd35ec4c3bb720ae52 SHA512 d8e7228045aa70d0a3ca5b113a24889f97aa327abe10d2c7bbc54ec358735117b6ba37b40fbf1a168f00f96a055d6940fd2f5cd0250e20c43c50ea7827e4d53d diff --git a/dev-python/meshio/meshio-5.3.0.ebuild b/dev-python/meshio/meshio-5.3.4.ebuild similarity index 72% rename from dev-python/meshio/meshio-5.3.0.ebuild rename to dev-python/meshio/meshio-5.3.4.ebuild index 770099433c77..24f6d8fde63d 100644 --- a/dev-python/meshio/meshio-5.3.0.ebuild +++ b/dev-python/meshio/meshio-5.3.4.ebuild @@ -17,12 +17,14 @@ 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}] +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[${PYTHON_USEDEP}] )" + netcdf? ( dev-python/netcdf4-python[${PYTHON_USEDEP}] ) +" +BDEPEND=" + test? ( dev-python/h5py[${PYTHON_USEDEP}] ) +" distutils_enable_tests pytest