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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7D238158093 for ; Wed, 15 Sep 2021 05:42:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83328E086E; Wed, 15 Sep 2021 05:42:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 193D5E086D for ; Wed, 15 Sep 2021 05:42:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D023B342FFC for ; Wed, 15 Sep 2021 05:42:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4863079 for ; Wed, 15 Sep 2021 05:42:34 +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: <1631684519.8526b59decf7895bf623e3e6e639179ccc612cc4.arthurzam@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-toolbox/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pytest-toolbox/Manifest dev-python/pytest-toolbox/metadata.xml dev-python/pytest-toolbox/pytest-toolbox-0.4.ebuild X-VCS-Directories: dev-python/pytest-toolbox/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 8526b59decf7895bf623e3e6e639179ccc612cc4 X-VCS-Branch: dev Date: Wed, 15 Sep 2021 05:42:34 +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: 3edf6779-1067-496c-a260-3a77c2c80a5b X-Archives-Hash: c94592f5e34e18f1717941280545e53f commit: 8526b59decf7895bf623e3e6e639179ccc612cc4 Author: Arthur Zamarin gentoo org> AuthorDate: Wed Sep 15 05:41:23 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Wed Sep 15 05:41:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8526b59d dev-python/pytest-toolbox: treeclean (imported to ::gentoo) Signed-off-by: Arthur Zamarin gentoo.org> dev-python/pytest-toolbox/Manifest | 1 - dev-python/pytest-toolbox/metadata.xml | 10 ------ .../pytest-toolbox/pytest-toolbox-0.4.ebuild | 39 ---------------------- 3 files changed, 50 deletions(-) diff --git a/dev-python/pytest-toolbox/Manifest b/dev-python/pytest-toolbox/Manifest deleted file mode 100644 index 2bb1bbe60..000000000 --- a/dev-python/pytest-toolbox/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pytest-toolbox-0.4.tar.gz 8594 BLAKE2B fb1f19513e9e4b191c3eb995cc5e9445bc9f19affef87350d925c5465210c4de945b91120f86664c1dcf02a638595a7725cf88e3244e377ae77558c70d65643a SHA512 ed27700ff77cd607be808142cc310cd2b7461e55b3f8352d304ef8ca6c5e6c060c67a63238a1025407868ab8e229c4a16eaaa56aa75000159762001accb67752 diff --git a/dev-python/pytest-toolbox/metadata.xml b/dev-python/pytest-toolbox/metadata.xml deleted file mode 100644 index 9b624d795..000000000 --- a/dev-python/pytest-toolbox/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - samuelcolvin/pytest-toolbox - pytest-toolbox - - diff --git a/dev-python/pytest-toolbox/pytest-toolbox-0.4.ebuild b/dev-python/pytest-toolbox/pytest-toolbox-0.4.ebuild deleted file mode 100644 index e5ea6f550..000000000 --- a/dev-python/pytest-toolbox/pytest-toolbox-0.4.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) - -DISTUTILS_USE_SETUPTOOLS=rdepend - -inherit distutils-r1 - -DESCRIPTION="Numerous useful plugins for pytest" -HOMEPAGE="https://github.com/samuelcolvin/pytest-toolbox" -SRC_URI="https://github.com/samuelcolvin/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -KEYWORDS="~amd64 ~x86" -SLOT="0" - -distutils_enable_tests pytest - -DEPEND="test? ( - dev-python/pydantic[${PYTHON_USEDEP}] - dev-python/pytest-mock[${PYTHON_USEDEP}] -)" - -RDEPEND=" - >=dev-python/pytest-3.5.0[${PYTHON_USEDEP}] - <=dev-python/pytest-5[${PYTHON_USEDEP}] -" - -python_prepare_all() { - # pytest.warning_types.PytestAssertRewriteWarning: asserting the value None, please use "assert is None" - sed -i -e 's:test_is_uuid_false:_&:' \ - -e 's:test_any_int_false:_&:' \ - tests/test_comparison.py || die - - distutils-r1_python_prepare_all -} 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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6EDF9158092 for ; Wed, 15 Sep 2021 07:50:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 078E2E0894; Wed, 15 Sep 2021 07:50:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D6944E0893 for ; Wed, 15 Sep 2021 07:50:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 74AE8343115 for ; Wed, 15 Sep 2021 07:50:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B59C0105 for ; Wed, 15 Sep 2021 07:50:30 +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: <1631684519.8526b59decf7895bf623e3e6e639179ccc612cc4.arthurzam@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-toolbox/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pytest-toolbox/Manifest dev-python/pytest-toolbox/metadata.xml dev-python/pytest-toolbox/pytest-toolbox-0.4.ebuild X-VCS-Directories: dev-python/pytest-toolbox/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 8526b59decf7895bf623e3e6e639179ccc612cc4 X-VCS-Branch: master Date: Wed, 15 Sep 2021 07:50:30 +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: 126546af-a5d3-4762-89d7-f11e33d4ce51 X-Archives-Hash: 609e1862365aa6e4bd0305eeee487172 Message-ID: <20210915075030.c7jr2ON-FXk4r9Nj9VevUGT2z09N51VKuCxrBQewzsE@z> commit: 8526b59decf7895bf623e3e6e639179ccc612cc4 Author: Arthur Zamarin gentoo org> AuthorDate: Wed Sep 15 05:41:23 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Wed Sep 15 05:41:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8526b59d dev-python/pytest-toolbox: treeclean (imported to ::gentoo) Signed-off-by: Arthur Zamarin gentoo.org> dev-python/pytest-toolbox/Manifest | 1 - dev-python/pytest-toolbox/metadata.xml | 10 ------ .../pytest-toolbox/pytest-toolbox-0.4.ebuild | 39 ---------------------- 3 files changed, 50 deletions(-) diff --git a/dev-python/pytest-toolbox/Manifest b/dev-python/pytest-toolbox/Manifest deleted file mode 100644 index 2bb1bbe60..000000000 --- a/dev-python/pytest-toolbox/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pytest-toolbox-0.4.tar.gz 8594 BLAKE2B fb1f19513e9e4b191c3eb995cc5e9445bc9f19affef87350d925c5465210c4de945b91120f86664c1dcf02a638595a7725cf88e3244e377ae77558c70d65643a SHA512 ed27700ff77cd607be808142cc310cd2b7461e55b3f8352d304ef8ca6c5e6c060c67a63238a1025407868ab8e229c4a16eaaa56aa75000159762001accb67752 diff --git a/dev-python/pytest-toolbox/metadata.xml b/dev-python/pytest-toolbox/metadata.xml deleted file mode 100644 index 9b624d795..000000000 --- a/dev-python/pytest-toolbox/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - samuelcolvin/pytest-toolbox - pytest-toolbox - - diff --git a/dev-python/pytest-toolbox/pytest-toolbox-0.4.ebuild b/dev-python/pytest-toolbox/pytest-toolbox-0.4.ebuild deleted file mode 100644 index e5ea6f550..000000000 --- a/dev-python/pytest-toolbox/pytest-toolbox-0.4.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) - -DISTUTILS_USE_SETUPTOOLS=rdepend - -inherit distutils-r1 - -DESCRIPTION="Numerous useful plugins for pytest" -HOMEPAGE="https://github.com/samuelcolvin/pytest-toolbox" -SRC_URI="https://github.com/samuelcolvin/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -KEYWORDS="~amd64 ~x86" -SLOT="0" - -distutils_enable_tests pytest - -DEPEND="test? ( - dev-python/pydantic[${PYTHON_USEDEP}] - dev-python/pytest-mock[${PYTHON_USEDEP}] -)" - -RDEPEND=" - >=dev-python/pytest-3.5.0[${PYTHON_USEDEP}] - <=dev-python/pytest-5[${PYTHON_USEDEP}] -" - -python_prepare_all() { - # pytest.warning_types.PytestAssertRewriteWarning: asserting the value None, please use "assert is None" - sed -i -e 's:test_is_uuid_false:_&:' \ - -e 's:test_any_int_false:_&:' \ - tests/test_comparison.py || die - - distutils-r1_python_prepare_all -}