Revision: 139705 https://trac.macports.org/changeset/139705 Author: petr@macports.org Date: 2015-08-24 17:07:18 -0700 (Mon, 24 Aug 2015) Log Message: ----------- py-epsg: new port Added Paths: ----------- trunk/dports/python/py-epsg/ trunk/dports/python/py-epsg/Portfile Added: trunk/dports/python/py-epsg/Portfile =================================================================== --- trunk/dports/python/py-epsg/Portfile (rev 0) +++ trunk/dports/python/py-epsg/Portfile 2015-08-25 00:07:18 UTC (rev 139705) @@ -0,0 +1,45 @@ +# -*- 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 +# $Id$ + +PortSystem 1.0 +PortGroup python 1.0 +PortGroup github 1.0 + +github.setup rhattersley pyepsg 0.2.0 v + +name py-epsg +categories-append gis +platforms darwin +supported_archs noarch +license LGPL-3 + +maintainers petr openmaintainer + +description Easy access to the EPSG database via http://epsg.io/ + +long_description ${description} + +checksums md5 40bb59596162bec9c315c629c83d5072 \ + rmd160 6b4ad73bec5832f26847e342a762be42f9541342 \ + sha256 9c97a7afe8f746991cd269343bbddda20d672a0db2af29ed4ec21e8e7c00a5bc + +python.versions 27 34 + +if {${name} ne ${subport}} { + + # default + depends_lib-append port:py${python.version}-requests + + # Adding documentation + post-destroot { + set dest_doc ${destroot}${prefix}/share/doc/${subport} + xinstall -d ${dest_doc} + xinstall -m 755 -W ${worksrcpath} \ + README.rst \ + COPYING \ + COPYING.LESSER \ + ${dest_doc} + } + + livecheck.type none +} Property changes on: trunk/dports/python/py-epsg/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
petr@macports.org