Index: head/www/py-flask-compress/Makefile =================================================================== --- head/www/py-flask-compress/Makefile (revision 428324) +++ head/www/py-flask-compress/Makefile (revision 428325) @@ -1,20 +1,25 @@ # $FreeBSD$ PORTNAME= Flask-Compress -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.2 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= andrej@ebert.su COMMENT= Extension for Flask that compresses responses with gzip LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.11:www/py-flask +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes + +do-test: + @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest) .include Index: head/www/py-flask-compress/distinfo =================================================================== --- head/www/py-flask-compress/distinfo (revision 428324) +++ head/www/py-flask-compress/distinfo (revision 428325) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474652945 -SHA256 (Flask-Compress-1.3.1.tar.gz) = f4af34786f5a3f84cf4d62d8a86fa1ad57caffa52b5824925dbf928640651902 -SIZE (Flask-Compress-1.3.1.tar.gz) = 2486 +TIMESTAMP = 1475075865 +SHA256 (Flask-Compress-1.3.2.tar.gz) = 4fbb53e7f6ce8b1458a2c3d7a528564912f2641ab2f9f43819fc96ed7f770734 +SIZE (Flask-Compress-1.3.2.tar.gz) = 5897 Index: head/www/py-flask-compress/pkg-descr =================================================================== --- head/www/py-flask-compress/pkg-descr (revision 428324) +++ head/www/py-flask-compress/pkg-descr (revision 428325) @@ -1,3 +1,9 @@ -Extension for Flask that compresses responses with gzip +Flask-Compress both adds the various headers required for a compressed +response and gzips the response data. This makes serving gzip compressed +static files extremely easy. -WWW: https://github.com/libwilliam/flask-compress +Internally, every time a request is made the extension will check if +it matches one of the compressible MIME types and will automatically +attach the appropriate headers. + +WWW: https://pypi.python.org/pypi/Flask-Compress Property changes on: head/www/py-flask-compress/pkg-descr ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property