# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-flask-restplus # py-flask-restplus/Makefile # py-flask-restplus/distinfo # py-flask-restplus/pkg-descr # echo c - py-flask-restplus mkdir -p py-flask-restplus > /dev/null 2>&1 echo x - py-flask-restplus/Makefile sed 's/^X//' >py-flask-restplus/Makefile << 'e22a09aae08834fe4ceb4cbf52cfb95b' X# $FreeBSD$ X XPORTNAME= flask-restplus XPORTVERSION= 0.9.2 XCATEGORIES= www python XMASTER_SITES= CHEESESHOP XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= andrej@ebert.su XCOMMENT= Extension for Flask that adds support for quickly building REST APIs X XLICENSE= MIT XLICENSE_FILE= ${WRKSRC}/LICENSE X XRUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.8:www/py-flask \ X ${PYTHON_PKGNAMEPREFIX}six>=1.3.0:devel/py-six \ X ${PYTHON_PKGNAMEPREFIX}jsonschema>0:devel/py-jsonschema \ X ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz \ X ${PYTHON_PKGNAMEPREFIX}aniso8601>=0.82:devel/py-aniso8601 X XTEST_DEPENDS:= ${RUN_DEPENDS} \ X ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose \ X ${PYTHON_PKGNAMEPREFIX}rednose>0:devel/py-rednose \ X ${PYTHON_PKGNAMEPREFIX}blinker>0:devel/py-blinker \ X ${PYTHON_PKGNAMEPREFIX}tzlocal>0:devel/py-tzlocal X XUSES= python:2.7+ XUSE_PYTHON= autoplist distutils XNO_ARCH= yes X X.include e22a09aae08834fe4ceb4cbf52cfb95b echo x - py-flask-restplus/distinfo sed 's/^X//' >py-flask-restplus/distinfo << '236aa006648e3b02121789f8e036a969' XTIMESTAMP = 1468167697 XSHA256 (flask-restplus-0.9.2.tar.gz) = c4313097a673ef2cffabceb44b6fdd03132ee5e7ab34d0289c37af12a3d11186 XSIZE (flask-restplus-0.9.2.tar.gz) = 868988 236aa006648e3b02121789f8e036a969 echo x - py-flask-restplus/pkg-descr sed 's/^X//' >py-flask-restplus/pkg-descr << '8532eafd0d2546a336b5df76d91d9f88' XExtension for Flask that adds support for quickly building REST APIs. XFlask-RESTPlus encourages best practices with minimal setup. XIf you are familiar with Flask, Flask-RESTPlus should be easy to pick up. XIt provides a coherent collection of decorators and tools to describe your XAPI and expose its documentation properly using Swagger. X XWWW: https://github.com/noirbizarre/flask-restplus 8532eafd0d2546a336b5df76d91d9f88 exit