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 16129158020 for ; Thu, 10 Nov 2022 19:25:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21A39E0A87; Thu, 10 Nov 2022 19:25:03 +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 03230E0A87 for ; Thu, 10 Nov 2022 19:25:02 +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 1B07C340FDE for ; Thu, 10 Nov 2022 19:25:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A68DA72C for ; Thu, 10 Nov 2022 19:25:00 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1668108264.f6c3c0a2e3edd13c589a74b44f5ee262b4fa00e5.arthurzam@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.7.0.ebuild X-VCS-Directories: dev-python/distro/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: f6c3c0a2e3edd13c589a74b44f5ee262b4fa00e5 X-VCS-Branch: master Date: Thu, 10 Nov 2022 19:25:00 +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: 06712dde-2785-440a-a0ce-0b69f3f5cc9b X-Archives-Hash: 29ff2a79022474a38132be2760871d1f commit: f6c3c0a2e3edd13c589a74b44f5ee262b4fa00e5 Author: Arthur Zamarin gentoo org> AuthorDate: Thu Nov 10 19:24:24 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Nov 10 19:24:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6c3c0a2 dev-python/distro: drop 1.7.0 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/distro/Manifest | 1 - dev-python/distro/distro-1.7.0.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/dev-python/distro/Manifest b/dev-python/distro/Manifest index 08c6d87dddf6..1099d615e926 100644 --- a/dev-python/distro/Manifest +++ b/dev-python/distro/Manifest @@ -1,2 +1 @@ -DIST distro-1.7.0.tar.gz 58164 BLAKE2B 22bbd2daf9cac589530eac9a58767db6b9e389b77719516f7386a9377b49ba4c9b696165701acc42366b760b9a632c70a2243a58c12a367fef2a0a770a4aea44 SHA512 14516ecab33ee8c57c35a8279eb515fd699031fabac7d8886092ea98696797d55503179870aeb513a85e1a66c7e69f2f60bb6ea9fc935be975cb5135e1917ecc DIST distro-1.8.0.tar.gz 59428 BLAKE2B d1b47dd801c4414a6bb21c544c62c306a1cf49b43f70974f7a0b4bcba64620047c7d06b6507ba262eba44d2f192f654646bb69241ed5bf6b761dc9d42e049e18 SHA512 027fe8bc50e263dc49451932774f32cea7900820b6e30cc80afcdc84374777ba733137fdd8d27fec76f66ce9c579bc172721e7ae0f43e72dffbc092126b26af2 diff --git a/dev-python/distro/distro-1.7.0.ebuild b/dev-python/distro/distro-1.7.0.ebuild deleted file mode 100644 index 74b41304a0fb..000000000000 --- a/dev-python/distro/distro-1.7.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..11} pypy3 ) -inherit distutils-r1 - -DESCRIPTION="Reliable machine-readable Linux distribution information for Python" -HOMEPAGE=" - https://distro.readthedocs.io/en/latest/ - https://pypi.org/project/distro/ - https://github.com/python-distro/distro/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="Apache-2.0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" - -distutils_enable_tests pytest