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 38DD3158086 for ; Thu, 16 Dec 2021 21:05:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDA782BC039; Thu, 16 Dec 2021 21:05:23 +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 478DA2BC039 for ; Thu, 16 Dec 2021 21:05:20 +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 6C208343072 for ; Thu, 16 Dec 2021 21:05:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 067BB24E for ; Thu, 16 Dec 2021 21:05:16 +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: <1639688711.334e78ee669f186e99c173c9dcc78932bab6ca9e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/findimports/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/findimports/Manifest dev-python/findimports/findimports-2.2.0.ebuild X-VCS-Directories: dev-python/findimports/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 334e78ee669f186e99c173c9dcc78932bab6ca9e X-VCS-Branch: master Date: Thu, 16 Dec 2021 21:05:16 +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: d75fff5c-4edb-4209-893d-327986c437df X-Archives-Hash: 4bfda6180c707ce485f1ce8e40f35da2 commit: 334e78ee669f186e99c173c9dcc78932bab6ca9e Author: Michał Górny gentoo org> AuthorDate: Thu Dec 16 21:01:21 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Dec 16 21:05:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=334e78ee dev-python/findimports: Bump to 2.2.0 Signed-off-by: Michał Górny gentoo.org> dev-python/findimports/Manifest | 1 + dev-python/findimports/findimports-2.2.0.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/dev-python/findimports/Manifest b/dev-python/findimports/Manifest index c230fb5ad8df..415e817726ca 100644 --- a/dev-python/findimports/Manifest +++ b/dev-python/findimports/Manifest @@ -1 +1,2 @@ DIST findimports-2.1.0.gh.tar.gz 34252 BLAKE2B 3433945b3c55f5607b5bd9e4694761b0d06c708d7873c8204d2b0bb14e15e0c60bf010e0dd30b336857891199d4ac5f1133a8ec6f3d4c37c1337f85674aa2704 SHA512 5a86d291e5888e15d612d06d4a94c0f08800a26d4ffdff4b485eb8cf1a10ed38883db2d79c6f73e6b2680cc1e5ffc51952c3405dfd4ff95716e0a2b2ac930a95 +DIST findimports-2.2.0.gh.tar.gz 36275 BLAKE2B e6a39620647434448d68f30e3cf212188bdc35993c1a2841614683273d41eb572b5a123ea42f1eff3730a2ba02055a2afdeb2607538dc0c3b55f38430e38581e SHA512 807d07b0cd5c1ba66d03121ef83a85291b84cf15b798074c39fc0858eeb7f36a77a787724b8072a9897186647dc92abca793ec6fa96f4448eb16709448364ec4 diff --git a/dev-python/findimports/findimports-2.2.0.ebuild b/dev-python/findimports/findimports-2.2.0.ebuild new file mode 100644 index 000000000000..396a6e44f8dc --- /dev/null +++ b/dev-python/findimports/findimports-2.2.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 2020-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) +inherit distutils-r1 + +DESCRIPTION="Python module import analysis tool" +HOMEPAGE="https://github.com/mgedmin/findimports" +SRC_URI=" + https://github.com/mgedmin/findimports/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +distutils_enable_tests setup.py