aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-20 20:43:17 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-20 20:43:17 +0000
commit5560319b8d48bbc97890934a69161771c9dcf744 (patch)
tree800c9a32aa786e0fe1bd2a1a2e8e0aeb15991a67
parentc9160198e026c5048267db0703c186372d6cf4ff (diff)
downloadports-5560319b8d48bbc97890934a69161771c9dcf744.tar.gz
ports-5560319b8d48bbc97890934a69161771c9dcf744.zip
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
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-telepath/Makefile20
-rw-r--r--devel/py-telepath/distinfo3
-rw-r--r--devel/py-telepath/pkg-descr5
4 files changed, 29 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 3d9c9f31de43..639d7bcd4cfc 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -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
diff --git a/devel/py-telepath/Makefile b/devel/py-telepath/Makefile
new file mode 100644
index 000000000000..acbb8fa2e232
--- /dev/null
+++ b/devel/py-telepath/Makefile
@@ -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>
diff --git a/devel/py-telepath/distinfo b/devel/py-telepath/distinfo
new file mode 100644
index 000000000000..c2292df1c4dc
--- /dev/null
+++ b/devel/py-telepath/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1624189675
+SHA256 (telepath-0.2.tar.gz) = ef4cf2a45ed1908c58639c346756955f8a73ae79002a8116d596b3fd702bf84c
+SIZE (telepath-0.2.tar.gz) = 11332
diff --git a/devel/py-telepath/pkg-descr b/devel/py-telepath/pkg-descr
new file mode 100644
index 000000000000..0013ef1335a9
--- /dev/null
+++ b/devel/py-telepath/pkg-descr
@@ -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