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 4BA151581EC for ; Sat, 23 Nov 2024 15:47:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90A25E082F; Sat, 23 Nov 2024 15:47:19 +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 72B42E082F for ; Sat, 23 Nov 2024 15:47:19 +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 8680B34131D for ; Sat, 23 Nov 2024 15:47:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2404211DF for ; Sat, 23 Nov 2024 15:47:17 +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: <1732376796.3a8e2e874bf9c29ede834fa1ce08f9a218f0690c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dparse/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/dparse/Manifest dev-python/dparse/dparse-0.6.4_beta0.ebuild X-VCS-Directories: dev-python/dparse/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3a8e2e874bf9c29ede834fa1ce08f9a218f0690c X-VCS-Branch: master Date: Sat, 23 Nov 2024 15:47:17 +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: 3e1b6491-e80e-46ac-afdb-dbad25f6f5fa X-Archives-Hash: 877545ec43c3866bc6146ebcf22b01e5 commit: 3a8e2e874bf9c29ede834fa1ce08f9a218f0690c Author: Michał Górny gentoo org> AuthorDate: Sat Nov 23 15:46:36 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Nov 23 15:46:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a8e2e87 dev-python/dparse: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/dparse/Manifest | 1 - dev-python/dparse/dparse-0.6.4_beta0.ebuild | 31 ----------------------------- 2 files changed, 32 deletions(-) diff --git a/dev-python/dparse/Manifest b/dev-python/dparse/Manifest index d56d27bee39d..7e8af7aaac81 100644 --- a/dev-python/dparse/Manifest +++ b/dev-python/dparse/Manifest @@ -1,2 +1 @@ DIST dparse-0.6.4.tar.gz 27912 BLAKE2B 0969b68c061d42bd39840046e8ea8975aac7932d979b21589136ddb4647c10f4c129079db4492dcacafd92ab3cc7cab46528b8c80afdb489ff2723387dcf4dd5 SHA512 1c4e42b2ebf3df25d2143153d034e7fdb2de9c38dd545c865f55bca111e3aff83cd7d85247804d914b35ec1ecc86d5c0a4019a658a826de38186d2f8721406c0 -DIST dparse-0.6.4b0.tar.gz 25761 BLAKE2B c2f430e9a59ca3747d00151aa5e5afdc51ad42dccafb2d5c95c4a62e405109bab6bba9de39a62703ef6f1846081cac9cb1e2bcc3986690ca6dc2f21220ffedd6 SHA512 f0cf9f07bca93388e85d0aa5bb8359cdaf276c5abf146f8469fe7b32a2ca0614452bcb3a48c55da4421964062fc0baf538386dce8f5e2a70b618533c870791ac diff --git a/dev-python/dparse/dparse-0.6.4_beta0.ebuild b/dev-python/dparse/dparse-0.6.4_beta0.ebuild deleted file mode 100644 index 4ab252c686f8..000000000000 --- a/dev-python/dparse/dparse-0.6.4_beta0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 2022-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( pypy3 python3_{10..12} ) - -inherit distutils-r1 pypi - -DESCRIPTION="A parser for Python dependency files" -HOMEPAGE=" - https://github.com/pyupio/dparse - https://pypi.org/project/dparse/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm64 ~riscv" - -# Break circular dependency -PDEPEND=" - dev-python/pipenv[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - ${PDEPEND} - ) -" - -distutils_enable_tests pytest