mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Extension for Flask that compresses responses with gzip
WWW: https://github.com/libwilliam/flask-compress PR: 210977 Submitted by: Andrej Ebert <andrej@ebert.su>
This commit is contained in:
parent
750fb92230
commit
2c883cac42
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418642
@ -1596,6 +1596,7 @@
|
||||
SUBDIR += py-flask-admin
|
||||
SUBDIR += py-flask-bootstrap
|
||||
SUBDIR += py-flask-cache
|
||||
SUBDIR += py-flask-compress
|
||||
SUBDIR += py-flask-cors
|
||||
SUBDIR += py-flask-flatpages
|
||||
SUBDIR += py-flask-oauthlib
|
||||
|
20
www/py-flask-compress/Makefile
Normal file
20
www/py-flask-compress/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Flask-Compress
|
||||
PORTVERSION= 1.3.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= andrej@ebert.su
|
||||
COMMENT= Extension for Flask that compresses responses with gzip
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.9:www/py-flask
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/py-flask-compress/distinfo
Normal file
3
www/py-flask-compress/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1468168542
|
||||
SHA256 (Flask-Compress-1.3.0.tar.gz) = e6c52f1e56b59e8702aed6eb73c6fb0bffe942e5ca188f10e54a33ec11bc5ed4
|
||||
SIZE (Flask-Compress-1.3.0.tar.gz) = 2468
|
3
www/py-flask-compress/pkg-descr
Normal file
3
www/py-flask-compress/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Extension for Flask that compresses responses with gzip
|
||||
|
||||
WWW: https://github.com/libwilliam/flask-compress
|
Loading…
Reference in New Issue
Block a user