You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
1.0 KiB
Tcl
26 lines
1.0 KiB
Tcl
# -*- 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
|
|
|
|
name py-exifread
|
|
version 3.5.1
|
|
revision 0
|
|
|
|
license BSD
|
|
platforms {darwin any}
|
|
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.
|
|
homepage https://github.com/ianare/exif-py
|
|
|
|
checksums rmd160 5c48c549c078ebe1aacf835c5467e34b01506eb6 \
|
|
sha256 9f998f80d3062741c976dfc4fd033424bc40932937994e4d2181eb70c4b6aedd \
|
|
size 56552
|
|
|
|
python.versions 310 311 312 313
|