Opened 11 years ago
Closed 10 years ago
#42381 closed submission (fixed)
py-openslide @0.5.1 New port
Reported by: | bgilbert (Benjamin Gilbert) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | ||
Port: | py-openslide |
Description
Attached is a portfile for the Python bindings to OpenSlide. I am the upstream maintainer and am also willing to maintain the port.
master_sites
is hardcoded for now, pending #42273.
Package description: OpenSlide Python allows the OpenSlide library to be used from Python programs. OpenSlide provides a simple interface for reading whole-slide images, also known as virtual slides, which are high-resolution images used in digital pathology. These images can occupy tens of gigabytes when uncompressed, and so cannot be easily read using standard tools or libraries, which are designed for images that can be comfortably uncompressed into RAM. Whole-slide images are typically multi-resolution; OpenSlide allows reading a small amount of image data at the resolution closest to a desired zoom level.
Attachments (1)
Change History (7)
comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
comment:3 Changed 11 years ago by bgilbert (Benjamin Gilbert)
Updated license keyword to include licenses of JavaScript libraries in the examples directory.
comment:4 Changed 11 years ago by bgilbert (Benjamin Gilbert)
Updated to version 1.0.1 and added Sphinx-generated documentation.
comment:5 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Status: | new → assigned |
Thanks. Sorry for the delay in getting this committed.
comment:6 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Use the variable ${frameworks_dir}, instead of assuming its value is ${prefix}/Library/Frameworks.