From owner-dev-commits-ports-main@freebsd.org Thu Jul 22 04:50:02 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 EAE3C6530B5; Thu, 22 Jul 2021 04:50:02 +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 4GVg3t6D8Bz3qlN; Thu, 22 Jul 2021 04:50:02 +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 BB6C236BB; Thu, 22 Jul 2021 04:50:02 +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 16M4o2HE087433; Thu, 22 Jul 2021 04:50:02 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16M4o2h4087430; Thu, 22 Jul 2021 04:50:02 GMT (envelope-from git) Date: Thu, 22 Jul 2021 04:50:02 GMT Message-Id: <202107220450.16M4o2h4087430@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Guangyuan Yang Subject: git: 9c7477d06e89 - main - devel/py-thriftpy2: New port: Pure python implementation of Apache Thrift MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ygy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9c7477d06e89263cc5044e90a88b274564de4307 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: Thu, 22 Jul 2021 04:50:03 -0000 The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=9c7477d06e89263cc5044e90a88b274564de4307 commit 9c7477d06e89263cc5044e90a88b274564de4307 Author: Guangyuan Yang AuthorDate: 2021-07-22 04:49:44 +0000 Commit: Guangyuan Yang CommitDate: 2021-07-22 04:49:44 +0000 devel/py-thriftpy2: New port: Pure python implementation of Apache Thrift Approved by: lwhsu (mentor, implicit) --- devel/Makefile | 1 + devel/py-thriftpy2/Makefile | 19 +++++++++++++++++++ devel/py-thriftpy2/distinfo | 3 +++ devel/py-thriftpy2/pkg-descr | 5 +++++ 4 files changed, 28 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 4d0d7b5d68dd..5626167d41e9 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5192,6 +5192,7 @@ SUBDIR += py-threema-msgapi SUBDIR += py-thrift SUBDIR += py-thriftpy + SUBDIR += py-thriftpy2 SUBDIR += py-tiamat SUBDIR += py-timelib SUBDIR += py-tinyarray diff --git a/devel/py-thriftpy2/Makefile b/devel/py-thriftpy2/Makefile new file mode 100644 index 000000000000..8246f0a40f64 --- /dev/null +++ b/devel/py-thriftpy2/Makefile @@ -0,0 +1,19 @@ +# Created by: Guangyuan Yang + +PORTNAME= thriftpy2 +DISTVERSION= 0.4.14 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= ygy@FreeBSD.org +COMMENT= Pure python implementation of Apache Thrift + +LICENSE= MIT + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include diff --git a/devel/py-thriftpy2/distinfo b/devel/py-thriftpy2/distinfo new file mode 100644 index 000000000000..549c560fa029 --- /dev/null +++ b/devel/py-thriftpy2/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1626928084 +SHA256 (thriftpy2-0.4.14.tar.gz) = 1758ccaeb2a40d8779b50cdd3d7a3b43e8c5752f21ad0a54ded7c251d05219e8 +SIZE (thriftpy2-0.4.14.tar.gz) = 361668 diff --git a/devel/py-thriftpy2/pkg-descr b/devel/py-thriftpy2/pkg-descr new file mode 100644 index 000000000000..5befb2ab80bd --- /dev/null +++ b/devel/py-thriftpy2/pkg-descr @@ -0,0 +1,5 @@ +ThriftPy2 is a pure python implementation of Apache Thrift in a pythonic +way. It is fully compatible to ThriftPy and aims to provide long-term +support. + +WWW: https://github.com/Thriftpy/thriftpy2