From 9afce155a599e5f4518f3c7913b6424ac13be12e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 6 Nov 2023 16:19:28 +0000 Subject: gentoo auto-resync : 06:11:2023 - 16:19:27 --- sci-libs/scikit-image/Manifest | 2 + sci-libs/scikit-image/scikit-image-0.22.0.ebuild | 61 ++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 sci-libs/scikit-image/scikit-image-0.22.0.ebuild (limited to 'sci-libs/scikit-image') diff --git a/sci-libs/scikit-image/Manifest b/sci-libs/scikit-image/Manifest index e226626c7608..5fdbbdd1fb4c 100644 --- a/sci-libs/scikit-image/Manifest +++ b/sci-libs/scikit-image/Manifest @@ -1,3 +1,5 @@ DIST scikit-image-0.19.3.tar.gz 22232287 BLAKE2B 855584be0e69ac6e0dc7a17a68a1bca6843b471073e63d098b4933bc301eab5246d4cd2b444960de7fcd37012b66f7ba8cd6030ac485a7ab3aa1d36501aef0c7 SHA512 cda1699200e19155da13e313eb129771b7bb895913e552b959a3374267fe4f73c33d5e6e2fa2d49326903c901925797e46b9f05342a78c5332df1c266d37471a +DIST scikit_image-0.22.0.tar.gz 22685018 BLAKE2B 7d0a65f75f5a58211e21501d6cc6a638f1d36e9a2198a3ad9ff2f230890496c41d5e6cdaed02bbaa62f26aa57fd24fc993656cbdfc2c9c9750147d0f325e56f1 SHA512 4b8c097cd5465f57b1c0879363fe3bdc0941decf2d1f8a881f13f2b7f3207c425f3a0cdcb4be0eed7b33d3ac2f3f8b1835d1cfa69cd3fa2ff5e0be11385fef48 EBUILD scikit-image-0.19.3-r1.ebuild 1709 BLAKE2B 64a320f739ce86bc09d93173c412c2f0585be15438eb43678b68d63989da62b2041dd38eabb767ac1d835dcd9cd3908949ffb588166fffe8d3c17de17893347b SHA512 64f7076edd4385ee6d41d472e77e63ea4a7c24cbdf58d82747dffbc8f5c4a241104d8cab03117ac3dbe8ddaf26d4da0655f319bee95cb82518d55b6ea7843a41 +EBUILD scikit-image-0.22.0.ebuild 1835 BLAKE2B dd12aac249e4a8a2fa4dca268f331e7651cb1ca203d10458247d0c7130a0166e0d1f0bf2157e8973523a3b8ab0779f02404e583d80d3b2dd190b58c37085ff79 SHA512 6bd8c2c7c15e4fa905036ed868cce3cacc6dd0e4ba6717024ab63f3c0b3c3d6c269626ed80211c9c668e33d63ac38acc5d16209afba817d829407f6d604f7b17 MISC metadata.xml 695 BLAKE2B 11487b964bde2ce1a39a8680bc3cc62045c4a7e2e17844de830d5f0e043660c431cd002a2a0fc19acb4c0262289ee280195475dd1f8b35f6a51ce0df369871f8 SHA512 fca83587d443373fc7219911900105676bdba5a7ced07ac00a9ab5cbe361d8ca1175b02b04fa53cdbde6f198a986b21f989baf32139cd76b7d1b2b78034d3142 diff --git a/sci-libs/scikit-image/scikit-image-0.22.0.ebuild b/sci-libs/scikit-image/scikit-image-0.22.0.ebuild new file mode 100644 index 000000000000..cbf391a09c1a --- /dev/null +++ b/sci-libs/scikit-image/scikit-image-0.22.0.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=meson-python +DISTUTILS_EXT=1 +PYTHON_COMPAT=( python3_{10..11} ) + +inherit distutils-r1 optfeature pypi + +DESCRIPTION="Image processing routines for SciPy" +HOMEPAGE=" + https://scikit-image.org/ + https://github.com/scikit-image/scikit-image/ + https://pypi.org/project/scikit-image/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm64" + +PROPERTIES="test_network" +RESTRICT="test" + +RDEPEND=" + >=dev-python/imageio-2.27[${PYTHON_USEDEP}] + >=dev-python/lazy_loader-0.3[${PYTHON_USEDEP}] + >=dev-python/networkx-2.8[${PYTHON_USEDEP}] + >=dev-python/numpy-1.22[${PYTHON_USEDEP}] + >=dev-python/pillow-9.0.1[${PYTHON_USEDEP}] + >=dev-python/scipy-1.8[sparse(+),${PYTHON_USEDEP}] + >=dev-python/tifffile-2022.8.12[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" +BDEPEND=" + dev-python/cython[${PYTHON_USEDEP}] + dev-python/packaging[${PYTHON_USEDEP}] +" + +DOCS=( CONTRIBUTORS.txt RELEASE.txt ) + +distutils_enable_tests pytest +# There is a programmable error in your configuration file: +#distutils_enable_sphinx doc/source dev-python/numpydoc dev-python/myst-parser + +python_test() { + # This needs to be run in the install dir + cd "${WORKDIR}/${PN//-/_}-${PV}-${EPYTHON//./_}/install/usr/lib/${EPYTHON}/site-packages/skimage" || die + distutils-r1_python_test +} + +pkg_postinst() { + optfeature "FITS io capability" dev-python/astropy + optfeature "GTK" dev-python/pygtk + optfeature "Parallel computation" dev-python/dask + optfeature "io plugin providing most standard formats" dev-python/imread + optfeature "plotting" dev-python/matplotlib + optfeature "wavelet transformations" dev-python/pywavelets + optfeature "io plugin providing a wide variety of formats, including specialized formats using in medical imaging." dev-python/simpleitk +} -- cgit v1.2.3