Files
2026-02-27 11:53:31 -05:00

31 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-geocoder
platforms {darwin any}
license MIT
maintainers {ra1nb0w @ra1nb0w} openmaintainer
description Simple and consistent geocoding library.
long_description {*}${description}
homepage https://github.com/DenisCarriere/geocoder
supported_archs noarch
version 1.38.1
checksums rmd160 86f090f4cf9e941a2a2aeb39b16c12a972b362f6 \
sha256 c9925374c961577d0aee403b09e6f8ea1971d913f011f00ca70c76beaf7a77e7 \
size 64345
revision 0
python.versions 314
if {${name} ne ${subport}} {
depends_lib-append \
port:py${python.version}-click \
port:py${python.version}-future \
port:py${python.version}-ratelim \
port:py${python.version}-requests \
port:py${python.version}-six
}