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 76FBF158091 for ; Thu, 12 May 2022 19:09:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE350E0932; Thu, 12 May 2022 19:09:05 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 8F70FE0932 for ; Thu, 12 May 2022 19:09:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8DC8F3414BC for ; Thu, 12 May 2022 19:09:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F15BA459 for ; Thu, 12 May 2022 19:09:00 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1652382528.0fb2e03a8d5266f496ba422a503298407021e938.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fleep/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/fleep/fleep-1.0.1-r1.ebuild dev-python/fleep/fleep-9999.ebuild X-VCS-Directories: dev-python/fleep/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 0fb2e03a8d5266f496ba422a503298407021e938 X-VCS-Branch: master Date: Thu, 12 May 2022 19:09:00 +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: e5ffdd07-59a8-41fd-a896-9c7de0f81f96 X-Archives-Hash: 214060c2a1d98c29e047e59362a49d69 commit: 0fb2e03a8d5266f496ba422a503298407021e938 Author: Arthur Zamarin gentoo org> AuthorDate: Thu May 12 18:40:05 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu May 12 19:08:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fb2e03a dev-python/fleep: enable py3.11 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/fleep/fleep-1.0.1-r1.ebuild | 7 +++---- dev-python/fleep/fleep-9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/dev-python/fleep/fleep-1.0.1-r1.ebuild b/dev-python/fleep/fleep-1.0.1-r1.ebuild index cce82c31af2c..921df3ab8fe3 100644 --- a/dev-python/fleep/fleep-1.0.1-r1.ebuild +++ b/dev-python/fleep/fleep-1.0.1-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) - +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 if [[ ${PV} == 9999 ]]; then @@ -13,7 +13,6 @@ if [[ ${PV} == 9999 ]]; then else # upstream aren't tagging the releases, just as commit title COMMIT="994bc2c274482d80ab13d89d8f7343eb316d3e44" - # Note: On next bump, remove gh suffix from SRC_URI - was added just for tests SRC_URI="https://github.com/floyernick/fleep-py/archive/${COMMIT}.tar.gz -> ${P}.gh.tar.gz" S="${WORKDIR}/fleep-py-${COMMIT}" diff --git a/dev-python/fleep/fleep-9999.ebuild b/dev-python/fleep/fleep-9999.ebuild index 68f31790d687..3504702d9333 100644 --- a/dev-python/fleep/fleep-9999.ebuild +++ b/dev-python/fleep/fleep-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) - +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 if [[ ${PV} == 9999 ]]; then