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 5FECC158451 for ; Sat, 13 Jan 2024 10:22:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB129E2A1B; Sat, 13 Jan 2024 10:22:50 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AEEE1E2A1A for ; Sat, 13 Jan 2024 10:22:50 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A981F34314D for ; Sat, 13 Jan 2024 10:22:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0121C137A for ; Sat, 13 Jan 2024 10:22:48 +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: <1705140271.64a12a762b8749d8cc2a5936f997ff5532bd45a5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/distro/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/distro/Manifest dev-python/distro/distro-1.8.0.ebuild X-VCS-Directories: dev-python/distro/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 64a12a762b8749d8cc2a5936f997ff5532bd45a5 X-VCS-Branch: master Date: Sat, 13 Jan 2024 10:22:48 +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: 7a5300e2-cbb2-4088-a1ec-936e1460ec27 X-Archives-Hash: 1c05f1d5a7f4e085444e730b12f000aa commit: 64a12a762b8749d8cc2a5936f997ff5532bd45a5 Author: Michał Górny gentoo org> AuthorDate: Sat Jan 13 10:04:31 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jan 13 10:04:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64a12a76 dev-python/distro: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/distro/Manifest | 1 - dev-python/distro/distro-1.8.0.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/dev-python/distro/Manifest b/dev-python/distro/Manifest index f87fd5b65e9b..25a2e788f5ea 100644 --- a/dev-python/distro/Manifest +++ b/dev-python/distro/Manifest @@ -1,2 +1 @@ -DIST distro-1.8.0.tar.gz 59428 BLAKE2B d1b47dd801c4414a6bb21c544c62c306a1cf49b43f70974f7a0b4bcba64620047c7d06b6507ba262eba44d2f192f654646bb69241ed5bf6b761dc9d42e049e18 SHA512 027fe8bc50e263dc49451932774f32cea7900820b6e30cc80afcdc84374777ba733137fdd8d27fec76f66ce9c579bc172721e7ae0f43e72dffbc092126b26af2 DIST distro-1.9.0.tar.gz 60722 BLAKE2B 1713bbc10b74122e47e9d491a7559a871c81941f35fde74714872723d3fa3435fb15bb29197eb6b6f09e5192fb7e3162e63d5b628ab813befeca3872c49dc53d SHA512 dc66cb7e968e7a651c7a84681e2a0539d196073f71cf0ae1e49c5a6cd6deec345523259a8810ffdc7b6e9763a536eb388a2886ba2bbd1cb62165b57fbefb82ae diff --git a/dev-python/distro/distro-1.8.0.ebuild b/dev-python/distro/distro-1.8.0.ebuild deleted file mode 100644 index d61ebc17c47f..000000000000 --- a/dev-python/distro/distro-1.8.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} pypy3 ) - -inherit distutils-r1 pypi - -DESCRIPTION="Reliable machine-readable Linux distribution information for Python" -HOMEPAGE=" - https://distro.readthedocs.io/en/latest/ - https://github.com/python-distro/distro/ - https://pypi.org/project/distro/ -" - -SLOT="0" -LICENSE="Apache-2.0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" - -distutils_enable_tests pytest