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 D63B51586BF for ; Sun, 26 Mar 2023 15:19:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24C02E0798; Sun, 26 Mar 2023 15:19:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 05E7FE0798 for ; Sun, 26 Mar 2023 15:19:25 +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 20A3C3411F8 for ; Sun, 26 Mar 2023 15:19:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8D81968 for ; Sun, 26 Mar 2023 15:19:20 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1679842337.e6f4e6fb9d4bcc6266a7d6506084778571893d7a.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: profiles/, dev-python/pybeam/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pybeam/Manifest dev-python/pybeam/metadata.xml dev-python/pybeam/pybeam-0.7-r1.ebuild profiles/package.mask X-VCS-Directories: profiles/ dev-python/pybeam/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: e6f4e6fb9d4bcc6266a7d6506084778571893d7a X-VCS-Branch: dev Date: Sun, 26 Mar 2023 15:19:20 +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: e4e1f5d3-8197-406d-b032-a68ded334dc9 X-Archives-Hash: 9111c2897241b9f5b9aab93634ce91e5 commit: e6f4e6fb9d4bcc6266a7d6506084778571893d7a Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Mar 26 14:52:17 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Sun Mar 26 14:52:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e6f4e6fb dev-python/pybeam: treeclean Closes: https://bugs.gentoo.org/897526 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/pybeam/Manifest | 1 - dev-python/pybeam/metadata.xml | 12 ------------ dev-python/pybeam/pybeam-0.7-r1.ebuild | 23 ----------------------- profiles/package.mask | 1 - 4 files changed, 37 deletions(-) diff --git a/dev-python/pybeam/Manifest b/dev-python/pybeam/Manifest deleted file mode 100644 index eb001b498..000000000 --- a/dev-python/pybeam/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pybeam-0.7.gh.tar.gz 12135 BLAKE2B 0eb5afcf087c7d0c559be5ca3466ed61b03451cc5b07a78ae595a2548ad5f8958a9724a44bf3730e96f6a211ba9d0b4fa1ac265fe3571c2962636e770226daa7 SHA512 d67af3941eef6a3fe18d3a0387431fd1df719079aa38f664a370ef700a31093281697ffbea46c8b87b7f3777db55b4b284530fe16e7395ba0f5bba2440d5ae4a diff --git a/dev-python/pybeam/metadata.xml b/dev-python/pybeam/metadata.xml deleted file mode 100644 index 65d080d54..000000000 --- a/dev-python/pybeam/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - lssndrbarbieri@gmail.com - Alessandro Barbieri - - - https://github.com/matwey/pybeam/issues - matwey/pybeam - - diff --git a/dev-python/pybeam/pybeam-0.7-r1.ebuild b/dev-python/pybeam/pybeam-0.7-r1.ebuild deleted file mode 100644 index 3bbe4c523..000000000 --- a/dev-python/pybeam/pybeam-0.7-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DOCS_BUILDER="sphinx" -DOCS_DIR="doc" -PYTHON_COMPAT=( python3_{9..10} ) - -inherit distutils-r1 docs - -DESCRIPTION="Python module to parse Erlang BEAM files" -HOMEPAGE="https://github.com/matwey/pybeam" -SRC_URI="https://github.com/matwey/pybeam/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="dev-python/construct[${PYTHON_USEDEP}]" -DEPEND="test? ( dev-python/six[${PYTHON_USEDEP}] )" - -distutils_enable_tests unittest diff --git a/profiles/package.mask b/profiles/package.mask index 9c8e50e83..3769b70ab 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -80,7 +80,6 @@ dev-python/oslo-middleware dev-python/oslo-upgradecheck dev-python/osprofiler dev-python/ovsdbapp -dev-python/pybeam # Julien Roy (2023-01-25) # Requires