# -*- 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

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
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     37 38 39 310

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