1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

devel/py-telepath: Add py-telepath 0.2

telepath is a Django library for exchanging data between Python and JavaScript,
allowing you to build apps with rich client-side interfaces while keeping the
business logic in server-side code.

WWW: https://github.com/wagtail/telepath
This commit is contained in:
Po-Chuan Hsieh 2021-06-21 04:43:17 +08:00
parent c9160198e0
commit 5560319b8d
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 29 additions and 0 deletions

View File

@ -5154,6 +5154,7 @@
SUBDIR += py-taskflow
SUBDIR += py-tasklib
SUBDIR += py-tblib
SUBDIR += py-telepath
SUBDIR += py-tempora
SUBDIR += py-tenacity
SUBDIR += py-termcolor

View File

@ -0,0 +1,20 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= telepath
PORTVERSION= 0.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Library for exchanging data between Python and JavaScript
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.5+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1624189675
SHA256 (telepath-0.2.tar.gz) = ef4cf2a45ed1908c58639c346756955f8a73ae79002a8116d596b3fd702bf84c
SIZE (telepath-0.2.tar.gz) = 11332

View File

@ -0,0 +1,5 @@
telepath is a Django library for exchanging data between Python and JavaScript,
allowing you to build apps with rich client-side interfaces while keeping the
business logic in server-side code.
WWW: https://github.com/wagtail/telepath