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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A28D0158089 for ; Sun, 29 Oct 2023 04:46:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFC262BC017; Sun, 29 Oct 2023 04:46:24 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B57D72BC017 for ; Sun, 29 Oct 2023 04:46:24 +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 E7D31335C2A for ; Sun, 29 Oct 2023 04:46:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 242B7E49 for ; Sun, 29 Oct 2023 04:46:22 +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: <1698554183.a8e11c969db16194f270258bbed2600cd40a3a3c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/constantly/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/constantly/Manifest dev-python/constantly/constantly-23.10.4.ebuild X-VCS-Directories: dev-python/constantly/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a8e11c969db16194f270258bbed2600cd40a3a3c X-VCS-Branch: master Date: Sun, 29 Oct 2023 04:46:22 +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: 8048ff95-3e20-4397-bbee-695d3ea87be9 X-Archives-Hash: 62be6a2269e6f131de003bf7f832d8c7 commit: a8e11c969db16194f270258bbed2600cd40a3a3c Author: Michał Górny gentoo org> AuthorDate: Sun Oct 29 04:36:23 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Oct 29 04:36:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8e11c96 dev-python/constantly: Bump to 23.10.4 Signed-off-by: Michał Górny gentoo.org> dev-python/constantly/Manifest | 1 + dev-python/constantly/constantly-23.10.4.ebuild | 30 +++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/dev-python/constantly/Manifest b/dev-python/constantly/Manifest index 97253e8bcc17..12442709a065 100644 --- a/dev-python/constantly/Manifest +++ b/dev-python/constantly/Manifest @@ -1 +1,2 @@ DIST constantly-15.1.0.gh.tar.gz 40635 BLAKE2B d400336901f7df7b1535a0e46fe092a2542546964ea144014210e8be3807aabfe8e8370e94f426061a0c3a6257ee66a6ceb963b159717def7e047405368d910e SHA512 eeaa74552fe8e01c40566ac3c8b3d41085f800863ac516e30fe1242f40d3401e4e872279149776f29d3ba78a7a16337a794ad26230efab4dd1847d42bffa81ce +DIST constantly-23.10.4.gh.tar.gz 31245 BLAKE2B ebf2c9ea343cc20f8b2f32f0a95e5d10ecbafed5e74b456d4f3ce7e5abb0d0c02ccc41a734d1b04dc79d0d5957474fd317758f062be9a0240d8450dde159d1d0 SHA512 465dfc2ae857a956d91d6ae3eadabcde02905c2761ef51dca4d28c7ca47aa11757c773cac2aa082936be4e85f2aa8fac31840d209cdf9d871e73db836cb2e9a5 diff --git a/dev-python/constantly/constantly-23.10.4.ebuild b/dev-python/constantly/constantly-23.10.4.ebuild new file mode 100644 index 000000000000..b51827b5ed73 --- /dev/null +++ b/dev-python/constantly/constantly-23.10.4.ebuild @@ -0,0 +1,30 @@ +# 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 + +DESCRIPTION="Symbolic constants in Python" +HOMEPAGE=" + https://github.com/twisted/constantly/ + https://pypi.org/project/constantly/ +" +SRC_URI=" + https://github.com/twisted/constantly/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +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" + +BDEPEND=" + dev-python/versioneer[${PYTHON_USEDEP}] + test? ( dev-python/twisted[${PYTHON_USEDEP}] ) +" + +distutils_enable_tests unittest