From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ED34F158020 for ; Mon, 14 Nov 2022 05:07:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94C28E09CE; Mon, 14 Nov 2022 05:07:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7D95DE09CE for ; Mon, 14 Nov 2022 05:07:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B3C55340DFB for ; Mon, 14 Nov 2022 05:07:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0725274E for ; Mon, 14 Nov 2022 05:07:38 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1668402391.d1369709ea24652951158e47753be2f610b4fa31.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/thriftpy2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/thriftpy2/Manifest dev-python/thriftpy2/thriftpy2-0.4.14-r1.ebuild X-VCS-Directories: dev-python/thriftpy2/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d1369709ea24652951158e47753be2f610b4fa31 X-VCS-Branch: master Date: Mon, 14 Nov 2022 05:07:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8ebd4387-f9d7-4f4e-837f-c76484258aed X-Archives-Hash: 8895f9f702addeec2c2c31898ab8c3a8 commit: d1369709ea24652951158e47753be2f610b4fa31 Author: Michał Górny gentoo org> AuthorDate: Mon Nov 14 05:06:31 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Nov 14 05:06:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1369709 dev-python/thriftpy2: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/thriftpy2/Manifest | 1 - dev-python/thriftpy2/thriftpy2-0.4.14-r1.ebuild | 40 ------------------------- 2 files changed, 41 deletions(-) diff --git a/dev-python/thriftpy2/Manifest b/dev-python/thriftpy2/Manifest index 91b4f9da386a..dc299c54ec7e 100644 --- a/dev-python/thriftpy2/Manifest +++ b/dev-python/thriftpy2/Manifest @@ -1,2 +1 @@ -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.14-r1.ebuild b/dev-python/thriftpy2/thriftpy2-0.4.14-r1.ebuild deleted file mode 100644 index 635c852ae836..000000000000 --- a/dev-python/thriftpy2/thriftpy2-0.4.14-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) -inherit distutils-r1 - -DESCRIPTION="Pure python approach of Apache Thrift" -HOMEPAGE="https://github.com/Thriftpy/thriftpy2" -SRC_URI="https://github.com/Thriftpy/thriftpy2/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -BDEPEND=" - dev-python/cython[${PYTHON_USEDEP}] - dev-python/ply[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - test? ( - dev-python/pytest-asyncio[${PYTHON_USEDEP}] - dev-python/tornado[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests --install pytest - -python_prepare_all() { - # tests that need network access - rm tests/test_{tornado,rpc,sslsocket}.py || die - distutils-r1_python_prepare_all -} - -python_test() { - distutils_install_for_testing --via-root - pushd tests >/dev/null || die - epytest - popd >/dev/null || die -}