You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-07-10 12:19:27 -07:00
33 lines
1010 B
Tcl
33 lines
1010 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-mercantile
|
|
version 1.1.6
|
|
revision 0
|
|
categories-append devel gis
|
|
platforms darwin
|
|
license BSD
|
|
supported_archs noarch
|
|
|
|
python.versions 27 35 36 37 38
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description Spherical mercator and XYZ tile utilities
|
|
long_description ${description}
|
|
|
|
homepage https://github.com/sgillies/mercantile
|
|
|
|
checksums rmd160 18d8422bf70adc72c5e97b87842113e69eb9f0da \
|
|
sha256 0dff4cbc2c92ceca0e0dfbb3dc74392a96d33cfa29afb1bdfcc80283d3ef4207 \
|
|
size 12935
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:py${python.version}-setuptools \
|
|
port:py${python.version}-click
|
|
|
|
livecheck.type none
|
|
}
|