Files
scikit-image/debian/control
T
Yaroslav Halchenko 6c9cfc53da Merge commit '8a06a2277366d01c5e7e25d3ded0f04ba9aa0b85' into debian
* commit '8a06a2277366d01c5e7e25d3ded0f04ba9aa0b85': (1124 commits)
  Development guidelines moved.
  Replace mentions of old package name.
  New upstream release.
  DOC: fix indent
  PEP8
  PEP8: fix indentation
  DOC: add missing import
  DOC: no import numpy in doc
  MAINT: matplotlib is in requierements.txt
  MAINT: unused import
  PEP8: comparison
  Fix deprecated function name in example
  Improve example of warp function to show all available options
  Add support for matrix as inverse_map
  Add note about internal usage of transformation matrix
  Only clip for ndimage.map_coordinates case
  Misc doc string fixes
  Remove call to deprecated is_gray function
  Fix dtype bug in perimeter
  Raise error for non 2-D images
  ...

Conflicts:
	debian/changelog
	debian/control
2013-11-22 15:14:34 -05:00

95 lines
3.3 KiB
Plaintext

Source: skimage
Section: python
Priority: optional
Maintainer: Stefan van der Walt <stefan@sun.ac.za>
Uploaders: Yaroslav Halchenko <debian@onerussian.com>
Build-Depends: cython (>= 0.15),
cython3 (>= 0.15),
debhelper (>= 9~),
libfreeimage3,
python-all-dev (>= 2.6.6-3~),
python-imaging,
python-matplotlib (>= 1.0),
python-nose,
python-numpy,
python-scipy (>= 0.10),
python-setuptools,
python-sphinx (>= 1.0.7+dfsg-1~),
python3-all-dev,
python3-imaging,
python3-nose,
python3-numpy,
python3-setuptools
Standards-Version: 3.9.4
Homepage: http://scikit-image.org
Vcs-Browser: https://github.com/scikit-image/scikit-image
Vcs-Git: git://github.com/scikit-image/scikit-image.git
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
XS-Testsuite: autopkgtest
Package: python-skimage
Architecture: all
Depends: libfreeimage3,
python-numpy,
python-scipy (>= 0.10),
python-skimage-lib (>= ${source:Version}),
${misc:Depends},
${python:Depends}
Recommends: python-imaging, python-matplotlib (>= 1.0), python-nose, python-qt4
Suggests: python-opencv, python-skimage-doc
Description: Python modules for image processing
scikit-image is a collection of image processing algorithms for
Python. It performs tasks such as image loading, filtering,
morphology, segmentation, color conversions, and transformations.
.
This package provides the Python 2 module.
Package: python3-skimage
Architecture: all
Depends: libfreeimage3,
python3-numpy,
python3-scipy (>= 0.10),
python3-skimage-lib (>= ${source:Version}),
${misc:Depends},
${python3:Depends}
Recommends: python3-imaging, python3-matplotlib (>= 1.0), python3-nose
Suggests: python-skimage-doc
Description: Python 3 modules for image processing
scikit-image is a collection of image processing algorithms for
Python. It performs tasks such as image loading, filtering,
morphology, segmentation, color conversions, and transformations.
.
This package provides the Python 3 module.
Package: python-skimage-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Suggests: python-skimage
Description: Documentation and examples for scikit-image
This package contains documentation and example scripts for
python-skimage.
Package: python-skimage-lib
Architecture: any
Depends: python-numpy, ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Recommends: python-skimage
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: Optimized low-level algorithms for scikit-image
This is an add-on package for python-skimage. It provides
optimized, low-level implementations of algorithms.
.
This package provides the Python 2 libraries.
Package: python3-skimage-lib
Architecture: any
Depends: python3-numpy, ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Recommends: python3-skimage
Description: Optimized low-level algorithms for Python 3 scikit-image
This is an add-on package for python-skimage. It provides
optimized, low-level implementations of algorithms.
.
This package provides the Python 3 libraries.