[91215] trunk/dports/python

snc at macports.org snc at macports.org
Sun Mar 25 17:56:37 PDT 2012


Revision: 91215
          https://trac.macports.org/changeset/91215
Author:   snc at macports.org
Date:     2012-03-25 17:56:36 -0700 (Sun, 25 Mar 2012)
Log Message:
-----------
py-passlib: create 1.5.3

Added Paths:
-----------
    trunk/dports/python/py-passlib/
    trunk/dports/python/py-passlib/Portfile

Added: trunk/dports/python/py-passlib/Portfile
===================================================================
--- trunk/dports/python/py-passlib/Portfile	                        (rev 0)
+++ trunk/dports/python/py-passlib/Portfile	2012-03-26 00:56:36 UTC (rev 91215)
@@ -0,0 +1,37 @@
+# -*- 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-passlib
+version                 1.5.3
+python.versions         27 31 32
+python.default_version  27
+categories-append       www security
+maintainers             snc openmaintainer
+license                 bsd
+supported_archs         noarch
+
+description             password hashing library
+long_description        ${name} is a ${description} for Python 2 & 3, \
+                        which provies cross-platform implementations \
+                        of over 20 password hashing algorithms, as \
+                        well as a framework for managing existing \
+                        passowrd hashes.
+
+platforms               darwin
+
+homepage                http://packages.python.org/passlib/
+master_sites            googlecode:passlib
+distname                passlib-${version}
+
+if {$subport != $name} {
+    checksums           rmd160  a4d22042fe1afa30038845d5df52a98090b3962a \
+                        sha256  8c4390eae7e5fa074e69bfee1e5e40b9c32bef3743cd2780a37da3289cf2cf20
+
+    livecheck.type          none
+} else {
+    livecheck.name          googleappengine
+    livecheck.regex         google_appengine_(\\d+(\\.\\d+)+)${extract.suffix}
+}


Property changes on: trunk/dports/python/py-passlib/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/20120325/b65bc3fe/attachment.html>


More information about the macports-changes mailing list