[137604] trunk/dports/python
stromnov at macports.org
stromnov at macports.org
Mon Jun 15 04:38:08 PDT 2015
Revision: 137604
https://trac.macports.org/changeset/137604
Author: stromnov at macports.org
Date: 2015-06-15 04:38:08 -0700 (Mon, 15 Jun 2015)
Log Message:
-----------
py-snuggs: new port
Added Paths:
-----------
trunk/dports/python/py-snuggs/
trunk/dports/python/py-snuggs/Portfile
Added: trunk/dports/python/py-snuggs/Portfile
===================================================================
--- trunk/dports/python/py-snuggs/Portfile (rev 0)
+++ trunk/dports/python/py-snuggs/Portfile 2015-06-15 11:38:08 UTC (rev 137604)
@@ -0,0 +1,42 @@
+# -*- 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-snuggs
+version 1.3.1
+revision 0
+categories-append devel math
+platforms darwin
+license MIT
+
+python.versions 27 34
+
+maintainers stromnov openmaintainer
+
+description Snuggs are s-expressions for Numpy
+long_description ${description}
+
+homepage https://github.com/mapbox/snuggs
+master_sites https://pypi.python.org/packages/source/s/snuggs/
+
+distname snuggs-${version}
+
+checksums rmd160 1a3d5810116e9ef135e2d1befaeac5ad9b2384a8 \
+ sha256 f9b87b5bc9605a90a98b3a2cae16c3b54f60069a5dcb25ba3ec52dfb622cfa68
+
+if {${name} ne ${subport}} {
+ depends_build-append \
+ port:py${python.version}-setuptools
+
+ depends_lib-append port:py${python.version}-parsing \
+ port:py${python.version}-numpy \
+ port:py${python.version}-click
+
+ livecheck.type none
+} else {
+ livecheck.type regex
+ livecheck.url https://pypi.python.org/pypi/snuggs/json
+ livecheck.regex {snuggs-(\d+(?:\.\d+)*)\.[tz]}
+}
Property changes on: trunk/dports/python/py-snuggs/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/655bef58/attachment.html>
More information about the macports-changes
mailing list