commit:     f62dca61400b713d48476f8b7a9c65ef01663085
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  9 06:20:34 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov  9 06:55:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f62dca61

dev-python/thriftpy2: Bump to 0.4.15

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/thriftpy2/Manifest                |  1 +
 dev-python/thriftpy2/thriftpy2-0.4.15.ebuild | 59 ++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

diff --git a/dev-python/thriftpy2/Manifest b/dev-python/thriftpy2/Manifest
index 907734570ece..91b4f9da386a 100644
--- a/dev-python/thriftpy2/Manifest
+++ b/dev-python/thriftpy2/Manifest
@@ -1 +1,2 @@
 DIST thriftpy2-0.4.14.gh.tar.gz 127552 BLAKE2B 
4061642fb14b60ba53e0c4e6342ead25f781ee923b718a6c557235fcbfe4219b4d8944894afe9783062e7950b689b909af6be5cefe3b634a476ec582adfefbed
 SHA512 
0b248c4999b0a97287d8db3e5b79ac687bc7e25a5478ef125b479e0baf9be9d0aa5f9eaadf0612c228133295743ba913bfe69e7fe59a8d5f854a682da9d31c50
+DIST thriftpy2-0.4.15.gh.tar.gz 136581 BLAKE2B 
68287057e76ec6f2b91d9fca9a63e1814e2e17f4fb074b5f227b177137452f88921adf4912c66fee206b29d9f32cd0eb43cbbbe275574c21babc12b1f949672e
 SHA512 
c5a17e42ac8a4051714938a4db926a25f41c84e4935fcf18c62ef8b115d9a1df3853800ca6c9fa01cafd6cbdfe31b6b4eabc7a81169a4773e0bda2241c4a26fb

diff --git a/dev-python/thriftpy2/thriftpy2-0.4.15.ebuild 
b/dev-python/thriftpy2/thriftpy2-0.4.15.ebuild
new file mode 100644
index 000000000000..f9d60e1c27f2
--- /dev/null
+++ b/dev-python/thriftpy2/thriftpy2-0.4.15.ebuild
@@ -0,0 +1,59 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Pure python approach of Apache Thrift"
+HOMEPAGE="
+       https://github.com/Thriftpy/thriftpy2/
+       https://pypi.org/project/thriftpy2/
+"
+SRC_URI="
+       https://github.com/Thriftpy/thriftpy2/archive/v${PV}.tar.gz
+               -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+       dev-python/ply[${PYTHON_USEDEP}]
+       dev-python/six[${PYTHON_USEDEP}]
+"
+BDEPEND="
+       dev-python/cython[${PYTHON_USEDEP}]
+       test? (
+               dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+               dev-python/tornado[${PYTHON_USEDEP}]
+       )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+       local EPYTEST_DESELECT=(
+               # broken by modern OpenSSL defaults
+               tests/test_rpc.py::test_clients
+               tests/test_rpc.py::test_void_api_with_ssl
+               tests/test_rpc.py::test_string_api_with_ssl
+               tests/test_rpc.py::test_huge_res_with_ssl
+               tests/test_rpc.py::test_tstruct_req_with_ssl
+               tests/test_rpc.py::test_tstruct_res_with_ssl
+               tests/test_rpc.py::test_complex_tstruct_with_ssl
+               tests/test_rpc.py::test_exception_iwth_ssl
+               tests/test_sslsocket.py
+
+               # TODO
+               
tests/test_tornado.py::TornadoRPCTestCase::test_asynchronous_exception
+               
tests/test_tornado.py::TornadoRPCTestCase::test_asynchronous_result
+       )
+
+       cd tests || die
+       epytest
+}

Reply via email to