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 85A6B159C9B for ; Tue, 30 Jul 2024 13:49:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B71D0E2A28; Tue, 30 Jul 2024 13:49:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B1E92E2A28 for ; Tue, 30 Jul 2024 13:49:05 +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 DC34C340836 for ; Tue, 30 Jul 2024 13:48:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47A991E78 for ; Tue, 30 Jul 2024 13:48:53 +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: <1722346679.910ab7ad95611862a94b5d692928e7070c4a65fa.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-24.7.2.ebuild X-VCS-Directories: dev-python/incremental/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 910ab7ad95611862a94b5d692928e7070c4a65fa X-VCS-Branch: master Date: Tue, 30 Jul 2024 13:48:53 +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: 74701cfa-1ac0-4e19-a991-29e1dd3276f7 X-Archives-Hash: a87d2654aa3dd07e0cbcbd647221cdba commit: 910ab7ad95611862a94b5d692928e7070c4a65fa Author: Michał Górny gentoo org> AuthorDate: Tue Jul 30 13:37:59 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jul 30 13:37:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=910ab7ad dev-python/incremental: Bump to 24.7.2 Signed-off-by: Michał Górny gentoo.org> dev-python/incremental/Manifest | 1 + dev-python/incremental/incremental-24.7.2.ebuild | 44 ++++++++++++++++++++++++ 2 files changed, 45 insertions(+) diff --git a/dev-python/incremental/Manifest b/dev-python/incremental/Manifest index f5f2a8f3da05..993efc8e378e 100644 --- a/dev-python/incremental/Manifest +++ b/dev-python/incremental/Manifest @@ -1 +1,2 @@ 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-24.7.2.ebuild b/dev-python/incremental/incremental-24.7.2.ebuild new file mode 100644 index 000000000000..2a2b7172cde5 --- /dev/null +++ b/dev-python/incremental/incremental-24.7.2.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=standalone +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/setuptools-61.0[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/tomli[${PYTHON_USEDEP}] + ' 3.10) +" +# note: most of test deps are for examples that we can't run without +# Internet +BDEPEND=" + ${RDEPEND} + test? ( + dev-python/twisted[${PYTHON_USEDEP}] + ) +" +RDEPEND+=" + >=dev-python/click-6.0[${PYTHON_USEDEP}] +" + +python_test() { + "${EPYTHON}" -m twisted.trial incremental || + die "Tests failed on ${EPYTHON}" +}