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 D40EF158086 for ; Sat, 9 Oct 2021 19:25:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F35FE0809; Sat, 9 Oct 2021 19:25:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D9635E0844 for ; Sat, 9 Oct 2021 19:25:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 916DD335D4B for ; Sat, 9 Oct 2021 19:25:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 455BE116 for ; Sat, 9 Oct 2021 19:25:03 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1633807490.389eb83645db247c73cf25daf76003a920bbfc5a.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/funcparserlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/funcparserlib/Manifest dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild X-VCS-Directories: dev-python/funcparserlib/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 389eb83645db247c73cf25daf76003a920bbfc5a X-VCS-Branch: master Date: Sat, 9 Oct 2021 19:25:03 +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: 5257532c-6d36-4da1-a027-d93c5efd4cf4 X-Archives-Hash: a8f63d9fa3a904619b2d8cc48159b364 commit: 389eb83645db247c73cf25daf76003a920bbfc5a Author: Arthur Zamarin gentoo org> AuthorDate: Sat Oct 9 19:24:19 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Oct 9 19:24:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=389eb836 dev-python/funcparserlib: drop 0.3.6-r1 Closes: https://bugs.gentoo.org/813900 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/funcparserlib/Manifest | 1 - .../funcparserlib/funcparserlib-0.3.6-r1.ebuild | 27 ---------------------- 2 files changed, 28 deletions(-) diff --git a/dev-python/funcparserlib/Manifest b/dev-python/funcparserlib/Manifest index 7276f56c942..316879f4350 100644 --- a/dev-python/funcparserlib/Manifest +++ b/dev-python/funcparserlib/Manifest @@ -1,2 +1 @@ -DIST funcparserlib-0.3.6.tar.gz 30401 BLAKE2B cfce97cf08914f67ba3bd743bd3d6e7e7a03599ddc00d58a884aa84118d197d92bcc67a93ff1f7a2ab2074d66704078f5392c1d846004a5cd6eed2a423ba6b61 SHA512 efa52f788aa902b099660cb8bc60a025085a8c383e52bd0824a0c3ae28a6c13804a0659de0c80b4dcd839ee70491805d4eecda6cea221e35c3750ec569098c24 DIST funcparserlib-0.3.6_p20210809.gh.tar.gz 68069 BLAKE2B 937079952a42f2171af8f6421097eb920d01eae02f870c27a790ae374a1c8c3ac27019eae78d655b80458bf319fd2db7d411404902357ac66eea5daa4472ecf9 SHA512 7d2b6d27e1981d97097c2aafc0730e5b6c6bf98707e997f87f7a9944667ea361db41305099803a43ec04b46ab53e4ab09d0863413d00a39a6fb27c30cceac361 diff --git a/dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild b/dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild deleted file mode 100644 index 03a6ca5816d..00000000000 --- a/dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} ) -inherit distutils-r1 - -DESCRIPTION="Recursive descent parsing library based on functional combinators" -HOMEPAGE="https://pypi.org/project/funcparserlib/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86" - -BDEPEND="