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 4E881139345 for ; Sat, 24 Jul 2021 08:23:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75536E0B1D; Sat, 24 Jul 2021 08:23:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 57434E0B1D for ; Sat, 24 Jul 2021 08:23:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 80441342C81 for ; Sat, 24 Jul 2021 08:23:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC8DB846 for ; Sat, 24 Jul 2021 08:23:28 +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: <1627115004.c54356ec503d37cea67a4b1e1e131e1578f0f0f9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/parso/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/parso/Manifest dev-python/parso/parso-0.7.0-r1.ebuild X-VCS-Directories: dev-python/parso/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c54356ec503d37cea67a4b1e1e131e1578f0f0f9 X-VCS-Branch: master Date: Sat, 24 Jul 2021 08:23:28 +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: 9f8be049-5076-4c18-bbc6-d9c1946d786f X-Archives-Hash: 16f130c1ddfcd9e13ec65a2acc56f973 commit: c54356ec503d37cea67a4b1e1e131e1578f0f0f9 Author: Michał Górny gentoo org> AuthorDate: Sat Jul 24 08:20:31 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jul 24 08:23:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c54356ec dev-python/parso: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/parso/Manifest | 1 - dev-python/parso/parso-0.7.0-r1.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/dev-python/parso/Manifest b/dev-python/parso/Manifest index 935b0f19fe2..8c996586d04 100644 --- a/dev-python/parso/Manifest +++ b/dev-python/parso/Manifest @@ -1,3 +1,2 @@ -DIST parso-0.7.0.tar.gz 395175 BLAKE2B ac407b711b6229a93864e339b3632563d3fcd7f84e22a43bd89282300b931f58d638ab8a64c441dc183852576261be18a3be471b0824b6e56fb69025cf666d6b SHA512 41ad60b1d7dff682281059aabff0d43ccd3048b6cc6ee3e9e141d4a0a965fd99449f6d3f23689914c1f7bda371e3cc86266775a1c23fb1c430ea689c916fbb71 DIST parso-0.7.1.tar.gz 399842 BLAKE2B 1e47c1dd6846d01aa5820d7cedc3eafcf12ea0d4a2e95fa3f54429633b1c12dc39a4abe237fa46eb629408006777bd1f512cf878025b55119568ac19729b8c19 SHA512 318969a7a941c4a0948e58643b07b6f5c446ea166b3a8e44a556f0677ec9a36d7dc8c6d37ca7bce3f8276ee3d7144e22fbaaeac90c738fb90f7e94a0cf8abf7d DIST parso-0.8.2.tar.gz 394419 BLAKE2B f4e86ae55140adc9bbfdd34a8044e7fdfbf9d318a6385ac5feedc07127061943c2d690581af144f158846e3bf6f82124046c7e625369a4055ab92a54f9210c49 SHA512 a90810ad89301d804d215392ed77593b015f13bc7ef8512302a8893b314a9e74c15e2aaa77157c8595a134d3481e8115f306f9628835271478837ec6f19e645f diff --git a/dev-python/parso/parso-0.7.0-r1.ebuild b/dev-python/parso/parso-0.7.0-r1.ebuild deleted file mode 100644 index 12214881135..00000000000 --- a/dev-python/parso/parso-0.7.0-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="a python parser that supports error recovery and round-trip parsing" -HOMEPAGE="https://github.com/davidhalter/parso https://pypi.org/project/parso/" -SRC_URI="https://github.com/davidhalter/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86" - -distutils_enable_sphinx docs -distutils_enable_tests pytest - -src_prepare() { - # tests rely on specific exception messages and fail occasionally - # upstream suggested skipping them - rm test/test_python_errors.py || die - - distutils-r1_src_prepare -}