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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3235F158042 for ; Sat, 16 Nov 2024 08:19:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7471AE08D0; Sat, 16 Nov 2024 08:19:55 +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 54ED0E08C4 for ; Sat, 16 Nov 2024 08:19:55 +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 68547342FF3 for ; Sat, 16 Nov 2024 08:19:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0746EAE7 for ; Sat, 16 Nov 2024 08:19:53 +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: <1731745121.2a087b38bd6f303e3e21ef77bf355035ec404f29.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.3.ebuild X-VCS-Directories: app-portage/pycargoebuild/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2a087b38bd6f303e3e21ef77bf355035ec404f29 X-VCS-Branch: master Date: Sat, 16 Nov 2024 08:19:53 +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: ecac1203-8f6e-479b-ac1f-71472064e925 X-Archives-Hash: 961e351fd726714bbb160c7dcfd2af60 commit: 2a087b38bd6f303e3e21ef77bf355035ec404f29 Author: Michał Górny gentoo org> AuthorDate: Sat Nov 16 08:11:28 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Nov 16 08:18:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a087b38 app-portage/pycargoebuild: Remove old Signed-off-by: Michał Górny gentoo.org> app-portage/pycargoebuild/Manifest | 1 - .../pycargoebuild/pycargoebuild-0.13.3.ebuild | 32 ---------------------- 2 files changed, 33 deletions(-) diff --git a/app-portage/pycargoebuild/Manifest b/app-portage/pycargoebuild/Manifest index ad51e2cdbaa0..742ea5b952ad 100644 --- a/app-portage/pycargoebuild/Manifest +++ b/app-portage/pycargoebuild/Manifest @@ -1,2 +1 @@ -DIST pycargoebuild-0.13.3.gh.tar.gz 48888 BLAKE2B 9cba07fec9c3477fcf27b8ea13a4025c312120fa49b5e85537f88fe3243ad8882b96406be2c4e3d9c5bfb0ec1fd900f8d5f07618a391ad1de67f0bb1fccf994f SHA512 6c7e606f5afcb2a0280dbc0d49bf142295c2e237586fabbf420b589cbe9273a772864dd65bfb6c1643f4b324183505cc089f6c83f311d96a646a85b171544f61 DIST pycargoebuild-0.13.4.gh.tar.gz 51482 BLAKE2B 158f48e9c37ed3791749eb6b8c906a8ca9a9af84a3f2e4fa909e8076def15b14eeaa0805cf8a4dccf71ed70a9dff05b37f7685f6528c52c1c6f601d0c37efef6 SHA512 519dc30d6f34bb93ad6ba0e62882950e106cec101bce8566e16dfc167bb576658f8b89385f9137783e6b106e20355bfefe286aedcf1dc31ea468683ab8135971 diff --git a/app-portage/pycargoebuild/pycargoebuild-0.13.3.ebuild b/app-portage/pycargoebuild/pycargoebuild-0.13.3.ebuild deleted file mode 100644 index c68d1868af8f..000000000000 --- a/app-portage/pycargoebuild/pycargoebuild-0.13.3.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..13} 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.10) -" - -distutils_enable_tests pytest