pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

added updated version of py-scikit-image



Module Name:	pkgsrc-wip
Committed By:	Kinoshita Daisuke <kinoshita%astro.ncu.edu.tw@localhost>
Pushed By:	daisuke
Date:		Thu Dec 17 00:03:04 2020 +0800
Changeset:	2b567c13e166c36a1ca06b8c4f9a4c3b29476cdd

Modified Files:
	Makefile
Added Files:
	py-scikit-image/DESCR
	py-scikit-image/Makefile
	py-scikit-image/PLIST
	py-scikit-image/distinfo

Log Message:
added updated version of py-scikit-image

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2b567c13e166c36a1ca06b8c4f9a4c3b29476cdd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                 |    1 +
 py-scikit-image/DESCR    |    1 +
 py-scikit-image/Makefile |   34 ++
 py-scikit-image/PLIST    | 1256 ++++++++++++++++++++++++++++++++++++++++++++++
 py-scikit-image/distinfo |    6 +
 5 files changed, 1298 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index e72bf0427e..3481e3722c 100644
--- a/Makefile
+++ b/Makefile
@@ -4149,6 +4149,7 @@ SUBDIR+=	py-scanless
 SUBDIR+=	py-scholarmetrics
 SUBDIR+=	py-scikit-aero
 SUBDIR+=	py-scikit-glpk
+SUBDIR+=	py-scikit-image
 SUBDIR+=	py-scikit-monaco
 SUBDIR+=	py-scikit-nano
 SUBDIR+=	py-scikits-bvp_solver
