# -*- 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 PortSystem 1.0 PortGroup python 1.0 name py-flask-restful python.rootname Flask-RESTful version 0.3.10 revision 0 categories-append www license BSD platforms {darwin any} supported_archs noarch maintainers nomaintainer description Flask extension for quickly building REST APIs. long_description 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. homepage https://flask-restful.readthedocs.io checksums rmd160 6b24138ad8582ddb69838af8967c286f145a481e \ sha256 fe4af2ef0027df8f9b4f797aba20c5566801b6ade995ac63b588abf1a59cec37 \ size 110453 python.versions 312 313 if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-aniso8601 \ port:py${python.version}-flask \ port:py${python.version}-six \ port:py${python.version}-tz }