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 D042F158089 for ; Wed, 15 Nov 2023 17:10:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B2322BC036; Wed, 15 Nov 2023 17:10:14 +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 D872A2BC036 for ; Wed, 15 Nov 2023 17:10:13 +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 EFB0C335DC0 for ; Wed, 15 Nov 2023 17:10:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 422B3139D for ; Wed, 15 Nov 2023 17:10:10 +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: <1700068073.b2a4f1d962e27e28f175d71d2a02a7872c8e02fd.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytoolconfig/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytoolconfig/Manifest dev-python/pytoolconfig/pytoolconfig-1.2.5.ebuild X-VCS-Directories: dev-python/pytoolconfig/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b2a4f1d962e27e28f175d71d2a02a7872c8e02fd X-VCS-Branch: master Date: Wed, 15 Nov 2023 17:10:10 +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: dbbcf8c5-7c2f-47ed-b7c5-fe200c8d2200 X-Archives-Hash: d827a7a5d8714cd7ca50a274edbfefe2 commit: b2a4f1d962e27e28f175d71d2a02a7872c8e02fd Author: Michał Górny gentoo org> AuthorDate: Wed Nov 15 17:07:53 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Nov 15 17:07:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2a4f1d9 dev-python/pytoolconfig: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/pytoolconfig/Manifest | 1 - dev-python/pytoolconfig/pytoolconfig-1.2.5.ebuild | 35 ----------------------- 2 files changed, 36 deletions(-) diff --git a/dev-python/pytoolconfig/Manifest b/dev-python/pytoolconfig/Manifest index bc1c8f3e602d..e7849ab75fd0 100644 --- a/dev-python/pytoolconfig/Manifest +++ b/dev-python/pytoolconfig/Manifest @@ -1,2 +1 @@ -DIST pytoolconfig-1.2.5.tar.gz 16322 BLAKE2B cdaab50765452ad93942c9a9ba546dc7ec5f61db8276992987a4539ad975578ee327464d93a1a64f09d67c4c872d99f42282183459e6987c1e4086218d15b032 SHA512 37753530a166d324ddef0c2e9f0c3d6b2f61252a18ff8037d530b339c8b817cde4087d14b6756690fe10002cbd3442776604ff064d7d16d34289ba859492c920 DIST pytoolconfig-1.2.6.tar.gz 16425 BLAKE2B 669c3bc906b06ac48ecb5649f1bef8a6af53e85d8f8d23f4059b63e4d1e57e10b0a66d2e89e72e0b4afe7d00aa9d26b4ceb23cc49b8e46a891e7fae60d228686 SHA512 beade8cd1780eb986dab1d630c1583c9c75fea5067d399081a5b8361789fdec96087243d8d79291655c83aca481d5888b3414a1b445200a9d8c59703761a83b2 diff --git a/dev-python/pytoolconfig/pytoolconfig-1.2.5.ebuild b/dev-python/pytoolconfig/pytoolconfig-1.2.5.ebuild deleted file mode 100644 index 386654eb106b..000000000000 --- a/dev-python/pytoolconfig/pytoolconfig-1.2.5.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=pdm -PYTHON_COMPAT=( python3_{10..12} pypy3 ) - -inherit distutils-r1 pypi - -DESCRIPTION="Python tool configuration" -HOMEPAGE=" - https://pypi.org/project/pytoolconfig/ - https://github.com/bagel897/pytoolconfig/ -" - -LICENSE="LGPL-3+" -SLOT="0" -KEYWORDS="amd64 ~arm64 ~ppc64 x86" - -RDEPEND=" - >=dev-python/packaging-22.0[${PYTHON_USEDEP}] - >=dev-python/platformdirs-1.4.4[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - >=dev-python/tomli-2.0.1[${PYTHON_USEDEP}] - ' 3.{8..10} ) -" -BDEPEND=" - test? ( - >=dev-python/sphinx-4.5.0[${PYTHON_USEDEP}] - >=dev-python/tabulate-0.8.9[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest