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 7B13215808B for ; Sat, 9 Apr 2022 02:45:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B45CAE0839; Sat, 9 Apr 2022 02:45:31 +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 2E6D4E0837 for ; Sat, 9 Apr 2022 02:45:30 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E2282341160 for ; Sat, 9 Apr 2022 02:45:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80271388 for ; Sat, 9 Apr 2022 02:45:28 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1649472152.ea35f805b4795136a12758266c71540a139fd0ad.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-isort/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pytest-isort/pytest-isort-1.3.0-r1.ebuild X-VCS-Directories: dev-python/pytest-isort/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: ea35f805b4795136a12758266c71540a139fd0ad X-VCS-Branch: dev Date: Sat, 9 Apr 2022 02:45:28 +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: 9579e19c-740d-4b3d-b245-cd2b4a354a40 X-Archives-Hash: 1878f355f7587da39f8c09e06e8316ae commit: ea35f805b4795136a12758266c71540a139fd0ad Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Sat Apr 9 01:40:47 2022 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Sat Apr 9 02:42:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ea35f805 dev-python/pytest-isort: add python3_10 compat, update EAPI 7 -> 8 Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> .../pytest-isort/pytest-isort-1.3.0-r1.ebuild | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/dev-python/pytest-isort/pytest-isort-1.3.0-r1.ebuild b/dev-python/pytest-isort/pytest-isort-1.3.0-r1.ebuild new file mode 100644 index 000000000..274623001 --- /dev/null +++ b/dev-python/pytest-isort/pytest-isort-1.3.0-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) + +inherit distutils-r1 + +DESCRIPTION="Plugin to check import ordering using isort" +HOMEPAGE="https://github.com/moccu/pytest-isort" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +KEYWORDS="~amd64 ~x86" +SLOT="0" + +distutils_enable_tests pytest +# I don't know what's going on, so I took the easy route. 😝 +EPYTEST_DESELECT=( test_isort.py::TestIsortItem::test_init ) + +RDEPEND=" + >=dev-python/pytest-3.5[${PYTHON_USEDEP}] + >=dev-python/isort-4.0[${PYTHON_USEDEP}] +" 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 638DE15808B for ; Sat, 9 Apr 2022 03:30:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B446E0863; Sat, 9 Apr 2022 03:30:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 F05C6E0864 for ; Sat, 9 Apr 2022 03:30:29 +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 F132E3411DB for ; Sat, 9 Apr 2022 03:30:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34C783A7 for ; Sat, 9 Apr 2022 03:30:26 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1649472152.ea35f805b4795136a12758266c71540a139fd0ad.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-isort/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pytest-isort/pytest-isort-1.3.0-r1.ebuild X-VCS-Directories: dev-python/pytest-isort/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: ea35f805b4795136a12758266c71540a139fd0ad X-VCS-Branch: master Date: Sat, 9 Apr 2022 03:30:26 +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: 5e80f748-4a78-4949-bedb-2f83082b4a34 X-Archives-Hash: fdf8a1fc3c388762f369f64099e370b1 Message-ID: <20220409033026.lqsSDt_vziNTXd41ITbdW2TrR5qaP6gGZyBTIKiSWQU@z> commit: ea35f805b4795136a12758266c71540a139fd0ad Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Sat Apr 9 01:40:47 2022 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Sat Apr 9 02:42:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ea35f805 dev-python/pytest-isort: add python3_10 compat, update EAPI 7 -> 8 Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> .../pytest-isort/pytest-isort-1.3.0-r1.ebuild | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/dev-python/pytest-isort/pytest-isort-1.3.0-r1.ebuild b/dev-python/pytest-isort/pytest-isort-1.3.0-r1.ebuild new file mode 100644 index 000000000..274623001 --- /dev/null +++ b/dev-python/pytest-isort/pytest-isort-1.3.0-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) + +inherit distutils-r1 + +DESCRIPTION="Plugin to check import ordering using isort" +HOMEPAGE="https://github.com/moccu/pytest-isort" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +KEYWORDS="~amd64 ~x86" +SLOT="0" + +distutils_enable_tests pytest +# I don't know what's going on, so I took the easy route. 😝 +EPYTEST_DESELECT=( test_isort.py::TestIsortItem::test_init ) + +RDEPEND=" + >=dev-python/pytest-3.5[${PYTHON_USEDEP}] + >=dev-python/isort-4.0[${PYTHON_USEDEP}] +"