You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
61c4e1a00e
Simple and consistent geocoding library.
37 lines
1.1 KiB
Tcl
37 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
|
|
|
|
name py-geocoder
|
|
platforms darwin macosx
|
|
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 27 36 37 38 39
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
|
|
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
|
|
|
|
livecheck.type none
|
|
}
|
|
|