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 10941158094 for ; Mon, 11 Jul 2022 19:22:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C8EAE1010; Mon, 11 Jul 2022 19:22:55 +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 389E8E1010 for ; Mon, 11 Jul 2022 19:22:55 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 46A2A341105 for ; Mon, 11 Jul 2022 19:22:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6802C536 for ; Mon, 11 Jul 2022 19:22:51 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1657567144.f4743cf1eb04bbf2bf98784cfab121abbd77a0bd.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/autoflake/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/autoflake/Manifest dev-python/autoflake/autoflake-1.4-r1.ebuild X-VCS-Directories: dev-python/autoflake/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: f4743cf1eb04bbf2bf98784cfab121abbd77a0bd X-VCS-Branch: dev Date: Mon, 11 Jul 2022 19:22:51 +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: 02c61a00-0751-43eb-955b-a2314bccfe8e X-Archives-Hash: edf1d04e5fdf30a6904b21b171fc82a4 commit: f4743cf1eb04bbf2bf98784cfab121abbd77a0bd Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon Jul 11 18:36:17 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Mon Jul 11 19:19:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f4743cf1 dev-python/autoflake: update SRC_URI Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/autoflake/Manifest | 2 +- dev-python/autoflake/autoflake-1.4-r1.ebuild | 14 ++++++-------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/dev-python/autoflake/Manifest b/dev-python/autoflake/Manifest index 1c009f0b6..488179638 100644 --- a/dev-python/autoflake/Manifest +++ b/dev-python/autoflake/Manifest @@ -1 +1 @@ -DIST autoflake-1.4.tar.gz 24219 BLAKE2B 622c82b9ab5e7fd68e8bc2678c5868282e605640e1c52d1a8f81fbaaba26dfb738ac1ceb9eb20195bb820256fbae27222953a5271130e74b8708988516e20e00 SHA512 53e542a765cbd18df7c35a90f16786e173bdc332b4410abfbc6d24f1009bf5d6f8a383e897e72558617bdf339573d8aa9b8de6901aac392caf48889aacf0c9a6 +DIST autoflake-1.4.gh.tar.gz 24219 BLAKE2B 622c82b9ab5e7fd68e8bc2678c5868282e605640e1c52d1a8f81fbaaba26dfb738ac1ceb9eb20195bb820256fbae27222953a5271130e74b8708988516e20e00 SHA512 53e542a765cbd18df7c35a90f16786e173bdc332b4410abfbc6d24f1009bf5d6f8a383e897e72558617bdf339573d8aa9b8de6901aac392caf48889aacf0c9a6 diff --git a/dev-python/autoflake/autoflake-1.4-r1.ebuild b/dev-python/autoflake/autoflake-1.4-r1.ebuild index c4e72bbf2..4ba57124c 100644 --- a/dev-python/autoflake/autoflake-1.4-r1.ebuild +++ b/dev-python/autoflake/autoflake-1.4-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} pypy3 ) - +PYTHON_COMPAT=( python3_{8..11} pypy3 ) +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 DESCRIPTION="Removes unused imports and unused variables as reported by pyflakes" @@ -12,17 +12,15 @@ HOMEPAGE=" https://github.com/myint/autoflake https://pypi.org/project/autoflake/ " -SRC_URI="https://github.com/myint/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/myint/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="test" -DEPEND=">=dev-python/pyflakes-1.1.0[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" +RDEPEND=">=dev-python/pyflakes-1.1.0[${PYTHON_USEDEP}]" -RESTRICT="!test? ( test )" +distutils_enable_tests setup.py python_test() { "${EPYTHON}" test_autoflake.py || die