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 1B6BB13835C for ; Sat, 5 Jun 2021 20:55:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F43BE0963; Sat, 5 Jun 2021 20:55:44 +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 56733E0963 for ; Sat, 5 Jun 2021 20:55:44 +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 742BE340BC0 for ; Sat, 5 Jun 2021 20:55:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 058EE7A8 for ; Sat, 5 Jun 2021 20:55:41 +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: <1622926537.2072dd05dd0be3773a0f6ab96f8c5783684ddf5f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/arpeggio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/arpeggio/Manifest dev-python/arpeggio/arpeggio-1.10.0.ebuild X-VCS-Directories: dev-python/arpeggio/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2072dd05dd0be3773a0f6ab96f8c5783684ddf5f X-VCS-Branch: master Date: Sat, 5 Jun 2021 20:55:41 +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: fb4a62a4-3af8-47bd-8251-7ef3a8b931c2 X-Archives-Hash: 1b00b5581e8aa8add92499f41adf0166 commit: 2072dd05dd0be3773a0f6ab96f8c5783684ddf5f Author: Michał Górny gentoo org> AuthorDate: Sat Jun 5 20:54:45 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jun 5 20:55:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2072dd05 dev-python/arpeggio: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/arpeggio/Manifest | 1 - dev-python/arpeggio/arpeggio-1.10.0.ebuild | 33 ------------------------------ 2 files changed, 34 deletions(-) diff --git a/dev-python/arpeggio/Manifest b/dev-python/arpeggio/Manifest index f42a192246b..5018a6b1928 100644 --- a/dev-python/arpeggio/Manifest +++ b/dev-python/arpeggio/Manifest @@ -1,2 +1 @@ -DIST Arpeggio-1.10.0.tar.gz 766416 BLAKE2B 75898c5be536998a12ec0efb8ca0729913e9ac7ac8481f614cb1bfd5332015bd2c22722cc6836511e1b77d933fe497538db1a00804e2cbf409af7cc153ba15c6 SHA512 368c478114ddedbf40c94b4e656945063df5661deacc9c75780ddca18198a9e3e504718fc6c9a1e84c11c5c8f2b454584d1cfc5a14ea2b783e97b8e317047023 DIST Arpeggio-1.10.2.tar.gz 766747 BLAKE2B 91e828731757b6ca1e16900edca3f45378c5bb05469e1d32571f9185dbb887f5cf6ae54afecf77f352f882d9056a0814c65aabf51424b482ae3a8cb90f11740a SHA512 c6a162f9ab854bac7e2bc9e5d5553c2dbcc068fcf61607149727cd4c8a7c87c63cab765b423c8ea76e09fa81ccc42157d724388a81e22864580ccf734998142a diff --git a/dev-python/arpeggio/arpeggio-1.10.0.ebuild b/dev-python/arpeggio/arpeggio-1.10.0.ebuild deleted file mode 100644 index 0c29de142a4..00000000000 --- a/dev-python/arpeggio/arpeggio-1.10.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-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="Parser interpreter based on PEG grammars" -HOMEPAGE="https://pypi.org/project/Arpeggio/ https://github.com/textX/Arpeggio" -SRC_URI="https://github.com/textX/Arpeggio/archive/${PV}.tar.gz -> ${P^}.tar.gz" -S=${WORKDIR}/${P^} - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" - -RDEPEND="" -DEPEND=" - test? ( - dev-python/memory_profiler[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -python_prepare_all() { - sed -e '/^setup_requires/,/^[^[:space:]]/d' \ - -e '/^exclude/a\ - examples.*' \ - -i setup.cfg || die - distutils-r1_python_prepare_all -}