You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-07-10 12:19:27 -07:00
36 lines
1.1 KiB
Tcl
36 lines
1.1 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
|
|
PortGroup github 1.0
|
|
|
|
name py-pypostal
|
|
github.setup openvenues pypostal 1.1
|
|
categories python textproc
|
|
platforms darwin
|
|
license MIT
|
|
maintainers {amake @amake} openmaintainer
|
|
|
|
description International address parsing/normalization
|
|
|
|
long_description Python bindings to libpostal for fast international \
|
|
address parsing/normalization
|
|
|
|
checksums rmd160 48fd84ae900795686672a47bda241716b616b5cf \
|
|
sha256 d9e289a7ccaf62aa4397b356f8721a25835d08975d816f684dd32875bf448fb1 \
|
|
size 17871
|
|
|
|
python.versions 27 35 36 37 38
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools \
|
|
port:py${python.version}-nose
|
|
|
|
depends_lib-append \
|
|
port:py${python.version}-six \
|
|
port:libpostal
|
|
|
|
livecheck.type none
|
|
}
|