debian/0000755000000000000000000000000012273151600007163 5ustar debian/rules0000755000000000000000000000064012273151553010252 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 export PYBUILD_NAME=openslide %: dh $@ --with python2,python3 --buildsystem=pybuild override_dh_installexamples: dh_installexamples -Xjquery.js examples/* dh_link usr/share/javascript/jquery/jquery.js usr/share/doc/python-openslide/examples/deepzoom/static/jquery.js override_dh_compress: dh_compress -X.py get-orig-source: uscan --verbose --force-download --rename debian/watch0000644000000000000000000000012112041025333010202 0ustar version=3 http://openslide.org/download \ .*/openslide-python-([\d\.]+)\.tar\.xz debian/changelog0000644000000000000000000000077712272751756011071 0ustar openslide-python (0.5.1-2) unstable; urgency=low * Switch to arch:all instead of arch:any. Closes: #737195 * Prefer python-pil. Closes: #737191 * Recommends jquery. Closes: #737192 * Update copyright dates. Closes: #737193 * Add python3 module. Closes: #737194 -- Mathieu Malaterre Fri, 31 Jan 2014 17:36:59 +0100 openslide-python (0.5.1-1) unstable; urgency=low * Initial release (Closes: #683077) -- Mathieu Malaterre Tue, 28 Jan 2014 21:04:08 +0100 debian/control0000644000000000000000000000566112273151257010606 0ustar Source: openslide-python Section: python Priority: optional Maintainer: Debian Med Packaging Team Uploaders: Mathieu Malaterre Build-Depends: debhelper (>= 9), dh-python, python-all (>= 2.6.6-3~), python3-all Standards-Version: 3.9.5 X-Python-Version: >= 2.6 X-Python3-Version: >= 3.2 Homepage: http://openslide.org Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/openslide-python/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/openslide-python/trunk/ Package: python-openslide Architecture: all Depends: ${misc:Depends}, ${python:Depends}, libopenslide0, python-pil Provides: ${python:Provides} Recommends: python-flask, libjs-jquery Description: Python 2 wrapper for reading whole slide image files OpenSlide is a C library that provides a simple interface to read whole-slide images also known as virtual slides. . Whole-slide images, also known as virtual slides, are large, high resolution images used in digital pathology. Reading these images using standard image tools or libraries is a challenge because these tools are typically designed for images that can comfortably be uncompressed into RAM or a swap file. Whole-slide images routinely exceed RAM sizes, often occupying tens of gigabytes when uncompressed. Additionally, whole-slide images are typically multi-resolution, and only a small amount of image data might be needed at a particular resolution. . This library currently supports: - Aperio (.svs, .tif) - Hamamatsu (.vms, .vmu, .ndpi) - Leica (.scn) - MIRAX (.mrxs) - Sakura (.svslide) - Trestle (.tif) - Generic tiled TIFF (.tif) . This package contains the Python 2 module needed to run OpenSlide applications. Package: python3-openslide Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, libopenslide0, python3-pil Provides: ${python3:Provides} Recommends: python3-flask, libjs-jquery Description: Python 3 wrapper for reading whole slide image files OpenSlide is a C library that provides a simple interface to read whole-slide images also known as virtual slides. . Whole-slide images, also known as virtual slides, are large, high resolution images used in digital pathology. Reading these images using standard image tools or libraries is a challenge because these tools are typically designed for images that can comfortably be uncompressed into RAM or a swap file. Whole-slide images routinely exceed RAM sizes, often occupying tens of gigabytes when uncompressed. Additionally, whole-slide images are typically multi-resolution, and only a small amount of image data might be needed at a particular resolution. . This library currently supports: - Aperio (.svs, .tif) - Hamamatsu (.vms, .vmu, .ndpi) - Leica (.scn) - MIRAX (.mrxs) - Sakura (.svslide) - Trestle (.tif) - Generic tiled TIFF (.tif) . This package contains the Python 3 module needed to run OpenSlide applications. debian/copyright0000644000000000000000000001172112272750507011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: openslide-python Source: http://openslide.org/ Files: * Copyright: © 2010-2014 Carnegie Mellon University License: LGPL-2.1 Files: examples/deepzoom/static/jquery.js Copyright: © 2005, 2013 jQuery Foundation, Inc. and other contributors License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Files: examples/deepzoom/static/openseadragon.js Copyright: © Copyright (c) 2010-2013 OpenSeadragon contributors, © 2009, CodePlex Foundation License: BSD Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - Neither the name of OpenSeadragon nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: examples/deepzoom/static/openseadragon.js Copyright: 2011 John Resig 2006-2013 Matt Snider License: BSD Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Files: debian/* Copyright: 2014; Mathieu Malaterre License: LGPL-2.1 License: LGPL-2.1 This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; version 2.1 of the License . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems the full text of the GNU Library General Public License can be found in the `/usr/share/common-licenses/LGPL-2.1' file. debian/source/0000755000000000000000000000000012041025243010457 5ustar debian/source/format0000644000000000000000000000001412041025243011665 0ustar 3.0 (quilt) debian/docs0000644000000000000000000000001312041025243010024 0ustar README.txt debian/compat0000644000000000000000000000000212041025701010354 0ustar 9