You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
25 lines
792 B
Tcl
25 lines
792 B
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-dbfread
|
|
version 2.0.7
|
|
revision 0
|
|
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
maintainers {gmail.com:esafak @esafak} openmaintainer
|
|
license MIT
|
|
|
|
description Read DBF Files with Python
|
|
long_description {*}${description}
|
|
|
|
checksums rmd160 6599d0c691b9047c46ec75842ed380880c595567 \
|
|
sha256 07c8a9af06ffad3f6f03e8fe91ad7d2733e31a26d2b72c4dd4cfbae07ee3b73d \
|
|
size 33212
|
|
|
|
homepage https://dbfread.readthedocs.io/
|
|
|
|
python.versions 310 311 312 313
|