From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1524017-garchives=archives.gentoo.org@lists.gentoo.org> 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 C263715806E for <garchives@archives.gentoo.org>; Thu, 1 Jun 2023 04:13:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7919E0784; Thu, 1 Jun 2023 04:13:41 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BB141E0784 for <gentoo-commits@lists.gentoo.org>; Thu, 1 Jun 2023 04:13:41 +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 B212334072E for <gentoo-commits@lists.gentoo.org>; Thu, 1 Jun 2023 04:13:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9195A80 for <gentoo-commits@lists.gentoo.org>; Thu, 1 Jun 2023 04:13:38 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> 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" <mgorny@gentoo.org> Message-ID: <1685592700.e72924e96b937555f261da20a7b2c7b521224c88.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pockets/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pockets/pockets-0.9.1-r3.ebuild X-VCS-Directories: dev-python/pockets/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e72924e96b937555f261da20a7b2c7b521224c88 X-VCS-Branch: master Date: Thu, 1 Jun 2023 04:13:38 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c50395f3-f9ff-40a2-9c49-9ae53f0120e3 X-Archives-Hash: 6daf5a9e006ca707e7f0c16420bea735 commit: e72924e96b937555f261da20a7b2c7b521224c88 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Jun 1 04:11:40 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Jun 1 04:11:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e72924e9 dev-python/pockets: Enable py3.12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/pockets/pockets-0.9.1-r3.ebuild | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/dev-python/pockets/pockets-0.9.1-r3.ebuild b/dev-python/pockets/pockets-0.9.1-r3.ebuild index f39fc6248076..39add067ef57 100644 --- a/dev-python/pockets/pockets-0.9.1-r3.ebuild +++ b/dev-python/pockets/pockets-0.9.1-r3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 @@ -12,7 +12,11 @@ inherit distutils-r1 COMMIT="777724c8eabaf76f6d0c5e4837c982d110509b2e" DESCRIPTION="Collection of helpful Python tools" -HOMEPAGE="https://pockets.readthedocs.io/ https://pypi.org/project/pockets/" +HOMEPAGE=" + https://pockets.readthedocs.io/ + https://github.com/RobRuana/pockets/ + https://pypi.org/project/pockets/ +" SRC_URI=" https://github.com/RobRuana/pockets/archive/${COMMIT}.tar.gz -> ${P}.gh.tar.gz @@ -23,9 +27,13 @@ LICENSE="BSD" SLOT="0" KEYWORDS="amd64 arm64 ~x86 ~amd64-linux ~x86-linux" -RDEPEND="dev-python/six[${PYTHON_USEDEP}]" +RDEPEND=" + dev-python/six[${PYTHON_USEDEP}] +" BDEPEND=" - test? ( dev-python/pytz[${PYTHON_USEDEP}] ) + test? ( + dev-python/pytz[${PYTHON_USEDEP}] + ) " distutils_enable_tests pytest