git: 5560319b8d48 - main - devel/py-telepath: Add py-telepath 0.2
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jun 20 20:48:07 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5560319b8d48bbc97890934a69161771c9dcf744
commit 5560319b8d48bbc97890934a69161771c9dcf744
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-20 20:43:17 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-20 20:43:17 +0000
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
---
devel/Makefile | 1 +
devel/py-telepath/Makefile | 20 ++++++++++++++++++++
devel/py-telepath/distinfo | 3 +++
devel/py-telepath/pkg-descr | 5 +++++
4 files changed, 29 insertions(+)
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 at FreeBSD.org>
+
+PORTNAME= telepath
+PORTVERSION= 0.2
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet at 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
More information about the dev-commits-ports-all
mailing list