diff --git a/py-scikit-image/DESCR b/py-scikit-image/DESCR
new file mode 100644
index 0000000000..f8bfa06bcd
--- /dev/null
+++ b/py-scikit-image/DESCR
@@ -0,0 +1 @@
+scikit-image is a collection of algorithms for image processing.
diff --git a/py-scikit-image/Makefile b/py-scikit-image/Makefile
new file mode 100644
index 0000000000..2260d3df7c
--- /dev/null
+++ b/py-scikit-image/Makefile
@@ -0,0 +1,34 @@
+# $NetBSD$
+
+DISTNAME=	scikit-image-0.18.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	graphics python
+MASTER_SITES=	${MASTER_SITE_PYPI:=s/scikit-image/}
+
+MAINTAINER=	kinoshita%astro.ncu.edu.tw@localhost
+HOMEPAGE=	https://scikit-image.org/
+COMMENT=	Image processing routines for SciPy
+LICENSE=	modified-bsd
+
+BUILD_DEPENDS+=	${PYPKGPREFIX}-cython>=0.29.21:../../devel/py-cython
+DEPENDS+=	${PYPKGPREFIX}-numpy>=0.19.0:../../math/py-numpy
+DEPENDS+=	${PYPKGPREFIX}-scipy>=1.0.1:../../math/py-scipy
+DEPENDS+=	${PYPKGPREFIX}-matplotlib>=3.2.2:../../graphics/py-matplotlib
+DEPENDS+=	${PYPKGPREFIX}-Pillow>=4.3.0:../../graphics/py-Pillow
+DEPENDS+=	${PYPKGPREFIX}-imageio>=2.3.0:../../graphics/py-imageio
+DEPENDS+=	${PYPKGPREFIX}-pywavelets>=1.1.1:../../math/py-pywavelets
+DEPENDS+=	${PYPKGPREFIX}-networkx>=2.0:../../math/py-networkx
+DEPENDS+=	${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
+
+USE_LANGUAGES=	c c++
+
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
+post-install:
+	cd ${DESTDIR}${PREFIX}/bin && \
+	${MV} skivi skivi-${PYVERSSUFFIX} || ${TRUE}
+
+.include "../../devel/py-cython/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-scikit-image/PLIST b/py-scikit-image/PLIST
new file mode 100644
index 0000000000..a13de04747
--- /dev/null
+++ b/py-scikit-image/PLIST
@@ -0,0 +1,1256 @@
+@comment $NetBSD$
+bin/skivi-${PYVERSSUFFIX}
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/skimage/__init__.py
+${PYSITELIB}/skimage/__init__.pyc
+${PYSITELIB}/skimage/__init__.pyo
+${PYSITELIB}/skimage/_build.py
+${PYSITELIB}/skimage/_build.pyc
+${PYSITELIB}/skimage/_build.pyo
+${PYSITELIB}/skimage/_shared/__init__.py
+${PYSITELIB}/skimage/_shared/__init__.pyc
+${PYSITELIB}/skimage/_shared/__init__.pyo
+${PYSITELIB}/skimage/_shared/_geometry.py
+${PYSITELIB}/skimage/_shared/_geometry.pyc
+${PYSITELIB}/skimage/_shared/_geometry.pyo
+${PYSITELIB}/skimage/_shared/_tempfile.py
+${PYSITELIB}/skimage/_shared/_tempfile.pyc
+${PYSITELIB}/skimage/_shared/_tempfile.pyo
+${PYSITELIB}/skimage/_shared/_warnings.py
+${PYSITELIB}/skimage/_shared/_warnings.pyc
+${PYSITELIB}/skimage/_shared/_warnings.pyo
+${PYSITELIB}/skimage/_shared/coord.py
+${PYSITELIB}/skimage/_shared/coord.pyc
+${PYSITELIB}/skimage/_shared/coord.pyo
+${PYSITELIB}/skimage/_shared/fast_exp.so
+${PYSITELIB}/skimage/_shared/fft.py
+${PYSITELIB}/skimage/_shared/fft.pyc
+${PYSITELIB}/skimage/_shared/fft.pyo
+${PYSITELIB}/skimage/_shared/geometry.so
+${PYSITELIB}/skimage/_shared/interpolation.so
+${PYSITELIB}/skimage/_shared/setup.py
+${PYSITELIB}/skimage/_shared/setup.pyc
+${PYSITELIB}/skimage/_shared/setup.pyo
+${PYSITELIB}/skimage/_shared/testing.py
+${PYSITELIB}/skimage/_shared/testing.pyc
+${PYSITELIB}/skimage/_shared/testing.pyo
+${PYSITELIB}/skimage/_shared/tests/__init__.py
+${PYSITELIB}/skimage/_shared/tests/__init__.pyc
+${PYSITELIB}/skimage/_shared/tests/__init__.pyo
+${PYSITELIB}/skimage/_shared/tests/test_coord.py
+${PYSITELIB}/skimage/_shared/tests/test_coord.pyc
+${PYSITELIB}/skimage/_shared/tests/test_coord.pyo
+${PYSITELIB}/skimage/_shared/tests/test_fast_exp.py
+${PYSITELIB}/skimage/_shared/tests/test_fast_exp.pyc
+${PYSITELIB}/skimage/_shared/tests/test_fast_exp.pyo
+${PYSITELIB}/skimage/_shared/tests/test_geometry.py
+${PYSITELIB}/skimage/_shared/tests/test_geometry.pyc
+${PYSITELIB}/skimage/_shared/tests/test_geometry.pyo
+${PYSITELIB}/skimage/_shared/tests/test_interpolation.py
+${PYSITELIB}/skimage/_shared/tests/test_interpolation.pyc
+${PYSITELIB}/skimage/_shared/tests/test_interpolation.pyo
+${PYSITELIB}/skimage/_shared/tests/test_safe_as_int.py
+${PYSITELIB}/skimage/_shared/tests/test_safe_as_int.pyc
+${PYSITELIB}/skimage/_shared/tests/test_safe_as_int.pyo
+${PYSITELIB}/skimage/_shared/tests/test_testing.py
+${PYSITELIB}/skimage/_shared/tests/test_testing.pyc
+${PYSITELIB}/skimage/_shared/tests/test_testing.pyo
+${PYSITELIB}/skimage/_shared/tests/test_utils.py
+${PYSITELIB}/skimage/_shared/tests/test_utils.pyc
+${PYSITELIB}/skimage/_shared/tests/test_utils.pyo
+${PYSITELIB}/skimage/_shared/tests/test_version_requirements.py
+${PYSITELIB}/skimage/_shared/tests/test_version_requirements.pyc
+${PYSITELIB}/skimage/_shared/tests/test_version_requirements.pyo
+${PYSITELIB}/skimage/_shared/tests/test_warnings.py
+${PYSITELIB}/skimage/_shared/tests/test_warnings.pyc
+${PYSITELIB}/skimage/_shared/tests/test_warnings.pyo
+${PYSITELIB}/skimage/_shared/transform.so
+${PYSITELIB}/skimage/_shared/utils.py
+${PYSITELIB}/skimage/_shared/utils.pyc
+${PYSITELIB}/skimage/_shared/utils.pyo
+${PYSITELIB}/skimage/_shared/version_requirements.py
+${PYSITELIB}/skimage/_shared/version_requirements.pyc
+${PYSITELIB}/skimage/_shared/version_requirements.pyo
+${PYSITELIB}/skimage/color/__init__.py
+${PYSITELIB}/skimage/color/__init__.pyc
+${PYSITELIB}/skimage/color/__init__.pyo
+${PYSITELIB}/skimage/color/adapt_rgb.py
+${PYSITELIB}/skimage/color/adapt_rgb.pyc
+${PYSITELIB}/skimage/color/adapt_rgb.pyo
+${PYSITELIB}/skimage/color/colorconv.py
+${PYSITELIB}/skimage/color/colorconv.pyc
+${PYSITELIB}/skimage/color/colorconv.pyo
+${PYSITELIB}/skimage/color/colorlabel.py
+${PYSITELIB}/skimage/color/colorlabel.pyc
+${PYSITELIB}/skimage/color/colorlabel.pyo
+${PYSITELIB}/skimage/color/delta_e.py
+${PYSITELIB}/skimage/color/delta_e.pyc
+${PYSITELIB}/skimage/color/delta_e.pyo
+${PYSITELIB}/skimage/color/rgb_colors.py
+${PYSITELIB}/skimage/color/rgb_colors.pyc
+${PYSITELIB}/skimage/color/rgb_colors.pyo
+${PYSITELIB}/skimage/color/tests/__init__.py
+${PYSITELIB}/skimage/color/tests/__init__.pyc
+${PYSITELIB}/skimage/color/tests/__init__.pyo
+${PYSITELIB}/skimage/color/tests/test_adapt_rgb.py
+${PYSITELIB}/skimage/color/tests/test_adapt_rgb.pyc
+${PYSITELIB}/skimage/color/tests/test_adapt_rgb.pyo
+${PYSITELIB}/skimage/color/tests/test_colorconv.py
+${PYSITELIB}/skimage/color/tests/test_colorconv.pyc
+${PYSITELIB}/skimage/color/tests/test_colorconv.pyo
+${PYSITELIB}/skimage/color/tests/test_colorlabel.py
+${PYSITELIB}/skimage/color/tests/test_colorlabel.pyc
+${PYSITELIB}/skimage/color/tests/test_colorlabel.pyo
+${PYSITELIB}/skimage/color/tests/test_delta_e.py
+${PYSITELIB}/skimage/color/tests/test_delta_e.pyc
+${PYSITELIB}/skimage/color/tests/test_delta_e.pyo
+${PYSITELIB}/skimage/conftest.py
+${PYSITELIB}/skimage/conftest.pyc
+${PYSITELIB}/skimage/conftest.pyo
+${PYSITELIB}/skimage/data/README.txt
+${PYSITELIB}/skimage/data/__init__.py
+${PYSITELIB}/skimage/data/__init__.pyc
+${PYSITELIB}/skimage/data/__init__.pyo
+${PYSITELIB}/skimage/data/_binary_blobs.py
+${PYSITELIB}/skimage/data/_binary_blobs.pyc
+${PYSITELIB}/skimage/data/_binary_blobs.pyo
+${PYSITELIB}/skimage/data/_registry.py
+${PYSITELIB}/skimage/data/_registry.pyc
+${PYSITELIB}/skimage/data/_registry.pyo
+${PYSITELIB}/skimage/data/astronaut.png
+${PYSITELIB}/skimage/data/brick.png
+${PYSITELIB}/skimage/data/camera.png
+${PYSITELIB}/skimage/data/cell.png
+${PYSITELIB}/skimage/data/chelsea.png
+${PYSITELIB}/skimage/data/chessboard_GRAY.png
+${PYSITELIB}/skimage/data/chessboard_RGB.png
+${PYSITELIB}/skimage/data/clock_motion.png
+${PYSITELIB}/skimage/data/coffee.png
+${PYSITELIB}/skimage/data/coins.png
+${PYSITELIB}/skimage/data/color.png
+${PYSITELIB}/skimage/data/grass.png
+${PYSITELIB}/skimage/data/gravel.png
+${PYSITELIB}/skimage/data/horse.png
+${PYSITELIB}/skimage/data/hubble_deep_field.jpg
+${PYSITELIB}/skimage/data/ihc.png
+${PYSITELIB}/skimage/data/lbpcascade_frontalface_opencv.xml
+${PYSITELIB}/skimage/data/lfw_subset.npy
+${PYSITELIB}/skimage/data/logo.png
+${PYSITELIB}/skimage/data/microaneurysms.png
+${PYSITELIB}/skimage/data/moon.png
+${PYSITELIB}/skimage/data/motorcycle_disp.npz
+${PYSITELIB}/skimage/data/motorcycle_left.png
+${PYSITELIB}/skimage/data/motorcycle_right.png
+${PYSITELIB}/skimage/data/page.png
+${PYSITELIB}/skimage/data/phantom.png
+${PYSITELIB}/skimage/data/retina.jpg
+${PYSITELIB}/skimage/data/rocket.jpg
+${PYSITELIB}/skimage/data/setup.py
+${PYSITELIB}/skimage/data/setup.pyc
+${PYSITELIB}/skimage/data/setup.pyo
+${PYSITELIB}/skimage/data/tests/__init__.py
+${PYSITELIB}/skimage/data/tests/__init__.pyc
+${PYSITELIB}/skimage/data/tests/__init__.pyo
+${PYSITELIB}/skimage/data/tests/test_data.py
+${PYSITELIB}/skimage/data/tests/test_data.pyc
+${PYSITELIB}/skimage/data/tests/test_data.pyo
+${PYSITELIB}/skimage/data/text.png
+${PYSITELIB}/skimage/draw/__init__.py
+${PYSITELIB}/skimage/draw/__init__.pyc
+${PYSITELIB}/skimage/draw/__init__.pyo
+${PYSITELIB}/skimage/draw/_draw.so
+${PYSITELIB}/skimage/draw/_polygon2mask.py
+${PYSITELIB}/skimage/draw/_polygon2mask.pyc
+${PYSITELIB}/skimage/draw/_polygon2mask.pyo
+${PYSITELIB}/skimage/draw/_random_shapes.py
+${PYSITELIB}/skimage/draw/_random_shapes.pyc
+${PYSITELIB}/skimage/draw/_random_shapes.pyo
+${PYSITELIB}/skimage/draw/draw.py
+${PYSITELIB}/skimage/draw/draw.pyc
+${PYSITELIB}/skimage/draw/draw.pyo
+${PYSITELIB}/skimage/draw/draw3d.py
+${PYSITELIB}/skimage/draw/draw3d.pyc
+${PYSITELIB}/skimage/draw/draw3d.pyo
+${PYSITELIB}/skimage/draw/draw_nd.py
+${PYSITELIB}/skimage/draw/draw_nd.pyc
+${PYSITELIB}/skimage/draw/draw_nd.pyo
+${PYSITELIB}/skimage/draw/setup.py
+${PYSITELIB}/skimage/draw/setup.pyc
+${PYSITELIB}/skimage/draw/setup.pyo
+${PYSITELIB}/skimage/draw/tests/__init__.py
+${PYSITELIB}/skimage/draw/tests/__init__.pyc
+${PYSITELIB}/skimage/draw/tests/__init__.pyo
+${PYSITELIB}/skimage/draw/tests/test_draw.py
+${PYSITELIB}/skimage/draw/tests/test_draw.pyc
+${PYSITELIB}/skimage/draw/tests/test_draw.pyo
+${PYSITELIB}/skimage/draw/tests/test_draw3d.py
+${PYSITELIB}/skimage/draw/tests/test_draw3d.pyc
+${PYSITELIB}/skimage/draw/tests/test_draw3d.pyo
+${PYSITELIB}/skimage/draw/tests/test_draw_nd.py
+${PYSITELIB}/skimage/draw/tests/test_draw_nd.pyc
+${PYSITELIB}/skimage/draw/tests/test_draw_nd.pyo
+${PYSITELIB}/skimage/draw/tests/test_polygon2mask.py
+${PYSITELIB}/skimage/draw/tests/test_polygon2mask.pyc
+${PYSITELIB}/skimage/draw/tests/test_polygon2mask.pyo
+${PYSITELIB}/skimage/draw/tests/test_random_shapes.py
+${PYSITELIB}/skimage/draw/tests/test_random_shapes.pyc
+${PYSITELIB}/skimage/draw/tests/test_random_shapes.pyo
+${PYSITELIB}/skimage/exposure/__init__.py
+${PYSITELIB}/skimage/exposure/__init__.pyc
+${PYSITELIB}/skimage/exposure/__init__.pyo
+${PYSITELIB}/skimage/exposure/_adapthist.py
+${PYSITELIB}/skimage/exposure/_adapthist.pyc
+${PYSITELIB}/skimage/exposure/_adapthist.pyo
+${PYSITELIB}/skimage/exposure/exposure.py
+${PYSITELIB}/skimage/exposure/exposure.pyc
+${PYSITELIB}/skimage/exposure/exposure.pyo
+${PYSITELIB}/skimage/exposure/histogram_matching.py
+${PYSITELIB}/skimage/exposure/histogram_matching.pyc
+${PYSITELIB}/skimage/exposure/histogram_matching.pyo
+${PYSITELIB}/skimage/exposure/setup.py
+${PYSITELIB}/skimage/exposure/setup.pyc
+${PYSITELIB}/skimage/exposure/setup.pyo
+${PYSITELIB}/skimage/exposure/tests/__init__.py
+${PYSITELIB}/skimage/exposure/tests/__init__.pyc
+${PYSITELIB}/skimage/exposure/tests/__init__.pyo
+${PYSITELIB}/skimage/exposure/tests/test_exposure.py
+${PYSITELIB}/skimage/exposure/tests/test_exposure.pyc
+${PYSITELIB}/skimage/exposure/tests/test_exposure.pyo
+${PYSITELIB}/skimage/exposure/tests/test_histogram_matching.py
+${PYSITELIB}/skimage/exposure/tests/test_histogram_matching.pyc
+${PYSITELIB}/skimage/exposure/tests/test_histogram_matching.pyo
+${PYSITELIB}/skimage/feature/__init__.py
+${PYSITELIB}/skimage/feature/__init__.pyc
+${PYSITELIB}/skimage/feature/__init__.pyo
+${PYSITELIB}/skimage/feature/_basic_features.py
+${PYSITELIB}/skimage/feature/_basic_features.pyc
+${PYSITELIB}/skimage/feature/_basic_features.pyo
+${PYSITELIB}/skimage/feature/_canny.py
+${PYSITELIB}/skimage/feature/_canny.pyc
+${PYSITELIB}/skimage/feature/_canny.pyo
+${PYSITELIB}/skimage/feature/_cascade.so
+${PYSITELIB}/skimage/feature/_daisy.py
+${PYSITELIB}/skimage/feature/_daisy.pyc
+${PYSITELIB}/skimage/feature/_daisy.pyo
+${PYSITELIB}/skimage/feature/_haar.so
+${PYSITELIB}/skimage/feature/_hessian_det_appx.so
+${PYSITELIB}/skimage/feature/_hog.py
+${PYSITELIB}/skimage/feature/_hog.pyc
+${PYSITELIB}/skimage/feature/_hog.pyo
+${PYSITELIB}/skimage/feature/_hoghistogram.so
+${PYSITELIB}/skimage/feature/_orb_descriptor_positions.py
+${PYSITELIB}/skimage/feature/_orb_descriptor_positions.pyc
+${PYSITELIB}/skimage/feature/_orb_descriptor_positions.pyo
+${PYSITELIB}/skimage/feature/_texture.so
+${PYSITELIB}/skimage/feature/blob.py
+${PYSITELIB}/skimage/feature/blob.pyc
+${PYSITELIB}/skimage/feature/blob.pyo
+${PYSITELIB}/skimage/feature/brief.py
+${PYSITELIB}/skimage/feature/brief.pyc
+${PYSITELIB}/skimage/feature/brief.pyo
+${PYSITELIB}/skimage/feature/brief_cy.so
+${PYSITELIB}/skimage/feature/censure.py
+${PYSITELIB}/skimage/feature/censure.pyc
+${PYSITELIB}/skimage/feature/censure.pyo
+${PYSITELIB}/skimage/feature/censure_cy.so
+${PYSITELIB}/skimage/feature/corner.py
+${PYSITELIB}/skimage/feature/corner.pyc
+${PYSITELIB}/skimage/feature/corner.pyo
+${PYSITELIB}/skimage/feature/corner_cy.so
+${PYSITELIB}/skimage/feature/haar.py
+${PYSITELIB}/skimage/feature/haar.pyc
+${PYSITELIB}/skimage/feature/haar.pyo
+${PYSITELIB}/skimage/feature/match.py
+${PYSITELIB}/skimage/feature/match.pyc
+${PYSITELIB}/skimage/feature/match.pyo
+${PYSITELIB}/skimage/feature/orb.py
+${PYSITELIB}/skimage/feature/orb.pyc
+${PYSITELIB}/skimage/feature/orb.pyo
+${PYSITELIB}/skimage/feature/orb_cy.so
+${PYSITELIB}/skimage/feature/orb_descriptor_positions.txt
+${PYSITELIB}/skimage/feature/peak.py
+${PYSITELIB}/skimage/feature/peak.pyc
+${PYSITELIB}/skimage/feature/peak.pyo
+${PYSITELIB}/skimage/feature/setup.py
+${PYSITELIB}/skimage/feature/setup.pyc
+${PYSITELIB}/skimage/feature/setup.pyo
+${PYSITELIB}/skimage/feature/template.py
+${PYSITELIB}/skimage/feature/template.pyc
+${PYSITELIB}/skimage/feature/template.pyo
+${PYSITELIB}/skimage/feature/tests/__init__.py
+${PYSITELIB}/skimage/feature/tests/__init__.pyc
+${PYSITELIB}/skimage/feature/tests/__init__.pyo
+${PYSITELIB}/skimage/feature/tests/test_basic_features.py
+${PYSITELIB}/skimage/feature/tests/test_basic_features.pyc
+${PYSITELIB}/skimage/feature/tests/test_basic_features.pyo
+${PYSITELIB}/skimage/feature/tests/test_blob.py
+${PYSITELIB}/skimage/feature/tests/test_blob.pyc
+${PYSITELIB}/skimage/feature/tests/test_blob.pyo
+${PYSITELIB}/skimage/feature/tests/test_brief.py
+${PYSITELIB}/skimage/feature/tests/test_brief.pyc
+${PYSITELIB}/skimage/feature/tests/test_brief.pyo
+${PYSITELIB}/skimage/feature/tests/test_canny.py
+${PYSITELIB}/skimage/feature/tests/test_canny.pyc
+${PYSITELIB}/skimage/feature/tests/test_canny.pyo
+${PYSITELIB}/skimage/feature/tests/test_cascade.py
+${PYSITELIB}/skimage/feature/tests/test_cascade.pyc
+${PYSITELIB}/skimage/feature/tests/test_cascade.pyo
+${PYSITELIB}/skimage/feature/tests/test_censure.py
+${PYSITELIB}/skimage/feature/tests/test_censure.pyc
+${PYSITELIB}/skimage/feature/tests/test_censure.pyo
+${PYSITELIB}/skimage/feature/tests/test_corner.py
+${PYSITELIB}/skimage/feature/tests/test_corner.pyc
+${PYSITELIB}/skimage/feature/tests/test_corner.pyo
+${PYSITELIB}/skimage/feature/tests/test_daisy.py
+${PYSITELIB}/skimage/feature/tests/test_daisy.pyc
+${PYSITELIB}/skimage/feature/tests/test_daisy.pyo
+${PYSITELIB}/skimage/feature/tests/test_haar.py
+${PYSITELIB}/skimage/feature/tests/test_haar.pyc
+${PYSITELIB}/skimage/feature/tests/test_haar.pyo
+${PYSITELIB}/skimage/feature/tests/test_hog.py
+${PYSITELIB}/skimage/feature/tests/test_hog.pyc
+${PYSITELIB}/skimage/feature/tests/test_hog.pyo
+${PYSITELIB}/skimage/feature/tests/test_match.py
+${PYSITELIB}/skimage/feature/tests/test_match.pyc
+${PYSITELIB}/skimage/feature/tests/test_match.pyo
+${PYSITELIB}/skimage/feature/tests/test_orb.py
+${PYSITELIB}/skimage/feature/tests/test_orb.pyc
+${PYSITELIB}/skimage/feature/tests/test_orb.pyo
+${PYSITELIB}/skimage/feature/tests/test_peak.py
+${PYSITELIB}/skimage/feature/tests/test_peak.pyc
+${PYSITELIB}/skimage/feature/tests/test_peak.pyo
+${PYSITELIB}/skimage/feature/tests/test_template.py
+${PYSITELIB}/skimage/feature/tests/test_template.pyc
+${PYSITELIB}/skimage/feature/tests/test_template.pyo
+${PYSITELIB}/skimage/feature/tests/test_texture.py
+${PYSITELIB}/skimage/feature/tests/test_texture.pyc
+${PYSITELIB}/skimage/feature/tests/test_texture.pyo
+${PYSITELIB}/skimage/feature/tests/test_util.py
+${PYSITELIB}/skimage/feature/tests/test_util.pyc
+${PYSITELIB}/skimage/feature/tests/test_util.pyo
+${PYSITELIB}/skimage/feature/texture.py
+${PYSITELIB}/skimage/feature/texture.pyc
+${PYSITELIB}/skimage/feature/texture.pyo
+${PYSITELIB}/skimage/feature/util.py
+${PYSITELIB}/skimage/feature/util.pyc
+${PYSITELIB}/skimage/feature/util.pyo
+${PYSITELIB}/skimage/filters/__init__.py
+${PYSITELIB}/skimage/filters/__init__.pyc
+${PYSITELIB}/skimage/filters/__init__.pyo
+${PYSITELIB}/skimage/filters/_gabor.py
+${PYSITELIB}/skimage/filters/_gabor.pyc
+${PYSITELIB}/skimage/filters/_gabor.pyo
+${PYSITELIB}/skimage/filters/_gaussian.py
+${PYSITELIB}/skimage/filters/_gaussian.pyc
+${PYSITELIB}/skimage/filters/_gaussian.pyo
+${PYSITELIB}/skimage/filters/_median.py
+${PYSITELIB}/skimage/filters/_median.pyc
+${PYSITELIB}/skimage/filters/_median.pyo
+${PYSITELIB}/skimage/filters/_multiotsu.so
+${PYSITELIB}/skimage/filters/_rank_order.py
+${PYSITELIB}/skimage/filters/_rank_order.pyc
+${PYSITELIB}/skimage/filters/_rank_order.pyo
+${PYSITELIB}/skimage/filters/_sparse.py
+${PYSITELIB}/skimage/filters/_sparse.pyc
+${PYSITELIB}/skimage/filters/_sparse.pyo
+${PYSITELIB}/skimage/filters/_sparse_cy.so
+${PYSITELIB}/skimage/filters/_unsharp_mask.py
+${PYSITELIB}/skimage/filters/_unsharp_mask.pyc
+${PYSITELIB}/skimage/filters/_unsharp_mask.pyo
+${PYSITELIB}/skimage/filters/_window.py
+${PYSITELIB}/skimage/filters/_window.pyc
+${PYSITELIB}/skimage/filters/_window.pyo
+${PYSITELIB}/skimage/filters/edges.py
+${PYSITELIB}/skimage/filters/edges.pyc
+${PYSITELIB}/skimage/filters/edges.pyo
+${PYSITELIB}/skimage/filters/lpi_filter.py
+${PYSITELIB}/skimage/filters/lpi_filter.pyc
+${PYSITELIB}/skimage/filters/lpi_filter.pyo
+${PYSITELIB}/skimage/filters/rank/__init__.py
+${PYSITELIB}/skimage/filters/rank/__init__.pyc
+${PYSITELIB}/skimage/filters/rank/__init__.pyo
+${PYSITELIB}/skimage/filters/rank/_percentile.py
+${PYSITELIB}/skimage/filters/rank/_percentile.pyc
+${PYSITELIB}/skimage/filters/rank/_percentile.pyo
+${PYSITELIB}/skimage/filters/rank/bilateral.py
+${PYSITELIB}/skimage/filters/rank/bilateral.pyc
+${PYSITELIB}/skimage/filters/rank/bilateral.pyo
+${PYSITELIB}/skimage/filters/rank/bilateral_cy.so
+${PYSITELIB}/skimage/filters/rank/core_cy.so
+${PYSITELIB}/skimage/filters/rank/core_cy_3d.so
+${PYSITELIB}/skimage/filters/rank/generic.py
+${PYSITELIB}/skimage/filters/rank/generic.pyc
+${PYSITELIB}/skimage/filters/rank/generic.pyo
+${PYSITELIB}/skimage/filters/rank/generic_cy.so
+${PYSITELIB}/skimage/filters/rank/percentile_cy.so
+${PYSITELIB}/skimage/filters/rank/tests/__init__.py
+${PYSITELIB}/skimage/filters/rank/tests/__init__.pyc
+${PYSITELIB}/skimage/filters/rank/tests/__init__.pyo
+${PYSITELIB}/skimage/filters/rank/tests/test_rank.py
+${PYSITELIB}/skimage/filters/rank/tests/test_rank.pyc
+${PYSITELIB}/skimage/filters/rank/tests/test_rank.pyo
+${PYSITELIB}/skimage/filters/ridges.py
+${PYSITELIB}/skimage/filters/ridges.pyc
+${PYSITELIB}/skimage/filters/ridges.pyo
+${PYSITELIB}/skimage/filters/setup.py
+${PYSITELIB}/skimage/filters/setup.pyc
+${PYSITELIB}/skimage/filters/setup.pyo
+${PYSITELIB}/skimage/filters/tests/__init__.py
+${PYSITELIB}/skimage/filters/tests/__init__.pyc
+${PYSITELIB}/skimage/filters/tests/__init__.pyo
+${PYSITELIB}/skimage/filters/tests/test_correlate.py
+${PYSITELIB}/skimage/filters/tests/test_correlate.pyc
+${PYSITELIB}/skimage/filters/tests/test_correlate.pyo
+${PYSITELIB}/skimage/filters/tests/test_edges.py
+${PYSITELIB}/skimage/filters/tests/test_edges.pyc
+${PYSITELIB}/skimage/filters/tests/test_edges.pyo
+${PYSITELIB}/skimage/filters/tests/test_gabor.py
+${PYSITELIB}/skimage/filters/tests/test_gabor.pyc
+${PYSITELIB}/skimage/filters/tests/test_gabor.pyo
+${PYSITELIB}/skimage/filters/tests/test_gaussian.py
+${PYSITELIB}/skimage/filters/tests/test_gaussian.pyc
+${PYSITELIB}/skimage/filters/tests/test_gaussian.pyo
+${PYSITELIB}/skimage/filters/tests/test_lpi_filter.py
+${PYSITELIB}/skimage/filters/tests/test_lpi_filter.pyc
+${PYSITELIB}/skimage/filters/tests/test_lpi_filter.pyo
+${PYSITELIB}/skimage/filters/tests/test_median.py
+${PYSITELIB}/skimage/filters/tests/test_median.pyc
+${PYSITELIB}/skimage/filters/tests/test_median.pyo
+${PYSITELIB}/skimage/filters/tests/test_ridges.py
+${PYSITELIB}/skimage/filters/tests/test_ridges.pyc
+${PYSITELIB}/skimage/filters/tests/test_ridges.pyo
+${PYSITELIB}/skimage/filters/tests/test_thresholding.py
+${PYSITELIB}/skimage/filters/tests/test_thresholding.pyc
+${PYSITELIB}/skimage/filters/tests/test_thresholding.pyo
+${PYSITELIB}/skimage/filters/tests/test_unsharp_mask.py
+${PYSITELIB}/skimage/filters/tests/test_unsharp_mask.pyc
+${PYSITELIB}/skimage/filters/tests/test_unsharp_mask.pyo
+${PYSITELIB}/skimage/filters/tests/test_window.py
+${PYSITELIB}/skimage/filters/tests/test_window.pyc
+${PYSITELIB}/skimage/filters/tests/test_window.pyo
+${PYSITELIB}/skimage/filters/thresholding.py
+${PYSITELIB}/skimage/filters/thresholding.pyc
+${PYSITELIB}/skimage/filters/thresholding.pyo
+${PYSITELIB}/skimage/future/__init__.py
+${PYSITELIB}/skimage/future/__init__.pyc
+${PYSITELIB}/skimage/future/__init__.pyo
+${PYSITELIB}/skimage/future/graph/__init__.py
+${PYSITELIB}/skimage/future/graph/__init__.pyc
+${PYSITELIB}/skimage/future/graph/__init__.pyo
+${PYSITELIB}/skimage/future/graph/_ncut.py
+${PYSITELIB}/skimage/future/graph/_ncut.pyc
+${PYSITELIB}/skimage/future/graph/_ncut.pyo
+${PYSITELIB}/skimage/future/graph/_ncut_cy.so
+${PYSITELIB}/skimage/future/graph/graph_cut.py
+${PYSITELIB}/skimage/future/graph/graph_cut.pyc
+${PYSITELIB}/skimage/future/graph/graph_cut.pyo
+${PYSITELIB}/skimage/future/graph/graph_merge.py
+${PYSITELIB}/skimage/future/graph/graph_merge.pyc
+${PYSITELIB}/skimage/future/graph/graph_merge.pyo
+${PYSITELIB}/skimage/future/graph/rag.py
+${PYSITELIB}/skimage/future/graph/rag.pyc
+${PYSITELIB}/skimage/future/graph/rag.pyo
+${PYSITELIB}/skimage/future/graph/setup.py
+${PYSITELIB}/skimage/future/graph/setup.pyc
+${PYSITELIB}/skimage/future/graph/setup.pyo
+${PYSITELIB}/skimage/future/manual_segmentation.py
+${PYSITELIB}/skimage/future/manual_segmentation.pyc
+${PYSITELIB}/skimage/future/manual_segmentation.pyo
+${PYSITELIB}/skimage/future/setup.py
+${PYSITELIB}/skimage/future/setup.pyc
+${PYSITELIB}/skimage/future/setup.pyo
+${PYSITELIB}/skimage/future/trainable_segmentation.py
+${PYSITELIB}/skimage/future/trainable_segmentation.pyc
+${PYSITELIB}/skimage/future/trainable_segmentation.pyo
+${PYSITELIB}/skimage/graph/__init__.py
+${PYSITELIB}/skimage/graph/__init__.pyc
+${PYSITELIB}/skimage/graph/__init__.pyo
+${PYSITELIB}/skimage/graph/_mcp.so
+${PYSITELIB}/skimage/graph/_spath.so
+${PYSITELIB}/skimage/graph/heap.so
+${PYSITELIB}/skimage/graph/mcp.py
+${PYSITELIB}/skimage/graph/mcp.pyc
+${PYSITELIB}/skimage/graph/mcp.pyo
+${PYSITELIB}/skimage/graph/setup.py
+${PYSITELIB}/skimage/graph/setup.pyc
+${PYSITELIB}/skimage/graph/setup.pyo
+${PYSITELIB}/skimage/graph/spath.py
+${PYSITELIB}/skimage/graph/spath.pyc
+${PYSITELIB}/skimage/graph/spath.pyo
+${PYSITELIB}/skimage/graph/tests/__init__.py
+${PYSITELIB}/skimage/graph/tests/__init__.pyc
+${PYSITELIB}/skimage/graph/tests/__init__.pyo
+${PYSITELIB}/skimage/graph/tests/test_anisotropy.py
+${PYSITELIB}/skimage/graph/tests/test_anisotropy.pyc
+${PYSITELIB}/skimage/graph/tests/test_anisotropy.pyo
+${PYSITELIB}/skimage/graph/tests/test_connect.py
+${PYSITELIB}/skimage/graph/tests/test_connect.pyc
+${PYSITELIB}/skimage/graph/tests/test_connect.pyo
+${PYSITELIB}/skimage/graph/tests/test_flexible.py
+${PYSITELIB}/skimage/graph/tests/test_flexible.pyc
+${PYSITELIB}/skimage/graph/tests/test_flexible.pyo
+${PYSITELIB}/skimage/graph/tests/test_heap.py
+${PYSITELIB}/skimage/graph/tests/test_heap.pyc
+${PYSITELIB}/skimage/graph/tests/test_heap.pyo
+${PYSITELIB}/skimage/graph/tests/test_mcp.py
+${PYSITELIB}/skimage/graph/tests/test_mcp.pyc
+${PYSITELIB}/skimage/graph/tests/test_mcp.pyo
+${PYSITELIB}/skimage/graph/tests/test_spath.py
+${PYSITELIB}/skimage/graph/tests/test_spath.pyc
+${PYSITELIB}/skimage/graph/tests/test_spath.pyo
+${PYSITELIB}/skimage/io/__init__.py
+${PYSITELIB}/skimage/io/__init__.pyc
+${PYSITELIB}/skimage/io/__init__.pyo
+${PYSITELIB}/skimage/io/_image_stack.py
+${PYSITELIB}/skimage/io/_image_stack.pyc
+${PYSITELIB}/skimage/io/_image_stack.pyo
+${PYSITELIB}/skimage/io/_io.py
+${PYSITELIB}/skimage/io/_io.pyc
+${PYSITELIB}/skimage/io/_io.pyo
+${PYSITELIB}/skimage/io/_plugins/__init__.py
+${PYSITELIB}/skimage/io/_plugins/__init__.pyc
+${PYSITELIB}/skimage/io/_plugins/__init__.pyo
+${PYSITELIB}/skimage/io/_plugins/_colormixer.so
+${PYSITELIB}/skimage/io/_plugins/_histograms.so
+${PYSITELIB}/skimage/io/_plugins/fits_plugin.ini
+${PYSITELIB}/skimage/io/_plugins/fits_plugin.py
+${PYSITELIB}/skimage/io/_plugins/fits_plugin.pyc
+${PYSITELIB}/skimage/io/_plugins/fits_plugin.pyo
+${PYSITELIB}/skimage/io/_plugins/gdal_plugin.ini
+${PYSITELIB}/skimage/io/_plugins/gdal_plugin.py
+${PYSITELIB}/skimage/io/_plugins/gdal_plugin.pyc
+${PYSITELIB}/skimage/io/_plugins/gdal_plugin.pyo
+${PYSITELIB}/skimage/io/_plugins/gtk_plugin.ini
+${PYSITELIB}/skimage/io/_plugins/gtk_plugin.py
+${PYSITELIB}/skimage/io/_plugins/gtk_plugin.pyc
+${PYSITELIB}/skimage/io/_plugins/gtk_plugin.pyo
+${PYSITELIB}/skimage/io/_plugins/imageio_plugin.ini
+${PYSITELIB}/skimage/io/_plugins/imageio_plugin.py
+${PYSITELIB}/skimage/io/_plugins/imageio_plugin.pyc
+${PYSITELIB}/skimage/io/_plugins/imageio_plugin.pyo
+${PYSITELIB}/skimage/io/_plugins/imread_plugin.ini
+${PYSITELIB}/skimage/io/_plugins/imread_plugin.py
+${PYSITELIB}/skimage/io/_plugins/imread_plugin.pyc
+${PYSITELIB}/skimage/io/_plugins/imread_plugin.pyo
+${PYSITELIB}/skimage/io/_plugins/matplotlib_plugin.ini
+${PYSITELIB}/skimage/io/_plugins/matplotlib_plugin.py
+${PYSITELIB}/skimage/io/_plugins/matplotlib_plugin.pyc
+${PYSITELIB}/skimage/io/_plugins/matplotlib_plugin.pyo
+${PYSITELIB}/skimage/io/_plugins/pil_plugin.ini
+${PYSITELIB}/skimage/io/_plugins/pil_plugin.py
+${PYSITELIB}/skimage/io/_plugins/pil_plugin.pyc
+${PYSITELIB}/skimage/io/_plugins/pil_plugin.pyo
+${PYSITELIB}/skimage/io/_plugins/q_color_mixer.py
+${PYSITELIB}/skimage/io/_plugins/q_color_mixer.pyc
+${PYSITELIB}/skimage/io/_plugins/q_color_mixer.pyo
+${PYSITELIB}/skimage/io/_plugins/q_histogram.py
+${PYSITELIB}/skimage/io/_plugins/q_histogram.pyc
+${PYSITELIB}/skimage/io/_plugins/q_histogram.pyo
+${PYSITELIB}/skimage/io/_plugins/qt_plugin.ini
+${PYSITELIB}/skimage/io/_plugins/qt_plugin.py
+${PYSITELIB}/skimage/io/_plugins/qt_plugin.pyc
+${PYSITELIB}/skimage/io/_plugins/qt_plugin.pyo
+${PYSITELIB}/skimage/io/_plugins/simpleitk_plugin.ini
+${PYSITELIB}/skimage/io/_plugins/simpleitk_plugin.py
+${PYSITELIB}/skimage/io/_plugins/simpleitk_plugin.pyc
+${PYSITELIB}/skimage/io/_plugins/simpleitk_plugin.pyo
+${PYSITELIB}/skimage/io/_plugins/skivi.py
+${PYSITELIB}/skimage/io/_plugins/skivi.pyc
+${PYSITELIB}/skimage/io/_plugins/skivi.pyo
+${PYSITELIB}/skimage/io/_plugins/tifffile_plugin.ini
+${PYSITELIB}/skimage/io/_plugins/tifffile_plugin.py
+${PYSITELIB}/skimage/io/_plugins/tifffile_plugin.pyc
+${PYSITELIB}/skimage/io/_plugins/tifffile_plugin.pyo
+${PYSITELIB}/skimage/io/_plugins/util.py
+${PYSITELIB}/skimage/io/_plugins/util.pyc
+${PYSITELIB}/skimage/io/_plugins/util.pyo
+${PYSITELIB}/skimage/io/collection.py
+${PYSITELIB}/skimage/io/collection.pyc
+${PYSITELIB}/skimage/io/collection.pyo
+${PYSITELIB}/skimage/io/manage_plugins.py
+${PYSITELIB}/skimage/io/manage_plugins.pyc
+${PYSITELIB}/skimage/io/manage_plugins.pyo
+${PYSITELIB}/skimage/io/setup.py
+${PYSITELIB}/skimage/io/setup.pyc
+${PYSITELIB}/skimage/io/setup.pyo
+${PYSITELIB}/skimage/io/sift.py
+${PYSITELIB}/skimage/io/sift.pyc
+${PYSITELIB}/skimage/io/sift.pyo
+${PYSITELIB}/skimage/io/tests/__init__.py
+${PYSITELIB}/skimage/io/tests/__init__.pyc
+${PYSITELIB}/skimage/io/tests/__init__.pyo
+${PYSITELIB}/skimage/io/tests/test_collection.py
+${PYSITELIB}/skimage/io/tests/test_collection.pyc
+${PYSITELIB}/skimage/io/tests/test_collection.pyo
+${PYSITELIB}/skimage/io/tests/test_colormixer.py
+${PYSITELIB}/skimage/io/tests/test_colormixer.pyc
+${PYSITELIB}/skimage/io/tests/test_colormixer.pyo
+${PYSITELIB}/skimage/io/tests/test_fits.py
+${PYSITELIB}/skimage/io/tests/test_fits.pyc
+${PYSITELIB}/skimage/io/tests/test_fits.pyo
+${PYSITELIB}/skimage/io/tests/test_histograms.py
+${PYSITELIB}/skimage/io/tests/test_histograms.pyc
+${PYSITELIB}/skimage/io/tests/test_histograms.pyo
+${PYSITELIB}/skimage/io/tests/test_imageio.py
+${PYSITELIB}/skimage/io/tests/test_imageio.pyc
+${PYSITELIB}/skimage/io/tests/test_imageio.pyo
+${PYSITELIB}/skimage/io/tests/test_imread.py
+${PYSITELIB}/skimage/io/tests/test_imread.pyc
+${PYSITELIB}/skimage/io/tests/test_imread.pyo
+${PYSITELIB}/skimage/io/tests/test_io.py
+${PYSITELIB}/skimage/io/tests/test_io.pyc
+${PYSITELIB}/skimage/io/tests/test_io.pyo
+${PYSITELIB}/skimage/io/tests/test_mpl_imshow.py
+${PYSITELIB}/skimage/io/tests/test_mpl_imshow.pyc
+${PYSITELIB}/skimage/io/tests/test_mpl_imshow.pyo
+${PYSITELIB}/skimage/io/tests/test_multi_image.py
+${PYSITELIB}/skimage/io/tests/test_multi_image.pyc
+${PYSITELIB}/skimage/io/tests/test_multi_image.pyo
+${PYSITELIB}/skimage/io/tests/test_pil.py
+${PYSITELIB}/skimage/io/tests/test_pil.pyc
+${PYSITELIB}/skimage/io/tests/test_pil.pyo
+${PYSITELIB}/skimage/io/tests/test_plugin.py
+${PYSITELIB}/skimage/io/tests/test_plugin.pyc
+${PYSITELIB}/skimage/io/tests/test_plugin.pyo
+${PYSITELIB}/skimage/io/tests/test_plugin_util.py
+${PYSITELIB}/skimage/io/tests/test_plugin_util.pyc
+${PYSITELIB}/skimage/io/tests/test_plugin_util.pyo
+${PYSITELIB}/skimage/io/tests/test_sift.py
+${PYSITELIB}/skimage/io/tests/test_sift.pyc
+${PYSITELIB}/skimage/io/tests/test_sift.pyo
+${PYSITELIB}/skimage/io/tests/test_simpleitk.py
+${PYSITELIB}/skimage/io/tests/test_simpleitk.pyc
+${PYSITELIB}/skimage/io/tests/test_simpleitk.pyo
+${PYSITELIB}/skimage/io/tests/test_tifffile.py
+${PYSITELIB}/skimage/io/tests/test_tifffile.pyc
+${PYSITELIB}/skimage/io/tests/test_tifffile.pyo
+${PYSITELIB}/skimage/io/util.py
+${PYSITELIB}/skimage/io/util.pyc
+${PYSITELIB}/skimage/io/util.pyo
+${PYSITELIB}/skimage/measure/__init__.py
+${PYSITELIB}/skimage/measure/__init__.pyc
+${PYSITELIB}/skimage/measure/__init__.pyo
+${PYSITELIB}/skimage/measure/_ccomp.so
+${PYSITELIB}/skimage/measure/_find_contours.py
+${PYSITELIB}/skimage/measure/_find_contours.pyc
+${PYSITELIB}/skimage/measure/_find_contours.pyo
+${PYSITELIB}/skimage/measure/_find_contours_cy.so
+${PYSITELIB}/skimage/measure/_label.py
+${PYSITELIB}/skimage/measure/_label.pyc
+${PYSITELIB}/skimage/measure/_label.pyo
+${PYSITELIB}/skimage/measure/_marching_cubes_classic.py
+${PYSITELIB}/skimage/measure/_marching_cubes_classic.pyc
+${PYSITELIB}/skimage/measure/_marching_cubes_classic.pyo
+${PYSITELIB}/skimage/measure/_marching_cubes_classic_cy.so
+${PYSITELIB}/skimage/measure/_marching_cubes_lewiner.py
+${PYSITELIB}/skimage/measure/_marching_cubes_lewiner.pyc
+${PYSITELIB}/skimage/measure/_marching_cubes_lewiner.pyo
+${PYSITELIB}/skimage/measure/_marching_cubes_lewiner_cy.so
+${PYSITELIB}/skimage/measure/_marching_cubes_lewiner_luts.py
+${PYSITELIB}/skimage/measure/_marching_cubes_lewiner_luts.pyc
+${PYSITELIB}/skimage/measure/_marching_cubes_lewiner_luts.pyo
+${PYSITELIB}/skimage/measure/_moments.py
+${PYSITELIB}/skimage/measure/_moments.pyc
+${PYSITELIB}/skimage/measure/_moments.pyo
+${PYSITELIB}/skimage/measure/_moments_cy.so
+${PYSITELIB}/skimage/measure/_pnpoly.so
+${PYSITELIB}/skimage/measure/_polygon.py
+${PYSITELIB}/skimage/measure/_polygon.pyc
+${PYSITELIB}/skimage/measure/_polygon.pyo
+${PYSITELIB}/skimage/measure/_regionprops.py
+${PYSITELIB}/skimage/measure/_regionprops.pyc
+${PYSITELIB}/skimage/measure/_regionprops.pyo
+${PYSITELIB}/skimage/measure/_regionprops_utils.py
+${PYSITELIB}/skimage/measure/_regionprops_utils.pyc
+${PYSITELIB}/skimage/measure/_regionprops_utils.pyo
+${PYSITELIB}/skimage/measure/block.py
+${PYSITELIB}/skimage/measure/block.pyc
+${PYSITELIB}/skimage/measure/block.pyo
+${PYSITELIB}/skimage/measure/entropy.py
+${PYSITELIB}/skimage/measure/entropy.pyc
+${PYSITELIB}/skimage/measure/entropy.pyo
+${PYSITELIB}/skimage/measure/fit.py
+${PYSITELIB}/skimage/measure/fit.pyc
+${PYSITELIB}/skimage/measure/fit.pyo
+${PYSITELIB}/skimage/measure/pnpoly.py
+${PYSITELIB}/skimage/measure/pnpoly.pyc
+${PYSITELIB}/skimage/measure/pnpoly.pyo
+${PYSITELIB}/skimage/measure/profile.py
+${PYSITELIB}/skimage/measure/profile.pyc
+${PYSITELIB}/skimage/measure/profile.pyo
+${PYSITELIB}/skimage/measure/setup.py
+${PYSITELIB}/skimage/measure/setup.pyc
+${PYSITELIB}/skimage/measure/setup.pyo
+${PYSITELIB}/skimage/measure/tests/__init__.py
+${PYSITELIB}/skimage/measure/tests/__init__.pyc
+${PYSITELIB}/skimage/measure/tests/__init__.pyo
+${PYSITELIB}/skimage/measure/tests/test_block.py
+${PYSITELIB}/skimage/measure/tests/test_block.pyc
+${PYSITELIB}/skimage/measure/tests/test_block.pyo
+${PYSITELIB}/skimage/measure/tests/test_ccomp.py
+${PYSITELIB}/skimage/measure/tests/test_ccomp.pyc
+${PYSITELIB}/skimage/measure/tests/test_ccomp.pyo
+${PYSITELIB}/skimage/measure/tests/test_entropy.py
+${PYSITELIB}/skimage/measure/tests/test_entropy.pyc
+${PYSITELIB}/skimage/measure/tests/test_entropy.pyo
+${PYSITELIB}/skimage/measure/tests/test_find_contours.py
+${PYSITELIB}/skimage/measure/tests/test_find_contours.pyc
+${PYSITELIB}/skimage/measure/tests/test_find_contours.pyo
+${PYSITELIB}/skimage/measure/tests/test_fit.py
+${PYSITELIB}/skimage/measure/tests/test_fit.pyc
+${PYSITELIB}/skimage/measure/tests/test_fit.pyo
+${PYSITELIB}/skimage/measure/tests/test_label.py
+${PYSITELIB}/skimage/measure/tests/test_label.pyc
+${PYSITELIB}/skimage/measure/tests/test_label.pyo
+${PYSITELIB}/skimage/measure/tests/test_marching_cubes.py
+${PYSITELIB}/skimage/measure/tests/test_marching_cubes.pyc
+${PYSITELIB}/skimage/measure/tests/test_marching_cubes.pyo
+${PYSITELIB}/skimage/measure/tests/test_moments.py
+${PYSITELIB}/skimage/measure/tests/test_moments.pyc
+${PYSITELIB}/skimage/measure/tests/test_moments.pyo
+${PYSITELIB}/skimage/measure/tests/test_pnpoly.py
+${PYSITELIB}/skimage/measure/tests/test_pnpoly.pyc
+${PYSITELIB}/skimage/measure/tests/test_pnpoly.pyo
+${PYSITELIB}/skimage/measure/tests/test_polygon.py
+${PYSITELIB}/skimage/measure/tests/test_polygon.pyc
+${PYSITELIB}/skimage/measure/tests/test_polygon.pyo
+${PYSITELIB}/skimage/measure/tests/test_profile.py
+${PYSITELIB}/skimage/measure/tests/test_profile.pyc
+${PYSITELIB}/skimage/measure/tests/test_profile.pyo
+${PYSITELIB}/skimage/measure/tests/test_regionprops.py
+${PYSITELIB}/skimage/measure/tests/test_regionprops.pyc
+${PYSITELIB}/skimage/measure/tests/test_regionprops.pyo
+${PYSITELIB}/skimage/measure/tests/test_structural_similarity.py
+${PYSITELIB}/skimage/measure/tests/test_structural_similarity.pyc
+${PYSITELIB}/skimage/measure/tests/test_structural_similarity.pyo
+${PYSITELIB}/skimage/metrics/__init__.py
+${PYSITELIB}/skimage/metrics/__init__.pyc
+${PYSITELIB}/skimage/metrics/__init__.pyo
+${PYSITELIB}/skimage/metrics/_adapted_rand_error.py
+${PYSITELIB}/skimage/metrics/_adapted_rand_error.pyc
+${PYSITELIB}/skimage/metrics/_adapted_rand_error.pyo
+${PYSITELIB}/skimage/metrics/_contingency_table.py
+${PYSITELIB}/skimage/metrics/_contingency_table.pyc
+${PYSITELIB}/skimage/metrics/_contingency_table.pyo
+${PYSITELIB}/skimage/metrics/_structural_similarity.py
+${PYSITELIB}/skimage/metrics/_structural_similarity.pyc
+${PYSITELIB}/skimage/metrics/_structural_similarity.pyo
+${PYSITELIB}/skimage/metrics/_variation_of_information.py
+${PYSITELIB}/skimage/metrics/_variation_of_information.pyc
+${PYSITELIB}/skimage/metrics/_variation_of_information.pyo
+${PYSITELIB}/skimage/metrics/set_metrics.py
+${PYSITELIB}/skimage/metrics/set_metrics.pyc
+${PYSITELIB}/skimage/metrics/set_metrics.pyo
+${PYSITELIB}/skimage/metrics/simple_metrics.py
+${PYSITELIB}/skimage/metrics/simple_metrics.pyc
+${PYSITELIB}/skimage/metrics/simple_metrics.pyo
+${PYSITELIB}/skimage/metrics/tests/__init__.py
+${PYSITELIB}/skimage/metrics/tests/__init__.pyc
+${PYSITELIB}/skimage/metrics/tests/__init__.pyo
+${PYSITELIB}/skimage/metrics/tests/test_segmentation_metrics.py
+${PYSITELIB}/skimage/metrics/tests/test_segmentation_metrics.pyc
+${PYSITELIB}/skimage/metrics/tests/test_segmentation_metrics.pyo
+${PYSITELIB}/skimage/metrics/tests/test_set_metrics.py
+${PYSITELIB}/skimage/metrics/tests/test_set_metrics.pyc
+${PYSITELIB}/skimage/metrics/tests/test_set_metrics.pyo
+${PYSITELIB}/skimage/metrics/tests/test_simple_metrics.py
+${PYSITELIB}/skimage/metrics/tests/test_simple_metrics.pyc
+${PYSITELIB}/skimage/metrics/tests/test_simple_metrics.pyo
+${PYSITELIB}/skimage/metrics/tests/test_structural_similarity.py
+${PYSITELIB}/skimage/metrics/tests/test_structural_similarity.pyc
+${PYSITELIB}/skimage/metrics/tests/test_structural_similarity.pyo
+${PYSITELIB}/skimage/morphology/__init__.py
+${PYSITELIB}/skimage/morphology/__init__.pyc
+${PYSITELIB}/skimage/morphology/__init__.pyo
+${PYSITELIB}/skimage/morphology/_convex_hull.so
+${PYSITELIB}/skimage/morphology/_deprecated.py
+${PYSITELIB}/skimage/morphology/_deprecated.pyc
+${PYSITELIB}/skimage/morphology/_deprecated.pyo
+${PYSITELIB}/skimage/morphology/_extrema_cy.so
+${PYSITELIB}/skimage/morphology/_flood_fill.py
+${PYSITELIB}/skimage/morphology/_flood_fill.pyc
+${PYSITELIB}/skimage/morphology/_flood_fill.pyo
+${PYSITELIB}/skimage/morphology/_flood_fill_cy.so
+${PYSITELIB}/skimage/morphology/_greyreconstruct.so
+${PYSITELIB}/skimage/morphology/_max_tree.so
+${PYSITELIB}/skimage/morphology/_skeletonize.py
+${PYSITELIB}/skimage/morphology/_skeletonize.pyc
+${PYSITELIB}/skimage/morphology/_skeletonize.pyo
+${PYSITELIB}/skimage/morphology/_skeletonize_3d_cy.so
+${PYSITELIB}/skimage/morphology/_skeletonize_cy.so
+${PYSITELIB}/skimage/morphology/_util.py
+${PYSITELIB}/skimage/morphology/_util.pyc
+${PYSITELIB}/skimage/morphology/_util.pyo
+${PYSITELIB}/skimage/morphology/binary.py
+${PYSITELIB}/skimage/morphology/binary.pyc
+${PYSITELIB}/skimage/morphology/binary.pyo
+${PYSITELIB}/skimage/morphology/convex_hull.py
+${PYSITELIB}/skimage/morphology/convex_hull.pyc
+${PYSITELIB}/skimage/morphology/convex_hull.pyo
+${PYSITELIB}/skimage/morphology/extrema.py
+${PYSITELIB}/skimage/morphology/extrema.pyc
+${PYSITELIB}/skimage/morphology/extrema.pyo
+${PYSITELIB}/skimage/morphology/grey.py
+${PYSITELIB}/skimage/morphology/grey.pyc
+${PYSITELIB}/skimage/morphology/grey.pyo
+${PYSITELIB}/skimage/morphology/greyreconstruct.py
+${PYSITELIB}/skimage/morphology/greyreconstruct.pyc
+${PYSITELIB}/skimage/morphology/greyreconstruct.pyo
+${PYSITELIB}/skimage/morphology/max_tree.py
+${PYSITELIB}/skimage/morphology/max_tree.pyc
+${PYSITELIB}/skimage/morphology/max_tree.pyo
+${PYSITELIB}/skimage/morphology/misc.py
+${PYSITELIB}/skimage/morphology/misc.pyc
+${PYSITELIB}/skimage/morphology/misc.pyo
+${PYSITELIB}/skimage/morphology/selem.py
+${PYSITELIB}/skimage/morphology/selem.pyc
+${PYSITELIB}/skimage/morphology/selem.pyo
+${PYSITELIB}/skimage/morphology/setup.py
+${PYSITELIB}/skimage/morphology/setup.pyc
+${PYSITELIB}/skimage/morphology/setup.pyo
+${PYSITELIB}/skimage/morphology/tests/__init__.py
+${PYSITELIB}/skimage/morphology/tests/__init__.pyc
+${PYSITELIB}/skimage/morphology/tests/__init__.pyo
+${PYSITELIB}/skimage/morphology/tests/test_binary.py
+${PYSITELIB}/skimage/morphology/tests/test_binary.pyc
+${PYSITELIB}/skimage/morphology/tests/test_binary.pyo
+${PYSITELIB}/skimage/morphology/tests/test_convex_hull.py
+${PYSITELIB}/skimage/morphology/tests/test_convex_hull.pyc
+${PYSITELIB}/skimage/morphology/tests/test_convex_hull.pyo
+${PYSITELIB}/skimage/morphology/tests/test_extrema.py
+${PYSITELIB}/skimage/morphology/tests/test_extrema.pyc
+${PYSITELIB}/skimage/morphology/tests/test_extrema.pyo
+${PYSITELIB}/skimage/morphology/tests/test_flood_fill.py
+${PYSITELIB}/skimage/morphology/tests/test_flood_fill.pyc
+${PYSITELIB}/skimage/morphology/tests/test_flood_fill.pyo
+${PYSITELIB}/skimage/morphology/tests/test_grey.py
+${PYSITELIB}/skimage/morphology/tests/test_grey.pyc
+${PYSITELIB}/skimage/morphology/tests/test_grey.pyo
+${PYSITELIB}/skimage/morphology/tests/test_max_tree.py
+${PYSITELIB}/skimage/morphology/tests/test_max_tree.pyc
+${PYSITELIB}/skimage/morphology/tests/test_max_tree.pyo
+${PYSITELIB}/skimage/morphology/tests/test_misc.py
+${PYSITELIB}/skimage/morphology/tests/test_misc.pyc
+${PYSITELIB}/skimage/morphology/tests/test_misc.pyo
+${PYSITELIB}/skimage/morphology/tests/test_reconstruction.py
+${PYSITELIB}/skimage/morphology/tests/test_reconstruction.pyc
+${PYSITELIB}/skimage/morphology/tests/test_reconstruction.pyo
+${PYSITELIB}/skimage/morphology/tests/test_selem.py
+${PYSITELIB}/skimage/morphology/tests/test_selem.pyc
+${PYSITELIB}/skimage/morphology/tests/test_selem.pyo
+${PYSITELIB}/skimage/morphology/tests/test_skeletonize.py
+${PYSITELIB}/skimage/morphology/tests/test_skeletonize.pyc
+${PYSITELIB}/skimage/morphology/tests/test_skeletonize.pyo
+${PYSITELIB}/skimage/morphology/tests/test_skeletonize_3d.py
+${PYSITELIB}/skimage/morphology/tests/test_skeletonize_3d.pyc
+${PYSITELIB}/skimage/morphology/tests/test_skeletonize_3d.pyo
+${PYSITELIB}/skimage/morphology/tests/test_util.py
+${PYSITELIB}/skimage/morphology/tests/test_util.pyc
+${PYSITELIB}/skimage/morphology/tests/test_util.pyo
+${PYSITELIB}/skimage/registration/__init__.py
+${PYSITELIB}/skimage/registration/__init__.pyc
+${PYSITELIB}/skimage/registration/__init__.pyo
+${PYSITELIB}/skimage/registration/_masked_phase_cross_correlation.py
+${PYSITELIB}/skimage/registration/_masked_phase_cross_correlation.pyc
+${PYSITELIB}/skimage/registration/_masked_phase_cross_correlation.pyo
+${PYSITELIB}/skimage/registration/_optical_flow.py
+${PYSITELIB}/skimage/registration/_optical_flow.pyc
+${PYSITELIB}/skimage/registration/_optical_flow.pyo
+${PYSITELIB}/skimage/registration/_optical_flow_utils.py
+${PYSITELIB}/skimage/registration/_optical_flow_utils.pyc
+${PYSITELIB}/skimage/registration/_optical_flow_utils.pyo
+${PYSITELIB}/skimage/registration/_phase_cross_correlation.py
+${PYSITELIB}/skimage/registration/_phase_cross_correlation.pyc
+${PYSITELIB}/skimage/registration/_phase_cross_correlation.pyo
+${PYSITELIB}/skimage/restoration/__init__.py
+${PYSITELIB}/skimage/restoration/__init__.pyc
+${PYSITELIB}/skimage/restoration/__init__.pyo
+${PYSITELIB}/skimage/restoration/_cycle_spin.py
+${PYSITELIB}/skimage/restoration/_cycle_spin.pyc
+${PYSITELIB}/skimage/restoration/_cycle_spin.pyo
+${PYSITELIB}/skimage/restoration/_denoise.py
+${PYSITELIB}/skimage/restoration/_denoise.pyc
+${PYSITELIB}/skimage/restoration/_denoise.pyo
+${PYSITELIB}/skimage/restoration/_denoise_cy.so
+${PYSITELIB}/skimage/restoration/_nl_means_denoising.so
+${PYSITELIB}/skimage/restoration/_rolling_ball_cy.so
+${PYSITELIB}/skimage/restoration/_unwrap_1d.so
+${PYSITELIB}/skimage/restoration/_unwrap_2d.so
+${PYSITELIB}/skimage/restoration/_unwrap_3d.so
+${PYSITELIB}/skimage/restoration/deconvolution.py
+${PYSITELIB}/skimage/restoration/deconvolution.pyc
+${PYSITELIB}/skimage/restoration/deconvolution.pyo
+${PYSITELIB}/skimage/restoration/inpaint.py
+${PYSITELIB}/skimage/restoration/inpaint.pyc
+${PYSITELIB}/skimage/restoration/inpaint.pyo
+${PYSITELIB}/skimage/restoration/j_invariant.py
+${PYSITELIB}/skimage/restoration/j_invariant.pyc
+${PYSITELIB}/skimage/restoration/j_invariant.pyo
+${PYSITELIB}/skimage/restoration/non_local_means.py
+${PYSITELIB}/skimage/restoration/non_local_means.pyc
+${PYSITELIB}/skimage/restoration/non_local_means.pyo
+${PYSITELIB}/skimage/restoration/rolling_ball.py
+${PYSITELIB}/skimage/restoration/rolling_ball.pyc
+${PYSITELIB}/skimage/restoration/rolling_ball.pyo
+${PYSITELIB}/skimage/restoration/setup.py
+${PYSITELIB}/skimage/restoration/setup.pyc
+${PYSITELIB}/skimage/restoration/setup.pyo
+${PYSITELIB}/skimage/restoration/tests/__init__.py
+${PYSITELIB}/skimage/restoration/tests/__init__.pyc
+${PYSITELIB}/skimage/restoration/tests/__init__.pyo
+${PYSITELIB}/skimage/restoration/tests/test_denoise.py
+${PYSITELIB}/skimage/restoration/tests/test_denoise.pyc
+${PYSITELIB}/skimage/restoration/tests/test_denoise.pyo
+${PYSITELIB}/skimage/restoration/tests/test_inpaint.py
+${PYSITELIB}/skimage/restoration/tests/test_inpaint.pyc
+${PYSITELIB}/skimage/restoration/tests/test_inpaint.pyo
+${PYSITELIB}/skimage/restoration/tests/test_j_invariant.py
+${PYSITELIB}/skimage/restoration/tests/test_j_invariant.pyc
+${PYSITELIB}/skimage/restoration/tests/test_j_invariant.pyo
+${PYSITELIB}/skimage/restoration/tests/test_restoration.py
+${PYSITELIB}/skimage/restoration/tests/test_restoration.pyc
+${PYSITELIB}/skimage/restoration/tests/test_restoration.pyo
+${PYSITELIB}/skimage/restoration/tests/test_rolling_ball.py
+${PYSITELIB}/skimage/restoration/tests/test_rolling_ball.pyc
+${PYSITELIB}/skimage/restoration/tests/test_rolling_ball.pyo
+${PYSITELIB}/skimage/restoration/tests/test_unwrap.py
+${PYSITELIB}/skimage/restoration/tests/test_unwrap.pyc
+${PYSITELIB}/skimage/restoration/tests/test_unwrap.pyo
+${PYSITELIB}/skimage/restoration/uft.py
+${PYSITELIB}/skimage/restoration/uft.pyc
+${PYSITELIB}/skimage/restoration/uft.pyo
+${PYSITELIB}/skimage/restoration/unwrap.py
+${PYSITELIB}/skimage/restoration/unwrap.pyc
+${PYSITELIB}/skimage/restoration/unwrap.pyo
+${PYSITELIB}/skimage/scripts/__init__.py
+${PYSITELIB}/skimage/scripts/__init__.pyc
+${PYSITELIB}/skimage/scripts/__init__.pyo
+${PYSITELIB}/skimage/scripts/skivi.py
+${PYSITELIB}/skimage/scripts/skivi.pyc
+${PYSITELIB}/skimage/scripts/skivi.pyo
+${PYSITELIB}/skimage/segmentation/__init__.py
+${PYSITELIB}/skimage/segmentation/__init__.pyc
+${PYSITELIB}/skimage/segmentation/__init__.pyo
+${PYSITELIB}/skimage/segmentation/_chan_vese.py
+${PYSITELIB}/skimage/segmentation/_chan_vese.pyc
+${PYSITELIB}/skimage/segmentation/_chan_vese.pyo
+${PYSITELIB}/skimage/segmentation/_clear_border.py
+${PYSITELIB}/skimage/segmentation/_clear_border.pyc
+${PYSITELIB}/skimage/segmentation/_clear_border.pyo
+${PYSITELIB}/skimage/segmentation/_expand_labels.py
+${PYSITELIB}/skimage/segmentation/_expand_labels.pyc
+${PYSITELIB}/skimage/segmentation/_expand_labels.pyo
+${PYSITELIB}/skimage/segmentation/_felzenszwalb.py
+${PYSITELIB}/skimage/segmentation/_felzenszwalb.pyc
+${PYSITELIB}/skimage/segmentation/_felzenszwalb.pyo
+${PYSITELIB}/skimage/segmentation/_felzenszwalb_cy.so
+${PYSITELIB}/skimage/segmentation/_join.py
+${PYSITELIB}/skimage/segmentation/_join.pyc
+${PYSITELIB}/skimage/segmentation/_join.pyo
+${PYSITELIB}/skimage/segmentation/_quickshift.py
+${PYSITELIB}/skimage/segmentation/_quickshift.pyc
+${PYSITELIB}/skimage/segmentation/_quickshift.pyo
+${PYSITELIB}/skimage/segmentation/_quickshift_cy.so
+${PYSITELIB}/skimage/segmentation/_slic.so
+${PYSITELIB}/skimage/segmentation/_watershed.py
+${PYSITELIB}/skimage/segmentation/_watershed.pyc
+${PYSITELIB}/skimage/segmentation/_watershed.pyo
+${PYSITELIB}/skimage/segmentation/_watershed_cy.so
+${PYSITELIB}/skimage/segmentation/active_contour_model.py
+${PYSITELIB}/skimage/segmentation/active_contour_model.pyc
+${PYSITELIB}/skimage/segmentation/active_contour_model.pyo
+${PYSITELIB}/skimage/segmentation/boundaries.py
+${PYSITELIB}/skimage/segmentation/boundaries.pyc
+${PYSITELIB}/skimage/segmentation/boundaries.pyo
+${PYSITELIB}/skimage/segmentation/morphsnakes.py
+${PYSITELIB}/skimage/segmentation/morphsnakes.pyc
+${PYSITELIB}/skimage/segmentation/morphsnakes.pyo
+${PYSITELIB}/skimage/segmentation/random_walker_segmentation.py
+${PYSITELIB}/skimage/segmentation/random_walker_segmentation.pyc
+${PYSITELIB}/skimage/segmentation/random_walker_segmentation.pyo
+${PYSITELIB}/skimage/segmentation/setup.py
+${PYSITELIB}/skimage/segmentation/setup.pyc
+${PYSITELIB}/skimage/segmentation/setup.pyo
+${PYSITELIB}/skimage/segmentation/slic_superpixels.py
+${PYSITELIB}/skimage/segmentation/slic_superpixels.pyc
+${PYSITELIB}/skimage/segmentation/slic_superpixels.pyo
+${PYSITELIB}/skimage/segmentation/tests/__init__.py
+${PYSITELIB}/skimage/segmentation/tests/__init__.pyc
+${PYSITELIB}/skimage/segmentation/tests/__init__.pyo
+${PYSITELIB}/skimage/segmentation/tests/test_active_contour_model.py
+${PYSITELIB}/skimage/segmentation/tests/test_active_contour_model.pyc
+${PYSITELIB}/skimage/segmentation/tests/test_active_contour_model.pyo
+${PYSITELIB}/skimage/segmentation/tests/test_boundaries.py
+${PYSITELIB}/skimage/segmentation/tests/test_boundaries.pyc
+${PYSITELIB}/skimage/segmentation/tests/test_boundaries.pyo
+${PYSITELIB}/skimage/segmentation/tests/test_chan_vese.py
+${PYSITELIB}/skimage/segmentation/tests/test_chan_vese.pyc
+${PYSITELIB}/skimage/segmentation/tests/test_chan_vese.pyo
+${PYSITELIB}/skimage/segmentation/tests/test_clear_border.py
+${PYSITELIB}/skimage/segmentation/tests/test_clear_border.pyc
+${PYSITELIB}/skimage/segmentation/tests/test_clear_border.pyo
+${PYSITELIB}/skimage/segmentation/tests/test_expand_labels.py
+${PYSITELIB}/skimage/segmentation/tests/test_expand_labels.pyc
+${PYSITELIB}/skimage/segmentation/tests/test_expand_labels.pyo
+${PYSITELIB}/skimage/segmentation/tests/test_felzenszwalb.py
+${PYSITELIB}/skimage/segmentation/tests/test_felzenszwalb.pyc
+${PYSITELIB}/skimage/segmentation/tests/test_felzenszwalb.pyo
+${PYSITELIB}/skimage/segmentation/tests/test_join.py
+${PYSITELIB}/skimage/segmentation/tests/test_join.pyc
+${PYSITELIB}/skimage/segmentation/tests/test_join.pyo
+${PYSITELIB}/skimage/segmentation/tests/test_morphsnakes.py
+${PYSITELIB}/skimage/segmentation/tests/test_morphsnakes.pyc
+${PYSITELIB}/skimage/segmentation/tests/test_morphsnakes.pyo
+${PYSITELIB}/skimage/segmentation/tests/test_quickshift.py
+${PYSITELIB}/skimage/segmentation/tests/test_quickshift.pyc
+${PYSITELIB}/skimage/segmentation/tests/test_quickshift.pyo
+${PYSITELIB}/skimage/segmentation/tests/test_random_walker.py
+${PYSITELIB}/skimage/segmentation/tests/test_random_walker.pyc
+${PYSITELIB}/skimage/segmentation/tests/test_random_walker.pyo
+${PYSITELIB}/skimage/segmentation/tests/test_slic.py
+${PYSITELIB}/skimage/segmentation/tests/test_slic.pyc
+${PYSITELIB}/skimage/segmentation/tests/test_slic.pyo
+${PYSITELIB}/skimage/segmentation/tests/test_watershed.py
+${PYSITELIB}/skimage/segmentation/tests/test_watershed.pyc
+${PYSITELIB}/skimage/segmentation/tests/test_watershed.pyo
+${PYSITELIB}/skimage/setup.py
+${PYSITELIB}/skimage/setup.pyc
+${PYSITELIB}/skimage/setup.pyo
+${PYSITELIB}/skimage/transform/__init__.py
+${PYSITELIB}/skimage/transform/__init__.pyc
+${PYSITELIB}/skimage/transform/__init__.pyo
+${PYSITELIB}/skimage/transform/_geometric.py
+${PYSITELIB}/skimage/transform/_geometric.pyc
+${PYSITELIB}/skimage/transform/_geometric.pyo
+${PYSITELIB}/skimage/transform/_hough_transform.so
+${PYSITELIB}/skimage/transform/_radon_transform.so
+${PYSITELIB}/skimage/transform/_warps.py
+${PYSITELIB}/skimage/transform/_warps.pyc
+${PYSITELIB}/skimage/transform/_warps.pyo
+${PYSITELIB}/skimage/transform/_warps_cy.so
+${PYSITELIB}/skimage/transform/finite_radon_transform.py
+${PYSITELIB}/skimage/transform/finite_radon_transform.pyc
+${PYSITELIB}/skimage/transform/finite_radon_transform.pyo
+${PYSITELIB}/skimage/transform/hough_transform.py
+${PYSITELIB}/skimage/transform/hough_transform.pyc
+${PYSITELIB}/skimage/transform/hough_transform.pyo
+${PYSITELIB}/skimage/transform/integral.py
+${PYSITELIB}/skimage/transform/integral.pyc
+${PYSITELIB}/skimage/transform/integral.pyo
+${PYSITELIB}/skimage/transform/pyramids.py
+${PYSITELIB}/skimage/transform/pyramids.pyc
+${PYSITELIB}/skimage/transform/pyramids.pyo
+${PYSITELIB}/skimage/transform/radon_transform.py
+${PYSITELIB}/skimage/transform/radon_transform.pyc
+${PYSITELIB}/skimage/transform/radon_transform.pyo
+${PYSITELIB}/skimage/transform/setup.py
+${PYSITELIB}/skimage/transform/setup.pyc
+${PYSITELIB}/skimage/transform/setup.pyo
+${PYSITELIB}/skimage/transform/tests/__init__.py
+${PYSITELIB}/skimage/transform/tests/__init__.pyc
+${PYSITELIB}/skimage/transform/tests/__init__.pyo
+${PYSITELIB}/skimage/transform/tests/test_finite_radon_transform.py
+${PYSITELIB}/skimage/transform/tests/test_finite_radon_transform.pyc
+${PYSITELIB}/skimage/transform/tests/test_finite_radon_transform.pyo
+${PYSITELIB}/skimage/transform/tests/test_geometric.py
+${PYSITELIB}/skimage/transform/tests/test_geometric.pyc
+${PYSITELIB}/skimage/transform/tests/test_geometric.pyo
+${PYSITELIB}/skimage/transform/tests/test_hough_transform.py
+${PYSITELIB}/skimage/transform/tests/test_hough_transform.pyc
+${PYSITELIB}/skimage/transform/tests/test_hough_transform.pyo
+${PYSITELIB}/skimage/transform/tests/test_integral.py
+${PYSITELIB}/skimage/transform/tests/test_integral.pyc
+${PYSITELIB}/skimage/transform/tests/test_integral.pyo
+${PYSITELIB}/skimage/transform/tests/test_pyramids.py
+${PYSITELIB}/skimage/transform/tests/test_pyramids.pyc
+${PYSITELIB}/skimage/transform/tests/test_pyramids.pyo
+${PYSITELIB}/skimage/transform/tests/test_radon_transform.py
+${PYSITELIB}/skimage/transform/tests/test_radon_transform.pyc
+${PYSITELIB}/skimage/transform/tests/test_radon_transform.pyo
+${PYSITELIB}/skimage/transform/tests/test_warps.py
+${PYSITELIB}/skimage/transform/tests/test_warps.pyc
+${PYSITELIB}/skimage/transform/tests/test_warps.pyo
+${PYSITELIB}/skimage/util/__init__.py
+${PYSITELIB}/skimage/util/__init__.pyc
+${PYSITELIB}/skimage/util/__init__.pyo
+${PYSITELIB}/skimage/util/_invert.py
+${PYSITELIB}/skimage/util/_invert.pyc
+${PYSITELIB}/skimage/util/_invert.pyo
+${PYSITELIB}/skimage/util/_map_array.py
+${PYSITELIB}/skimage/util/_map_array.pyc
+${PYSITELIB}/skimage/util/_map_array.pyo
+${PYSITELIB}/skimage/util/_montage.py
+${PYSITELIB}/skimage/util/_montage.pyc
+${PYSITELIB}/skimage/util/_montage.pyo
+${PYSITELIB}/skimage/util/_regular_grid.py
+${PYSITELIB}/skimage/util/_regular_grid.pyc
+${PYSITELIB}/skimage/util/_regular_grid.pyo
+${PYSITELIB}/skimage/util/_remap.so
+${PYSITELIB}/skimage/util/apply_parallel.py
+${PYSITELIB}/skimage/util/apply_parallel.pyc
+${PYSITELIB}/skimage/util/apply_parallel.pyo
+${PYSITELIB}/skimage/util/arraycrop.py
+${PYSITELIB}/skimage/util/arraycrop.pyc
+${PYSITELIB}/skimage/util/arraycrop.pyo
+${PYSITELIB}/skimage/util/compare.py
+${PYSITELIB}/skimage/util/compare.pyc
+${PYSITELIB}/skimage/util/compare.pyo
+${PYSITELIB}/skimage/util/dtype.py
+${PYSITELIB}/skimage/util/dtype.pyc
+${PYSITELIB}/skimage/util/dtype.pyo
+${PYSITELIB}/skimage/util/lookfor.py
+${PYSITELIB}/skimage/util/lookfor.pyc
+${PYSITELIB}/skimage/util/lookfor.pyo
+${PYSITELIB}/skimage/util/noise.py
+${PYSITELIB}/skimage/util/noise.pyc
+${PYSITELIB}/skimage/util/noise.pyo
+${PYSITELIB}/skimage/util/setup.py
+${PYSITELIB}/skimage/util/setup.pyc
+${PYSITELIB}/skimage/util/setup.pyo
+${PYSITELIB}/skimage/util/shape.py
+${PYSITELIB}/skimage/util/shape.pyc
+${PYSITELIB}/skimage/util/shape.pyo
+${PYSITELIB}/skimage/util/tests/__init__.py
+${PYSITELIB}/skimage/util/tests/__init__.pyc
+${PYSITELIB}/skimage/util/tests/__init__.pyo
+${PYSITELIB}/skimage/util/tests/test_apply_parallel.py
+${PYSITELIB}/skimage/util/tests/test_apply_parallel.pyc
+${PYSITELIB}/skimage/util/tests/test_apply_parallel.pyo
+${PYSITELIB}/skimage/util/tests/test_arraycrop.py
+${PYSITELIB}/skimage/util/tests/test_arraycrop.pyc
+${PYSITELIB}/skimage/util/tests/test_arraycrop.pyo
+${PYSITELIB}/skimage/util/tests/test_arraypad.py
+${PYSITELIB}/skimage/util/tests/test_arraypad.pyc
+${PYSITELIB}/skimage/util/tests/test_arraypad.pyo
+${PYSITELIB}/skimage/util/tests/test_compare.py
+${PYSITELIB}/skimage/util/tests/test_compare.pyc
+${PYSITELIB}/skimage/util/tests/test_compare.pyo
+${PYSITELIB}/skimage/util/tests/test_dtype.py
+${PYSITELIB}/skimage/util/tests/test_dtype.pyc
+${PYSITELIB}/skimage/util/tests/test_dtype.pyo
+${PYSITELIB}/skimage/util/tests/test_invert.py
+${PYSITELIB}/skimage/util/tests/test_invert.pyc
+${PYSITELIB}/skimage/util/tests/test_invert.pyo
+${PYSITELIB}/skimage/util/tests/test_map_array.py
+${PYSITELIB}/skimage/util/tests/test_map_array.pyc
+${PYSITELIB}/skimage/util/tests/test_map_array.pyo
+${PYSITELIB}/skimage/util/tests/test_montage.py
+${PYSITELIB}/skimage/util/tests/test_montage.pyc
+${PYSITELIB}/skimage/util/tests/test_montage.pyo
+${PYSITELIB}/skimage/util/tests/test_random_noise.py
+${PYSITELIB}/skimage/util/tests/test_random_noise.pyc
+${PYSITELIB}/skimage/util/tests/test_random_noise.pyo
+${PYSITELIB}/skimage/util/tests/test_regular_grid.py
+${PYSITELIB}/skimage/util/tests/test_regular_grid.pyc
+${PYSITELIB}/skimage/util/tests/test_regular_grid.pyo
+${PYSITELIB}/skimage/util/tests/test_shape.py
+${PYSITELIB}/skimage/util/tests/test_shape.pyc
+${PYSITELIB}/skimage/util/tests/test_shape.pyo
+${PYSITELIB}/skimage/util/tests/test_unique_rows.py
+${PYSITELIB}/skimage/util/tests/test_unique_rows.pyc
+${PYSITELIB}/skimage/util/tests/test_unique_rows.pyo
+${PYSITELIB}/skimage/util/unique.py
+${PYSITELIB}/skimage/util/unique.pyc
+${PYSITELIB}/skimage/util/unique.pyo
+${PYSITELIB}/skimage/viewer/__init__.py
+${PYSITELIB}/skimage/viewer/__init__.pyc
+${PYSITELIB}/skimage/viewer/__init__.pyo
+${PYSITELIB}/skimage/viewer/canvastools/__init__.py
+${PYSITELIB}/skimage/viewer/canvastools/__init__.pyc
+${PYSITELIB}/skimage/viewer/canvastools/__init__.pyo
+${PYSITELIB}/skimage/viewer/canvastools/base.py
+${PYSITELIB}/skimage/viewer/canvastools/base.pyc
+${PYSITELIB}/skimage/viewer/canvastools/base.pyo
+${PYSITELIB}/skimage/viewer/canvastools/linetool.py
+${PYSITELIB}/skimage/viewer/canvastools/linetool.pyc
+${PYSITELIB}/skimage/viewer/canvastools/linetool.pyo
+${PYSITELIB}/skimage/viewer/canvastools/painttool.py
+${PYSITELIB}/skimage/viewer/canvastools/painttool.pyc
+${PYSITELIB}/skimage/viewer/canvastools/painttool.pyo
+${PYSITELIB}/skimage/viewer/canvastools/recttool.py
+${PYSITELIB}/skimage/viewer/canvastools/recttool.pyc
+${PYSITELIB}/skimage/viewer/canvastools/recttool.pyo
+${PYSITELIB}/skimage/viewer/plugins/__init__.py
+${PYSITELIB}/skimage/viewer/plugins/__init__.pyc
+${PYSITELIB}/skimage/viewer/plugins/__init__.pyo
+${PYSITELIB}/skimage/viewer/plugins/base.py
+${PYSITELIB}/skimage/viewer/plugins/base.pyc
+${PYSITELIB}/skimage/viewer/plugins/base.pyo
+${PYSITELIB}/skimage/viewer/plugins/canny.py
+${PYSITELIB}/skimage/viewer/plugins/canny.pyc
+${PYSITELIB}/skimage/viewer/plugins/canny.pyo
+${PYSITELIB}/skimage/viewer/plugins/color_histogram.py
+${PYSITELIB}/skimage/viewer/plugins/color_histogram.pyc
+${PYSITELIB}/skimage/viewer/plugins/color_histogram.pyo
+${PYSITELIB}/skimage/viewer/plugins/crop.py
+${PYSITELIB}/skimage/viewer/plugins/crop.pyc
+${PYSITELIB}/skimage/viewer/plugins/crop.pyo
+${PYSITELIB}/skimage/viewer/plugins/labelplugin.py
+${PYSITELIB}/skimage/viewer/plugins/labelplugin.pyc
+${PYSITELIB}/skimage/viewer/plugins/labelplugin.pyo
+${PYSITELIB}/skimage/viewer/plugins/lineprofile.py
+${PYSITELIB}/skimage/viewer/plugins/lineprofile.pyc
+${PYSITELIB}/skimage/viewer/plugins/lineprofile.pyo
+${PYSITELIB}/skimage/viewer/plugins/measure.py
+${PYSITELIB}/skimage/viewer/plugins/measure.pyc
+${PYSITELIB}/skimage/viewer/plugins/measure.pyo
+${PYSITELIB}/skimage/viewer/plugins/overlayplugin.py
+${PYSITELIB}/skimage/viewer/plugins/overlayplugin.pyc
+${PYSITELIB}/skimage/viewer/plugins/overlayplugin.pyo
+${PYSITELIB}/skimage/viewer/plugins/plotplugin.py
+${PYSITELIB}/skimage/viewer/plugins/plotplugin.pyc
+${PYSITELIB}/skimage/viewer/plugins/plotplugin.pyo
+${PYSITELIB}/skimage/viewer/qt.py
+${PYSITELIB}/skimage/viewer/qt.pyc
+${PYSITELIB}/skimage/viewer/qt.pyo
+${PYSITELIB}/skimage/viewer/tests/__init__.py
+${PYSITELIB}/skimage/viewer/tests/__init__.pyc
+${PYSITELIB}/skimage/viewer/tests/__init__.pyo
+${PYSITELIB}/skimage/viewer/tests/test_plugins.py
+${PYSITELIB}/skimage/viewer/tests/test_plugins.pyc
+${PYSITELIB}/skimage/viewer/tests/test_plugins.pyo
+${PYSITELIB}/skimage/viewer/tests/test_tools.py
+${PYSITELIB}/skimage/viewer/tests/test_tools.pyc
+${PYSITELIB}/skimage/viewer/tests/test_tools.pyo
+${PYSITELIB}/skimage/viewer/tests/test_utils.py
+${PYSITELIB}/skimage/viewer/tests/test_utils.pyc
+${PYSITELIB}/skimage/viewer/tests/test_utils.pyo
+${PYSITELIB}/skimage/viewer/tests/test_viewer.py
+${PYSITELIB}/skimage/viewer/tests/test_viewer.pyc
+${PYSITELIB}/skimage/viewer/tests/test_viewer.pyo
+${PYSITELIB}/skimage/viewer/tests/test_widgets.py
+${PYSITELIB}/skimage/viewer/tests/test_widgets.pyc
+${PYSITELIB}/skimage/viewer/tests/test_widgets.pyo
+${PYSITELIB}/skimage/viewer/utils/__init__.py
+${PYSITELIB}/skimage/viewer/utils/__init__.pyc
+${PYSITELIB}/skimage/viewer/utils/__init__.pyo
+${PYSITELIB}/skimage/viewer/utils/canvas.py
+${PYSITELIB}/skimage/viewer/utils/canvas.pyc
+${PYSITELIB}/skimage/viewer/utils/canvas.pyo
+${PYSITELIB}/skimage/viewer/utils/core.py
+${PYSITELIB}/skimage/viewer/utils/core.pyc
+${PYSITELIB}/skimage/viewer/utils/core.pyo
+${PYSITELIB}/skimage/viewer/utils/dialogs.py
+${PYSITELIB}/skimage/viewer/utils/dialogs.pyc
+${PYSITELIB}/skimage/viewer/utils/dialogs.pyo
+${PYSITELIB}/skimage/viewer/viewers/__init__.py
+${PYSITELIB}/skimage/viewer/viewers/__init__.pyc
+${PYSITELIB}/skimage/viewer/viewers/__init__.pyo
+${PYSITELIB}/skimage/viewer/viewers/core.py
+${PYSITELIB}/skimage/viewer/viewers/core.pyc
+${PYSITELIB}/skimage/viewer/viewers/core.pyo
+${PYSITELIB}/skimage/viewer/widgets/__init__.py
+${PYSITELIB}/skimage/viewer/widgets/__init__.pyc
+${PYSITELIB}/skimage/viewer/widgets/__init__.pyo
+${PYSITELIB}/skimage/viewer/widgets/core.py
+${PYSITELIB}/skimage/viewer/widgets/core.pyc
+${PYSITELIB}/skimage/viewer/widgets/core.pyo
+${PYSITELIB}/skimage/viewer/widgets/history.py
+${PYSITELIB}/skimage/viewer/widgets/history.pyc
+${PYSITELIB}/skimage/viewer/widgets/history.pyo
diff --git a/py-scikit-image/distinfo b/py-scikit-image/distinfo
new file mode 100644
index 0000000000..16470dbb05
--- /dev/null
+++ b/py-scikit-image/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (scikit-image-0.18.0.tar.gz) = f5b9a9a54c9467dc9323561443cd4abe18a41005
+RMD160 (scikit-image-0.18.0.tar.gz) = a756ebc419e29e235fb872c36cf74a9bbd554950
+SHA512 (scikit-image-0.18.0.tar.gz) = c51e5d2712abb0f9387b8bac95e4ba4d2a2498c141a5f01e3dd7eb065415537f6fcefd0767680220d89860c33c2fda3268d2703e5567aaa538452b584f65e376
+Size (scikit-image-0.18.0.tar.gz) = 36444958 bytes


Home | Main Index | Thread Index | Old Index