mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
New port: www/py-flask-sockets
Elegant WebSockets for your Flask apps. WWW: https://github.com/kennethreitz/flask-sockets
This commit is contained in:
parent
f1cc767ce5
commit
d69e9ed7c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370091
4 changed files with 28 additions and 0 deletions
|
@ -1529,6 +1529,7 @@
|
|||
SUBDIR += py-flask-admin
|
||||
SUBDIR += py-flask-cache
|
||||
SUBDIR += py-flask-flatpages
|
||||
SUBDIR += py-flask-sockets
|
||||
SUBDIR += py-flask-uploads
|
||||
SUBDIR += py-flexget
|
||||
SUBDIR += py-flup
|
||||
|
|
22
www/py-flask-sockets/Makefile
Normal file
22
www/py-flask-sockets/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Created by: antoine@FreeBSD.org
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Flask-Sockets
|
||||
PORTVERSION= 0.1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= antoine@FreeBSD.org
|
||||
COMMENT= Elegant WebSockets for your Flask apps
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0:${PORTSDIR}/www/py-flask \
|
||||
${PYTHON_PKGNAMEPREFIX}gevent>=0:${PORTSDIR}/devel/py-gevent \
|
||||
${PYTHON_PKGNAMEPREFIX}gevent-websocket>=0:${PORTSDIR}/www/py-gevent-websocket
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/py-flask-sockets/distinfo
Normal file
2
www/py-flask-sockets/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Flask-Sockets-0.1.tar.gz) = 7991074577623a0e1e3ecdfcbf0d59a7b426b224db8b522f3917969c6c37a97b
|
||||
SIZE (Flask-Sockets-0.1.tar.gz) = 2471
|
3
www/py-flask-sockets/pkg-descr
Normal file
3
www/py-flask-sockets/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Elegant WebSockets for your Flask apps.
|
||||
|
||||
WWW: https://github.com/kennethreitz/flask-sockets
|
Loading…
Add table
Reference in a new issue