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 8C9C815852A for ; Sat, 17 Aug 2024 07:58:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFE192BC054; Sat, 17 Aug 2024 07:58:15 +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 AF9E52BC052 for ; Sat, 17 Aug 2024 07:58:15 +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 C35C6341256 for ; Sat, 17 Aug 2024 07:58:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 646611EF2 for ; Sat, 17 Aug 2024 07:58:13 +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: <1723881108.a60bb0e4cb918a2fc7e5c308d57bff36382bab15.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/incremental/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/incremental/Manifest dev-python/incremental/incremental-22.10.0-r1.ebuild X-VCS-Directories: dev-python/incremental/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a60bb0e4cb918a2fc7e5c308d57bff36382bab15 X-VCS-Branch: master Date: Sat, 17 Aug 2024 07:58:13 +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: b7cdae87-c258-4553-bb43-3fd7a97d0acb X-Archives-Hash: dccbb554472c85f673baba232b477547 commit: a60bb0e4cb918a2fc7e5c308d57bff36382bab15 Author: Michał Górny gentoo org> AuthorDate: Sat Aug 17 07:51:48 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Aug 17 07:51:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a60bb0e4 dev-python/incremental: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/incremental/Manifest | 1 - .../incremental/incremental-22.10.0-r1.ebuild | 29 ---------------------- 2 files changed, 30 deletions(-) diff --git a/dev-python/incremental/Manifest b/dev-python/incremental/Manifest index 993efc8e378e..12c53c59e236 100644 --- a/dev-python/incremental/Manifest +++ b/dev-python/incremental/Manifest @@ -1,2 +1 @@ -DIST incremental-22.10.0.tar.gz 18305 BLAKE2B 8e3f19e1825c608d72259729674da2dfa5005a64fb336d3c2144f20fdfd40e84ce1988cb6e00c2c86412e48f71bf2c5bd0d4f226cb49b1ff8e799065dd9fda42 SHA512 23a7572db731d1dd9871d309a02f8a29a92b7f1d897e64a2fe053575e7b486ec87e54d5ae9658eb1a82f90ba36b1b1694b58a991d841553f6cb98983725a49c3 DIST incremental-24.7.2.tar.gz 28157 BLAKE2B c3f9e14660c1009b9083e424d451618057e17ef3799ef96368fbcd38c3738f29ee711b4114c4210f2b5970d6637c026ffa683ae3453bc4855ebcabdbe52f5500 SHA512 d738d32392ff3a3fa15b880598a74c8fe61383ab2ca167612ffdad464edda9d08fbfabfdf5c4939731c4d0489a76ba72a483fe3813351610b3618fbcc9539d82 diff --git a/dev-python/incremental/incremental-22.10.0-r1.ebuild b/dev-python/incremental/incremental-22.10.0-r1.ebuild deleted file mode 100644 index 97f9891f64f9..000000000000 --- a/dev-python/incremental/incremental-22.10.0-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} pypy3 ) - -inherit distutils-r1 pypi - -DESCRIPTION="Incremental is a small library that versions your Python projects" -HOMEPAGE="https://github.com/twisted/incremental https://pypi.org/project/incremental/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-python/click[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}]" -BDEPEND=" - test? ( dev-python/twisted[${PYTHON_USEDEP}] )" - -python_test() { - "${EPYTHON}" -m twisted.trial incremental || - die "Tests failed on ${EPYTHON}" -}