[106249] trunk/dports/python
cal at macports.org
cal at macports.org
Mon May 20 08:02:02 PDT 2013
Revision: 106249
https://trac.macports.org/changeset/106249
Author: cal at macports.org
Date: 2013-05-20 08:02:02 -0700 (Mon, 20 May 2013)
Log Message:
-----------
New port: py-flask-restful, as a copy of py-flask-wtf
Modified Paths:
--------------
trunk/dports/python/py-flask-restful/Portfile
Added Paths:
-----------
trunk/dports/python/py-flask-restful/
Modified: trunk/dports/python/py-flask-restful/Portfile
===================================================================
--- trunk/dports/python/py-flask-wtf/Portfile 2013-05-19 18:09:26 UTC (rev 106223)
+++ trunk/dports/python/py-flask-restful/Portfile 2013-05-20 15:02:02 UTC (rev 106249)
@@ -5,26 +5,27 @@
PortGroup python 1.0
PortGroup github 1.0
-github.setup ajford flask-wtf 0.8 v
-name py-flask-wtf
-set real_name Flask-WTF
+github.setup twilio flask-restful 0.2.2
+name py-flask-restful
+set real_name Flask-Restful
python.versions 25 26 27
python.default_version 27
categories-append www
-maintainers and.damore openmaintainer
-description Flask simple integration with WTForms
+maintainers cal openmaintainer
+description Flask extension for quickly building REST APIs.
long_description \
- Flask-WTF offers simple integration with WTForms. This integration includes \
- optional CSRF handling for greater security.
+ Flask-RESTful is an extension for Flask that adds support for quickly \
+ building REST APIs. It is a lightweight abstraction that works with your \
+ existing ORM/libraries.
license BSD
platforms darwin
-homepage http://pythonhosted.org/Flask-WTF
-checksums rmd160 d07afc36f3258fd3f906c1a1437a8f3dc5c8d6bf \
- sha256 a93be7f971f607ef090f9f75249443785d60c339cfc0dc66318965324588b7cd
+homepage http://flask-restful.readthedocs.org/en/latest/
+checksums rmd160 690f284cbe8f872cf2fff0eec1d2768c011edd98 \
+ sha256 8873659f3a03d242014226cd4696698580fecfeaa54b4083027ad9919499bea2
if {$name != $subport} {
depends_build-append port:py${python.version}-distribute
depends_lib-append port:py${python.version}-flask \
- port:py${python.version}-wtforms
+ port:py${python.version}-mock
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130520/943ac2b2/attachment-0001.html>
More information about the macports-changes
mailing list