[107090] trunk/dports/python
aronnax at macports.org
aronnax at macports.org
Mon Jun 17 17:55:48 PDT 2013
Revision: 107090
https://trac.macports.org/changeset/107090
Author: aronnax at macports.org
Date: 2013-06-17 17:55:48 -0700 (Mon, 17 Jun 2013)
Log Message:
-----------
py-itsdangerous: new port, various helpers to pass trusted data to untrusted environments and back
Added Paths:
-----------
trunk/dports/python/py-itsdangerous/
trunk/dports/python/py-itsdangerous/Portfile
Added: trunk/dports/python/py-itsdangerous/Portfile
===================================================================
--- trunk/dports/python/py-itsdangerous/Portfile (rev 0)
+++ trunk/dports/python/py-itsdangerous/Portfile 2013-06-18 00:55:48 UTC (rev 107090)
@@ -0,0 +1,33 @@
+# -*- 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
+
+set realname itsdangerous
+name py-${realname}
+version 0.21
+python.versions 25 26 27
+license BSD
+platforms darwin
+supported_archs noarch
+maintainers aronnax openmaintainer
+description Various helpers to pass trusted data to untrusted environments and back
+long_description ${description}
+homepage http://pythonhosted.org/itsdangerous/
+master_sites http://pypi.python.org/packages/source/[string index ${realname} 0]/${realname}/
+distname ${realname}-${version}
+
+checksums md5 84d4b33f0a1e4d0f7f8f8755a5eb2580 \
+ sha1 683391f0331a65ab762d2561a25b852692dbd14c \
+ rmd160 09a1003cc07e3a3d9b764e58c692ed609f2bb241
+
+if {${subport} == ${name}} {
+ livecheck.type regex
+ livecheck.regex [format "%s-%s" ${realname} {(\d+(?:\.\d+)*)}]
+} else {
+ depends_build-append \
+ port:py${python.version}-setuptools
+
+ livecheck.type none
+}
Property changes on: trunk/dports/python/py-itsdangerous/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130617/6ae7f0b7/attachment.html>
More information about the macports-changes
mailing list