[137602] trunk/dports/python
stromnov at macports.org
stromnov at macports.org
Mon Jun 15 04:26:38 PDT 2015
Revision: 137602
https://trac.macports.org/changeset/137602
Author: stromnov at macports.org
Date: 2015-06-15 04:26:38 -0700 (Mon, 15 Jun 2015)
Log Message:
-----------
py-cligj: new port
Added Paths:
-----------
trunk/dports/python/py-cligj/
trunk/dports/python/py-cligj/Portfile
Added: trunk/dports/python/py-cligj/Portfile
===================================================================
--- trunk/dports/python/py-cligj/Portfile (rev 0)
+++ trunk/dports/python/py-cligj/Portfile 2015-06-15 11:26:38 UTC (rev 137602)
@@ -0,0 +1,38 @@
+# -*- 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
+
+name py-cligj
+version 0.2.0
+revision 0
+categories-append gis
+platforms darwin
+license BSD
+
+python.versions 27 34
+
+maintainers stromnov openmaintainer
+
+description Click params for commmand line interfaces to GeoJSON
+long_description ${description}
+
+homepage https://github.com/mapbox/cligj
+master_sites https://pypi.python.org/packages/source/c/cligj/
+
+distname cligj-${version}
+
+checksums rmd160 6911650c19bcec47f8535be42ae8ab423aa04150 \
+ sha256 8037291ed094fa5d9e164b71cd1bc1ffcb3846d326ca95a6699a1b4145237214
+
+if {${name} ne ${subport}} {
+ depends_lib-append port:py${python.version}-setuptools \
+ port:py${python.version}-click
+
+ livecheck.type none
+} else {
+ livecheck.type regex
+ livecheck.url https://pypi.python.org/pypi/cligj/json
+ livecheck.regex {cligj-(\d+(?:\.\d+)*)\.[tz]}
+}
Property changes on: trunk/dports/python/py-cligj/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150615/4a11f0a5/attachment.html>
More information about the macports-changes
mailing list