From owner-dev-commits-ports-main@freebsd.org Sun Jun 20 20:48:07 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7775D6589BF; Sun, 20 Jun 2021 20:48:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G7Pr72fPsz4kJL; Sun, 20 Jun 2021 20:48:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3F7CA10AE8; Sun, 20 Jun 2021 20:48:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15KKm7ZG041759; Sun, 20 Jun 2021 20:48:07 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15KKm7pi041758; Sun, 20 Jun 2021 20:48:07 GMT (envelope-from git) Date: Sun, 20 Jun 2021 20:48:07 GMT Message-Id: <202106202048.15KKm7pi041758@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 5560319b8d48 - main - devel/py-telepath: Add py-telepath 0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5560319b8d48bbc97890934a69161771c9dcf744 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jun 2021 20:48:07 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5560319b8d48bbc97890934a69161771c9dcf744 commit 5560319b8d48bbc97890934a69161771c9dcf744 Author: Po-Chuan Hsieh AuthorDate: 2021-06-20 20:43:17 +0000 Commit: Po-Chuan Hsieh 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 + +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 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