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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AEE701382C5 for ; Wed, 26 May 2021 13:32:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE117E1178; Wed, 26 May 2021 13:32:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 956F1E1178 for ; Wed, 26 May 2021 13:32:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1FFD2335CB7 for ; Wed, 26 May 2021 13:32:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFDFB581 for ; Wed, 26 May 2021 13:31:59 +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: <1622035913.eaa6e8731ec9ca71bd06f703ec894880f9b6bbdf.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/asttokens/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/asttokens/Manifest dev-python/asttokens/asttokens-2.0.4.ebuild X-VCS-Directories: dev-python/asttokens/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: eaa6e8731ec9ca71bd06f703ec894880f9b6bbdf X-VCS-Branch: master Date: Wed, 26 May 2021 13:31:59 +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: 4a947584-3464-4cde-99d9-37b75cba88ed X-Archives-Hash: 6f94984e1d39d252b0d2ce8d917f62dd commit: eaa6e8731ec9ca71bd06f703ec894880f9b6bbdf Author: Michał Górny gentoo org> AuthorDate: Wed May 26 13:30:22 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 26 13:31:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaa6e873 dev-python/asttokens: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/asttokens/Manifest | 1 - dev-python/asttokens/asttokens-2.0.4.ebuild | 58 ----------------------------- 2 files changed, 59 deletions(-) diff --git a/dev-python/asttokens/Manifest b/dev-python/asttokens/Manifest index 25a698734cf..09dd9550f1c 100644 --- a/dev-python/asttokens/Manifest +++ b/dev-python/asttokens/Manifest @@ -1,2 +1 @@ -DIST asttokens-2.0.4.gh.tar.gz 46823 BLAKE2B 111ed58c1b657900f830b7b9f521c1f87fd37945ab6ed6e165108fc2371923030b37cae33885e166a524eb8dd5cfad5fe9391a19b7729b7cd504474d1477748d SHA512 49287259d64c43c7460357d19ed95495ab499b0ad7ae0d5a59378ea0332142b574643349d1d3ca56442712ebec14c53167da475915017feb1b524ac190f9dac3 DIST asttokens-2.0.5.gh.tar.gz 46876 BLAKE2B 8a8da138888de0a4096b10eccc483c9540710acde0da188ed3fb3845f96b862fe2eec393c69ca62e7b313bfa0e2f0d673d828e9d1ff6dbbf5b641fe8122a548d SHA512 3e710ca9703e67643bb9c0a4db4e5c1656e6d5c904a1262a9ddb962beff06e4e8bd9815bcd2509b48974a97a565d8479a4369583c166a65b6d16c19fd926e93f diff --git a/dev-python/asttokens/asttokens-2.0.4.ebuild b/dev-python/asttokens/asttokens-2.0.4.ebuild deleted file mode 100644 index 2fb6b6e0d04..00000000000 --- a/dev-python/asttokens/asttokens-2.0.4.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 2020-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) -inherit distutils-r1 - -DESCRIPTION="Annotate Python AST trees with source text and token information" -HOMEPAGE=" - https://github.com/gristlabs/asttokens/ - https://pypi.org/project/asttokens/" -SRC_URI=" - https://github.com/gristlabs/asttokens/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~sparc x86" - -RDEPEND="dev-python/six[${PYTHON_USEDEP}]" -BDEPEND=" - dev-python/setuptools_scm[${PYTHON_USEDEP}] - dev-python/toml[${PYTHON_USEDEP}] - test? ( - dev-python/astroid[${PYTHON_USEDEP}] - )" - -distutils_enable_tests pytest - -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} - -src_prepare() { - # Kill off useless wheel dep - sed -i -e 's/wheel; //' setup.cfg || die - - distutils-r1_src_prepare -} - -python_test() { - local deselect=() - [[ ${EPYTHON} == python3.9 ]] && deselect+=( - # invalid syntax - --deselect - tests/test_astroid.py::TestAstroid::test_fixture9 - --deselect - tests/test_astroid.py::TestAstroid::test_splat - --deselect - tests/test_astroid.py::TestAstroid::test_sys_modules - --deselect - tests/test_mark_tokens.py::TestMarkTokens::test_fixture9 - --deselect - tests/test_mark_tokens.py::TestMarkTokens::test_splat - --deselect - tests/test_mark_tokens.py::TestMarkTokens::test_sys_modules - ) - pytest -vv "${deselect[@]}" || die "Tests failed with ${EPYTHON}" -}