commit:     7ec8cce6ee8ef21bcfaaeac2357217f187ebf2a6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May  4 19:15:53 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May  4 19:15:53 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ec8cce6

dev-python/thriftpy2: Remove old

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

 dev-python/thriftpy2/Manifest               |  1 -
 dev-python/thriftpy2/thriftpy2-0.5.0.ebuild | 44 -----------------------------
 2 files changed, 45 deletions(-)

diff --git a/dev-python/thriftpy2/Manifest b/dev-python/thriftpy2/Manifest
index c15434f038e4..308bf8f00743 100644
--- a/dev-python/thriftpy2/Manifest
+++ b/dev-python/thriftpy2/Manifest
@@ -1,2 +1 @@
-DIST thriftpy2-0.5.0.tar.gz 779019 BLAKE2B 
b29e5349e11e3ce3bd587a7c8212cd6def7b9b287554a068399591bb7493a5c1d0e97c9b38a64973c01d27a83d49e181aad64cb41ce9500e40b96c813caa7b2d
 SHA512 
f4c83bac053a2f073507e38f284f981bd129ee960dc9817f3bd5795c8e9773b78fa23d49d97cb5975783dbd1f4b52f380861bf4fc32a1af795365f703856f350
 DIST thriftpy2-0.5.2.tar.gz 782261 BLAKE2B 
657e8dadd8757f9f0f6b4a7f73e4347651f6301c969cf4d2c37cf87c6176322b7afad6372a39ed7d4c9f36d07850d6ae4edb73ff08dd3530b88e0194032abc9b
 SHA512 
89a73d70b7ba74acc5344c1471587a66664331fb3d160eeb31d27434c78a3e76e3ec0d84dec14ec57d0bcc89e867759883d69247ae65bff1a9a8a00fc8ff7747

diff --git a/dev-python/thriftpy2/thriftpy2-0.5.0.ebuild 
b/dev-python/thriftpy2/thriftpy2-0.5.0.ebuild
deleted file mode 100644
index 3795d532cc5b..000000000000
--- a/dev-python/thriftpy2/thriftpy2-0.5.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2021-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Pure python approach of Apache Thrift"
-HOMEPAGE="
-       https://github.com/Thriftpy/thriftpy2/
-       https://pypi.org/project/thriftpy2/
-"
-
-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=(
-               
tests/test_tornado.py::TornadoRPCTestCase::test_asynchronous_exception
-               
tests/test_tornado.py::TornadoRPCTestCase::test_asynchronous_result
-       )
-
-       cd tests || die
-       epytest
-}

Reply via email to