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 3AEE8158016 for ; Sat, 30 Dec 2023 16:18:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E030F2BC04C; Sat, 30 Dec 2023 16:18:22 +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 B6E462BC048 for ; Sat, 30 Dec 2023 16:18:22 +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 9AD9833BE19 for ; Sat, 30 Dec 2023 16:18:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37C83AC2 for ; Sat, 30 Dec 2023 16:18:20 +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: <1703953091.6aae45b8667ff6e684ee30dd39cc4fe4bc64d04f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/versioningit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/versioningit/Manifest dev-python/versioningit/versioningit-2.3.0.ebuild X-VCS-Directories: dev-python/versioningit/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6aae45b8667ff6e684ee30dd39cc4fe4bc64d04f X-VCS-Branch: master Date: Sat, 30 Dec 2023 16:18:20 +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: 599e92a6-451d-4400-a898-a2cac353d298 X-Archives-Hash: 2c7f0a05a7bc79aa0f434bd2be73e291 commit: 6aae45b8667ff6e684ee30dd39cc4fe4bc64d04f Author: Michał Górny gentoo org> AuthorDate: Sat Dec 30 16:04:16 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Dec 30 16:18:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aae45b8 dev-python/versioningit: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/versioningit/Manifest | 1 - dev-python/versioningit/versioningit-2.3.0.ebuild | 43 ----------------------- 2 files changed, 44 deletions(-) diff --git a/dev-python/versioningit/Manifest b/dev-python/versioningit/Manifest index d59e0f63fde6..139f4b889f72 100644 --- a/dev-python/versioningit/Manifest +++ b/dev-python/versioningit/Manifest @@ -1,2 +1 @@ -DIST versioningit-2.3.0.tar.gz 209785 BLAKE2B 392706b969a3a94be6dee2bbd8935cf97e3f0ab0b102c5ae1ef2d65b25d6e44faf9e50301639aca77c8d81e0265875c548a9d28d331cbc07aaae7ed589c6ab04 SHA512 2e91ab8bf7be333b4783e8e7ad6cf4897694a5d3e14f41cad0f3683291078fb88845d629ee1e41885408bf07d5ea6250588af6e6cf6d6596df1bae4bee5ddf0b DIST versioningit-3.0.0.tar.gz 203693 BLAKE2B 8253e367eea67711f2381bf6484f18b26d356c48872cb2f3b135c42c08d0e03114bfea4d02eb50e404094167609b24bab37f1bb7cc73ba877777f524e564f5db SHA512 162cbe50d22be03c20e5d6efad0672264544fa918d706cdf158b30befe429f8ba0621b664c91ccad2f13d24176f7a3a1a36a8dc2b7a0263c8585d06b4f98bc41 diff --git a/dev-python/versioningit/versioningit-2.3.0.ebuild b/dev-python/versioningit/versioningit-2.3.0.ebuild deleted file mode 100644 index be69f609549a..000000000000 --- a/dev-python/versioningit/versioningit-2.3.0.ebuild +++ /dev/null @@ -1,43 +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} ) - -inherit distutils-r1 pypi - -DESCRIPTION="A setuptools plugin for versioning based on git tags" -HOMEPAGE=" - https://github.com/jwodder/versioningit/ - https://pypi.org/project/versioningit/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~riscv ~x86" - -RDEPEND=" - >=dev-python/packaging-17.1[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' -