diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-01-28 00:46:41 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-01-28 00:46:41 +0000 |
| commit | 9d9ecce53591a18ffe35b520701d4dfb382c135b (patch) | |
| tree | 9e7e7b224b98919b64b089ea01d5adc1b15388e2 /dev-python/thriftpy2 | |
| parent | d3a2fe1c9bb0a8b514bc18d89f4479381ba5baf2 (diff) | |
| download | baldeagleos-repo-9d9ecce53591a18ffe35b520701d4dfb382c135b.tar.gz baldeagleos-repo-9d9ecce53591a18ffe35b520701d4dfb382c135b.tar.xz baldeagleos-repo-9d9ecce53591a18ffe35b520701d4dfb382c135b.zip | |
Adding metadata
Diffstat (limited to 'dev-python/thriftpy2')
| -rw-r--r-- | dev-python/thriftpy2/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/thriftpy2/thriftpy2-0.4.15.ebuild | 59 |
2 files changed, 0 insertions, 60 deletions
diff --git a/dev-python/thriftpy2/Manifest b/dev-python/thriftpy2/Manifest index 4b11b2c1160f..7de6acd094f8 100644 --- a/dev-python/thriftpy2/Manifest +++ b/dev-python/thriftpy2/Manifest @@ -1,2 +1 @@ -DIST thriftpy2-0.4.15.gh.tar.gz 136581 BLAKE2B 68287057e76ec6f2b91d9fca9a63e1814e2e17f4fb074b5f227b177137452f88921adf4912c66fee206b29d9f32cd0eb43cbbbe275574c21babc12b1f949672e SHA512 c5a17e42ac8a4051714938a4db926a25f41c84e4935fcf18c62ef8b115d9a1df3853800ca6c9fa01cafd6cbdfe31b6b4eabc7a81169a4773e0bda2241c4a26fb DIST thriftpy2-0.4.16.gh.tar.gz 146991 BLAKE2B 7547ea85106d0929d3e6ee771ff10ad2cd047f4e779c668e4a30ee936ac04d470e16d8321a2771db4404f57e1be41438b4a302bc04b8e4698db03de35dbfa5e9 SHA512 c00b21eb7db3fe91843a5129d16e7af2a29331489e7d8394bcf78eb5c4b8054162b9c5a024eec8080708dbffc491db7922258ecd895477cda49dcc7d56297ecf diff --git a/dev-python/thriftpy2/thriftpy2-0.4.15.ebuild b/dev-python/thriftpy2/thriftpy2-0.4.15.ebuild deleted file mode 100644 index 62b898b3b2d8..000000000000 --- a/dev-python/thriftpy2/thriftpy2-0.4.15.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{7,8,9,10,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 -} |
