Date: Thu, 22 Jul 2021 04:50:02 GMT From: Guangyuan Yang <ygy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9c7477d06e89 - main - devel/py-thriftpy2: New port: Pure python implementation of Apache Thrift Message-ID: <202107220450.16M4o2h4087430@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=9c7477d06e89263cc5044e90a88b274564de4307 commit 9c7477d06e89263cc5044e90a88b274564de4307 Author: Guangyuan Yang <ygy@FreeBSD.org> AuthorDate: 2021-07-22 04:49:44 +0000 Commit: Guangyuan Yang <ygy@FreeBSD.org> 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 <ygy@FreeBSD.org> + +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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107220450.16M4o2h4087430>