# -*- 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 github 1.0 PortGroup python 1.0 # 0.12.0 was the last release long time ago python.rootname Minecraft-Overviewer # github.setup overviewer Minecraft-Overviewer 0.12.0 v github.setup overviewer ${python.rootname} cd11ea31a9f6b0686cdff3998eeb10a964201ba2 version 0.12.210_2018-02-28 name py-minecraft-overviewer platforms darwin license GPL-3 maintainers {mojca @mojca} openmaintainer description Render high-resolution maps of a Minecraft world with a Google Maps powered interface long_description ${description} homepage http://overviewer.org/ # We need either this Imaging library or Pil(low) # http://effbot.org/media/downloads/Imaging-1.1.7.tar.gz set libname Pillow set libvers 4.0.0 set libfile ${libname}-${libvers}${extract.suffix} set mainfile ${python.rootname}-${git.branch}${extract.suffix} master_sites-append pypi:P/${libname}:pil distfiles-append ${libfile}:pil checksums ${mainfile} \ rmd160 bb18aa314d75488abcc50612205dfeb96c2ef831 \ sha256 3432d777db17ac99f6ab0545e2ee57d91c115309e6e9a0f6df432b4ac1498391 \ size 2917472 \ ${libfile} \ rmd160 018edb6030851a4ae17eba1ec9e0b03933b4922b \ sha256 ee26d2d7e7e300f76ba7b796014c04011394d0c4a5ed9a288264a3e443abca50 \ size 11077480 python.versions 27 if {${name} ne ${subport}} { build.env-append \ PIL_INCLUDE_DIR=${workpath}/${libname}-${libvers}/libImaging/ depends_build-append \ port:py${python.version}-numpy depends_run-append \ port:py${python.version}-numpy livecheck.type none }