[147538] trunk/dports/python
petr at macports.org
petr at macports.org
Thu Apr 7 09:39:48 PDT 2016
Revision: 147538
https://trac.macports.org/changeset/147538
Author: petr at macports.org
Date: 2016-04-07 09:39:48 -0700 (Thu, 07 Apr 2016)
Log Message:
-----------
py-filechunkio: new port
Added Paths:
-----------
trunk/dports/python/py-filechunkio/
trunk/dports/python/py-filechunkio/Portfile
Added: trunk/dports/python/py-filechunkio/Portfile
===================================================================
--- trunk/dports/python/py-filechunkio/Portfile (rev 0)
+++ trunk/dports/python/py-filechunkio/Portfile 2016-04-07 16:39:48 UTC (rev 147538)
@@ -0,0 +1,36 @@
+# -*- 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-filechunkio
+version 1.6
+
+platforms darwin
+supported_archs noarch
+license MIT
+maintainers petr openmaintainer
+
+description FileChunkIO represents a chunk of an OS-level file containing bytes data
+long_description ${description}
+
+homepage https://bitbucket.org/fabian/filechunkio
+
+set pypi_path [string index ${python.rootname} 0]/${python.rootname}
+master_sites http://pypi.python.org/packages/source/${pypi_path}
+distname ${python.rootname}-${version}
+
+checksums md5 c168a11ad94cd2ec42a219f0f8869a7b \
+ rmd160 79d8362d9eb5c0762f2468056d8be8375d0750a1 \
+ sha256 163948052cd274daddfcde9cec9cb5e04ac19d7bb91606cdc6a305b0428a0e70
+
+python.versions 27 34 35
+
+if {${name} ne ${subport}} {
+ livecheck.type none
+} else {
+ livecheck.type regex
+ livecheck.url https://pypi.python.org/pypi/${python.rootname}/json
+ livecheck.regex "\"${python.rootname}-(\[.\\d\]+)\\${extract.suffix}\""
+}
Property changes on: trunk/dports/python/py-filechunkio/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/20160407/4b594de7/attachment.html>
More information about the macports-changes
mailing list