File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2+
3+ PortSystem 1.0
4+ PortGroup python 1.0
5+
6+ name py-glymur
7+ version 0.14.8
8+ revision 0
9+
10+ license MIT
11+ maintainers {mps @Schamschula} openmaintainer
12+ description glymur contains a Python interface to the OpenJPEG library which \
13+ allows one to read and write JPEG 2000 files.
14+ long_description {*}${description}
15+ homepage https://github.com/quintusdias/glymur
16+
17+ checksums rmd160 c93d7eb87ba67048491570e968d75da717dae21d \
18+ sha256 29ec048e319e8aadede1e30aa9c26dd5dda48769a26a48848fa844bb0b670d42 \
19+ size 4581847
20+
21+ python.versions 311 312 313 314
22+
23+ if {${name} ne ${subport} } {
24+ depends_lib-append \
25+ port:py${python.version} -lxml \
26+ port:py${python.version} -numpy \
27+ port:py${python.version} -Pillow
28+ }
You can’t perform that action at this time.
0 commit comments