PortSystem          1.0
PortGroup           python 1.0
PortGroup           github 1.0

github.setup        ianare exif-py 2.3.2
name                py-exifread
revision            0
license             BSD
platforms           darwin
supported_archs     noarch
maintainers         {gmx.us:chrischavez @chrstphrchvz} openmaintainer
description         EXIF.py - Python interface to the EXIF meta-data
long_description    Exchangeable Image File Format for Digital Still \
                    Cameras is a meta-information tag that can be embedded \
                    in tiff or jpeg image files. EXIF.py is a Python \
                    interface to this data.

checksums           rmd160  047947eb9dde5afd2fb824cafc3bb2da92f0b911 \
                    sha256  ec467f51e5193012a917c96bfcb68e44213c4322bc14ebdcf1ac2341e8b76b62 \
                    size    42798

python.versions     27 37 38 39 310

if {${name} ne ${subport}} {
    depends_build-append    port:py${python.version}-setuptools
}
