[103148] trunk/dports/python
and.damore at macports.org
and.damore at macports.org
Sat Feb 16 01:19:26 PST 2013
Revision: 103148
https://trac.macports.org/changeset/103148
Author: and.damore at macports.org
Date: 2013-02-16 01:19:26 -0800 (Sat, 16 Feb 2013)
Log Message:
-----------
new port py-flask-auth: flask Auth extension
Added Paths:
-----------
trunk/dports/python/py-flask-auth/
trunk/dports/python/py-flask-auth/Portfile
Added: trunk/dports/python/py-flask-auth/Portfile
===================================================================
--- trunk/dports/python/py-flask-auth/Portfile (rev 0)
+++ trunk/dports/python/py-flask-auth/Portfile 2013-02-16 09:19:26 UTC (rev 103148)
@@ -0,0 +1,29 @@
+# -*- 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-flask-auth
+set real_name Flask-Auth
+version 0.85
+python.versions 25 26 27
+python.default_version 27
+categories-append www
+maintainers and.damore openmaintainer
+description Flask Auth extension
+long_description \
+ Database-agnostic extension for Flask to support role-based authentication of users.
+
+license BSD
+platforms darwin
+homepage http://pythonhosted.org/Flask-WTF
+master_sites http://pypi.python.org/packages/source/F/Flask-Auth
+distname ${real_name}-${version}
+checksums rmd160 62a4934d152a2b4a45ab6d01c303c0e28d73daff \
+ sha256 a749c1f021a731ba8b40656bf863093840fa8cb4f1d2675571c1073357245285
+
+if {$name != $subport} {
+ depends_build-append port:py${python.version}-distribute
+ depends_lib-append port:py${python.version}-flask
+}
Property changes on: trunk/dports/python/py-flask-auth/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/20130216/85014d98/attachment-0001.html>
More information about the macports-changes
mailing list