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 1E2BB158170 for ; Sat, 20 Jul 2024 13:27:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D51CE2BC054; Sat, 20 Jul 2024 13:27:57 +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 B7BFA2BC054 for ; Sat, 20 Jul 2024 13:27:57 +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 CEEC534306B for ; Sat, 20 Jul 2024 13:27:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D7141E49 for ; Sat, 20 Jul 2024 13:27:54 +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: <1721482050.94b507a0e1af39ffa6694d579d4eaac1172c8c48.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/pycargoebuild/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/pycargoebuild/Manifest app-portage/pycargoebuild/pycargoebuild-0.13.2.ebuild X-VCS-Directories: app-portage/pycargoebuild/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 94b507a0e1af39ffa6694d579d4eaac1172c8c48 X-VCS-Branch: master Date: Sat, 20 Jul 2024 13:27:54 +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: f9d65c41-270b-4468-8d21-4905a72a7273 X-Archives-Hash: 3bb5dc20c559b748182a6f38d0810a5b commit: 94b507a0e1af39ffa6694d579d4eaac1172c8c48 Author: Michał Górny gentoo org> AuthorDate: Sat Jul 20 12:23:40 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jul 20 13:27:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94b507a0 app-portage/pycargoebuild: Remove old Signed-off-by: Michał Górny gentoo.org> app-portage/pycargoebuild/Manifest | 1 - .../pycargoebuild/pycargoebuild-0.13.2.ebuild | 32 ---------------------- 2 files changed, 33 deletions(-) diff --git a/app-portage/pycargoebuild/Manifest b/app-portage/pycargoebuild/Manifest index 13e82ea97e01..84114dc0babe 100644 --- a/app-portage/pycargoebuild/Manifest +++ b/app-portage/pycargoebuild/Manifest @@ -1,2 +1 @@ -DIST pycargoebuild-0.13.2.gh.tar.gz 48261 BLAKE2B 28704c9163ef09b9d90b896293b845747fd7a337d21980bfcca951b5cd7f7fb610fbc3bd9b3f7bf8adf8d0ea6aed0f3acae3381cb757c26821de25a1649d06ba SHA512 db180dd033c8860c1704076a4e404d5b11cd320e8fae2273a9546aef843694c7d2aef2ad54221afcca360b39f1b80061004e5338e6a43ddba566b8475a032701 DIST pycargoebuild-0.13.3.gh.tar.gz 48888 BLAKE2B 9cba07fec9c3477fcf27b8ea13a4025c312120fa49b5e85537f88fe3243ad8882b96406be2c4e3d9c5bfb0ec1fd900f8d5f07618a391ad1de67f0bb1fccf994f SHA512 6c7e606f5afcb2a0280dbc0d49bf142295c2e237586fabbf420b589cbe9273a772864dd65bfb6c1643f4b324183505cc089f6c83f311d96a646a85b171544f61 diff --git a/app-portage/pycargoebuild/pycargoebuild-0.13.2.ebuild b/app-portage/pycargoebuild/pycargoebuild-0.13.2.ebuild deleted file mode 100644 index 1321ae9a37c8..000000000000 --- a/app-portage/pycargoebuild/pycargoebuild-0.13.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 2022-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{10..12} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="A generator for Rust/Cargo ebuilds written in Python" -HOMEPAGE=" - https://github.com/projg2/pycargoebuild/ - https://pypi.org/project/pycargoebuild/ -" -SRC_URI=" - https://github.com/projg2/pycargoebuild/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ~arm64 ~loong ~ppc64" - -RDEPEND=" - dev-python/license-expression[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - dev-python/tomli[${PYTHON_USEDEP}] - ' 3.9 3.10) -" - -distutils_enable_tests pytest