[122112] trunk/dports/python
aronnax at macports.org
aronnax at macports.org
Mon Jul 14 14:39:51 PDT 2014
Revision: 122112
https://trac.macports.org/changeset/122112
Author: aronnax at macports.org
Date: 2014-07-14 14:39:50 -0700 (Mon, 14 Jul 2014)
Log Message:
-----------
py-flask-login: new port, user session management for Flask
Added Paths:
-----------
trunk/dports/python/py-flask-login/
trunk/dports/python/py-flask-login/Portfile
Added: trunk/dports/python/py-flask-login/Portfile
===================================================================
--- trunk/dports/python/py-flask-login/Portfile (rev 0)
+++ trunk/dports/python/py-flask-login/Portfile 2014-07-14 21:39:50 UTC (rev 122112)
@@ -0,0 +1,39 @@
+# -*- 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-login
+set realname Flask-Login
+version 0.2.11
+python.versions 25 26 27
+license MIT
+platforms darwin
+supported_archs noarch
+maintainers aronnax openmaintainer
+description User session management for Flask
+long_description Flask-Login provides user session management for Flask. It \
+ handles the common tasks of logging in, logging out, and remembering your \
+ users' sessions over extended periods of time.
+homepage https://flask-login.readthedocs.org/
+master_sites http://pypi.python.org/packages/source/[string index ${realname} 0]/${realname}/
+distname ${realname}-${version}
+
+checksums md5 c0a7eaf28623f0aeac4929dc05a7a064 \
+ sha1 d23f920096b40a6794e0a0e8997aca823382af7d \
+ rmd160 769f9928641ac7def1ebf33e5b77027174899626
+
+if {${name} eq ${subport}} {
+ livecheck.type regex
+ livecheck.url "http://pypi.python.org/pypi?:action=doap&name=${realname}"
+ livecheck.regex {<release><Version><revision>([^<]+)</revision></Version></release>}
+} else {
+ depends_build-append \
+ port:py${python.version}-setuptools
+
+ depends_lib-append \
+ port:py${python.version}-flask
+
+ livecheck.type none
+}
Property changes on: trunk/dports/python/py-flask-login/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/20140714/cd6428d7/attachment-0001.html>
More information about the macports-changes
mailing list