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 B18B51581E7 for ; Wed, 24 Apr 2024 17:15:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CF77E29E8; Wed, 24 Apr 2024 17:15:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 F20ADE29E7 for ; Wed, 24 Apr 2024 17:15:28 +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 494673431C9 for ; Wed, 24 Apr 2024 17:15:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1617A176B for ; Wed, 24 Apr 2024 17:15:25 +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: <1713978919.9623d2ff1c9a4af7587c2c9d93db570bb70049a6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/backports-tarfile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/backports-tarfile/Manifest dev-python/backports-tarfile/backports-tarfile-1.0.0.ebuild X-VCS-Directories: dev-python/backports-tarfile/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9623d2ff1c9a4af7587c2c9d93db570bb70049a6 X-VCS-Branch: master Date: Wed, 24 Apr 2024 17:15:25 +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: e1494b5c-0b12-4947-aa04-8d76ccaf8b5a X-Archives-Hash: cfedc9fcb70308af2c1a19ca00751d3d commit: 9623d2ff1c9a4af7587c2c9d93db570bb70049a6 Author: Michał Górny gentoo org> AuthorDate: Wed Apr 24 17:08:13 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Apr 24 17:15:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9623d2ff dev-python/backports-tarfile: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/backports-tarfile/Manifest | 1 - .../backports-tarfile-1.0.0.ebuild | 39 ---------------------- 2 files changed, 40 deletions(-) diff --git a/dev-python/backports-tarfile/Manifest b/dev-python/backports-tarfile/Manifest index a080ba8bda84..0f072e067214 100644 --- a/dev-python/backports-tarfile/Manifest +++ b/dev-python/backports-tarfile/Manifest @@ -1,2 +1 @@ -DIST backports.tarfile-1.0.0.tar.gz 32952 BLAKE2B 264f63406f0cbf053bcbbc2933317152cbe89e765b87449111cf3397b072d68b1671918a7e3549f9f96dfc62c540f36a7b4e263d5c3f3ea305093a992d68eb2b SHA512 c44907a9b5c9af5dbcc37ecd613dcd7e269b1eed71a757d4e6c32828cc703a3060943f67a0caf90680ade89df8a938b999ba64d30ebfb5b63fbb0c70a068d349 DIST backports_tarfile-1.1.1.tar.gz 84734 BLAKE2B 7691aaf4bd66e6fd6ad32dc9f4c4c51887ab502d302dae4931c72076b97d55b7646a716fd0dcd04dfc955a8dbf195d3804800b79375ecac1631fd633aefe2d12 SHA512 59ff0f6d78a0b4b2d868026a2f82375a7bfa3b1a09a96c0d6eaf0620c99ec379c22e12e6222677ca9c430349d40714f265ad879390789d63b8d322a31a7c1923 diff --git a/dev-python/backports-tarfile/backports-tarfile-1.0.0.ebuild b/dev-python/backports-tarfile/backports-tarfile-1.0.0.ebuild deleted file mode 100644 index 6ec77e2ea68d..000000000000 --- a/dev-python/backports-tarfile/backports-tarfile-1.0.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# please keep this ebuild at EAPI 8 -- sys-apps/portage dep -EAPI=8 - -DISTUTILS_USE_PEP517=flit -PYPI_NO_NORMALIZE=1 -PYPI_PN=${PN/-/.} -# This is a backport from Python 3.12. -PYTHON_COMPAT=( pypy3 python3_{10..11} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Backport of CPython tarfile module (from Python 3.12)" -HOMEPAGE=" - https://github.com/jaraco/backports.tarfile/ - https://pypi.org/project/backports.tarfile/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~x86" - -src_configure() { - grep -q 'build-backend = "setuptools' pyproject.toml || - die "Upstream changed build-backend, recheck" - # write a custom pyproject.toml to ease setuptools bootstrap - cat > pyproject.toml <<-EOF || die - [build-system] - requires = ["flit_core >=3.2,<4"] - build-backend = "flit_core.buildapi" - - [project] - name = "backports.tarfile" - version = "${PV}" - description = "Backport of CPython tarfile module" - EOF -}