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 CE42E138359 for ; Fri, 28 Aug 2020 15:26:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB6F9E0A07; Fri, 28 Aug 2020 15:26:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 99058E0A07 for ; Fri, 28 Aug 2020 15:26:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 799AA33BEAE for ; Fri, 28 Aug 2020 15:26:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7961E33D for ; Fri, 28 Aug 2020 15:26:23 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1598628370.72f44d1de88005a990707710c0b4009d7f59217b.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-randomly/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pytest-randomly/Manifest dev-python/pytest-randomly/pytest-randomly-3.3.1-r1.ebuild dev-python/pytest-randomly/pytest-randomly-3.3.1-r2.ebuild dev-python/pytest-randomly/pytest-randomly-3.4.1.ebuild X-VCS-Directories: dev-python/pytest-randomly/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 72f44d1de88005a990707710c0b4009d7f59217b X-VCS-Branch: master Date: Fri, 28 Aug 2020 15:26:23 +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: 0294f1c5-1600-43e2-bdbe-ad37e84ff529 X-Archives-Hash: 41154d5b407eed266963c737a20c6856 commit: 72f44d1de88005a990707710c0b4009d7f59217b Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Aug 28 15:14:10 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Aug 28 15:26:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=72f44d1d dev-python/pytest-randomly: version bump 3.4.1 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/pytest-randomly/Manifest | 2 +- .../pytest-randomly-3.3.1-r1.ebuild | 55 ---------------------- ....3.1-r2.ebuild => pytest-randomly-3.4.1.ebuild} | 17 +++---- 3 files changed, 8 insertions(+), 66 deletions(-) diff --git a/dev-python/pytest-randomly/Manifest b/dev-python/pytest-randomly/Manifest index 8c9c377..03807ea 100644 --- a/dev-python/pytest-randomly/Manifest +++ b/dev-python/pytest-randomly/Manifest @@ -1 +1 @@ -DIST pytest-randomly-3.3.1.tar.gz 31404 BLAKE2B 28a77b2c7043ece3305e1971957b23a7188bf1889483c9747f2fe925bfe72e872d8e8f4a52e3dc372f9934dd81c3e88bbc9be52bc574605faed80e57fa852d3c SHA512 242274b1e9fcbb03278766ddd46e8d3dca2374f09db0d111feb0bebdabab4d46ecc63d17f17e692cf4adf662dd3b450f87fe14e248488acb4d3c629567d54458 +DIST pytest-randomly-3.4.1.tar.gz 32468 BLAKE2B 6aaddfca7434a8b7060aa32d69f84ff5e03e5f43bcfdfacc56f792ba6e1a1f5f49dca641a0100ed4ddf0f6947017aa354ab4fcc2ad837bb5b072aab8142f07b6 SHA512 3f1006ce67478221fb57369f6b0dcbb41bdd38798059112cff2e113ab101a4d07e72e5f302ffdf6159cc8600999f691f0f665fda4c0fcf58bba3c4fe5a12c039 diff --git a/dev-python/pytest-randomly/pytest-randomly-3.3.1-r1.ebuild b/dev-python/pytest-randomly/pytest-randomly-3.3.1-r1.ebuild deleted file mode 100644 index 89096d8..0000000 --- a/dev-python/pytest-randomly/pytest-randomly-3.3.1-r1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{6,7,8} ) - -inherit distutils-r1 - -DESCRIPTION="Pytest plugin to randomly order tests and control random.seed" -HOMEPAGE=" - https://pypi.python.org/pypi/pytest-randomly - https://github.com/pytest-dev/pytest-randomly -" -SRC_URI="https://github.com/pytest-dev/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -# many failures, both with pytest-5 and 4 -RESTRICT="test" - -RDEPEND=" - dev-python/docutils[${PYTHON_USEDEP}] - dev-python/factory_boy[${PYTHON_USEDEP}] - dev-python/faker[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pygments[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - - $(python_gen_cond_dep 'dev-python/importlib_metadata[${PYTHON_USEDEP}]' python3_6 python3_7) -" -#not really needed -# dev-python/isort[${PYTHON_USEDEP}] -# $(python_gen_cond_dep 'dev-python/black[${PYTHON_USEDEP}]' python3_8) -# dev-python/secretstorage[${PYTHON_USEDEP}] -# dev-python/twine[${PYTHON_USEDEP}] - -DEPEND=" - test? ( - dev-python/pytest-xdist[${PYTHON_USEDEP}] - ) -" -#not really needed -# $(python_gen_cond_dep 'dev-python/check-manifest[${PYTHON_USEDEP}]' python3_8) -# dev-python/multilint[${PYTHON_USEDEP}] - -distutils_enable_tests pytest - -python_test() { - distutils_install_for_testing - pytest -vv || die "Testsuite failed under ${EPYTHON}" -} diff --git a/dev-python/pytest-randomly/pytest-randomly-3.3.1-r2.ebuild b/dev-python/pytest-randomly/pytest-randomly-3.4.1.ebuild similarity index 71% rename from dev-python/pytest-randomly/pytest-randomly-3.3.1-r2.ebuild rename to dev-python/pytest-randomly/pytest-randomly-3.4.1.ebuild index 1e902ac..ba4a52f 100644 --- a/dev-python/pytest-randomly/pytest-randomly-3.3.1-r2.ebuild +++ b/dev-python/pytest-randomly/pytest-randomly-3.4.1.ebuild @@ -4,7 +4,7 @@ EAPI="7" DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) inherit distutils-r1 @@ -19,6 +19,11 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" +# No clue what's going on here +# AssertionError: assert ['collecting ... collected 4 items',\n '',\n 'test_one.py::test_d PASSED',\n 'test_one.py::test_c PASSED'] == +# ['test_one.py::test_d PASSED',\n 'test_one.py::test_c PASSED',\n 'test_one.py::test_a PASSED',\n 'test_one.py::test_b PASSED'] +RESTRICT="test" + RDEPEND=" dev-python/docutils[${PYTHON_USEDEP}] dev-python/factory_boy[${PYTHON_USEDEP}] @@ -27,22 +32,14 @@ RDEPEND=" dev-python/pygments[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/importlib_metadata[${PYTHON_USEDEP}]' python3_6 python3_7) + $(python_gen_cond_dep 'dev-python/importlib_metadata[${PYTHON_USEDEP}]' python3_7) " -#not really needed -# dev-python/isort[${PYTHON_USEDEP}] -# $(python_gen_cond_dep 'dev-python/black[${PYTHON_USEDEP}]' python3_8) -# dev-python/secretstorage[${PYTHON_USEDEP}] -# dev-python/twine[${PYTHON_USEDEP}] DEPEND=" test? ( dev-python/pytest-xdist[${PYTHON_USEDEP}] ) " -#not really needed -# $(python_gen_cond_dep 'dev-python/check-manifest[${PYTHON_USEDEP}]' python3_8) -# dev-python/multilint[${PYTHON_USEDEP}] distutils_enable_tests pytest 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 CB193138359 for ; Fri, 28 Aug 2020 15:26:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93A4DE09E0; Fri, 28 Aug 2020 15:26:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 60991E09DC for ; Fri, 28 Aug 2020 15:26:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 28FAF335DB8 for ; Fri, 28 Aug 2020 15:26:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44B5D336 for ; Fri, 28 Aug 2020 15:26:16 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1598628370.72f44d1de88005a990707710c0b4009d7f59217b.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-randomly/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pytest-randomly/Manifest dev-python/pytest-randomly/pytest-randomly-3.3.1-r1.ebuild dev-python/pytest-randomly/pytest-randomly-3.3.1-r2.ebuild dev-python/pytest-randomly/pytest-randomly-3.4.1.ebuild X-VCS-Directories: dev-python/pytest-randomly/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 72f44d1de88005a990707710c0b4009d7f59217b X-VCS-Branch: dev Date: Fri, 28 Aug 2020 15:26: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: 2ab58c2c-ad25-465b-9a14-4b4c15dfac84 X-Archives-Hash: 227cb6ffe5d691791cbf34f4b21aceb4 Message-ID: <20200828152616.lcozSYCk4PaGWQmHX6jldhUS_v61zeUR7srQW5qySto@z> commit: 72f44d1de88005a990707710c0b4009d7f59217b Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Aug 28 15:14:10 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Aug 28 15:26:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=72f44d1d dev-python/pytest-randomly: version bump 3.4.1 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/pytest-randomly/Manifest | 2 +- .../pytest-randomly-3.3.1-r1.ebuild | 55 ---------------------- ....3.1-r2.ebuild => pytest-randomly-3.4.1.ebuild} | 17 +++---- 3 files changed, 8 insertions(+), 66 deletions(-) diff --git a/dev-python/pytest-randomly/Manifest b/dev-python/pytest-randomly/Manifest index 8c9c377..03807ea 100644 --- a/dev-python/pytest-randomly/Manifest +++ b/dev-python/pytest-randomly/Manifest @@ -1 +1 @@ -DIST pytest-randomly-3.3.1.tar.gz 31404 BLAKE2B 28a77b2c7043ece3305e1971957b23a7188bf1889483c9747f2fe925bfe72e872d8e8f4a52e3dc372f9934dd81c3e88bbc9be52bc574605faed80e57fa852d3c SHA512 242274b1e9fcbb03278766ddd46e8d3dca2374f09db0d111feb0bebdabab4d46ecc63d17f17e692cf4adf662dd3b450f87fe14e248488acb4d3c629567d54458 +DIST pytest-randomly-3.4.1.tar.gz 32468 BLAKE2B 6aaddfca7434a8b7060aa32d69f84ff5e03e5f43bcfdfacc56f792ba6e1a1f5f49dca641a0100ed4ddf0f6947017aa354ab4fcc2ad837bb5b072aab8142f07b6 SHA512 3f1006ce67478221fb57369f6b0dcbb41bdd38798059112cff2e113ab101a4d07e72e5f302ffdf6159cc8600999f691f0f665fda4c0fcf58bba3c4fe5a12c039 diff --git a/dev-python/pytest-randomly/pytest-randomly-3.3.1-r1.ebuild b/dev-python/pytest-randomly/pytest-randomly-3.3.1-r1.ebuild deleted file mode 100644 index 89096d8..0000000 --- a/dev-python/pytest-randomly/pytest-randomly-3.3.1-r1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{6,7,8} ) - -inherit distutils-r1 - -DESCRIPTION="Pytest plugin to randomly order tests and control random.seed" -HOMEPAGE=" - https://pypi.python.org/pypi/pytest-randomly - https://github.com/pytest-dev/pytest-randomly -" -SRC_URI="https://github.com/pytest-dev/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -# many failures, both with pytest-5 and 4 -RESTRICT="test" - -RDEPEND=" - dev-python/docutils[${PYTHON_USEDEP}] - dev-python/factory_boy[${PYTHON_USEDEP}] - dev-python/faker[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pygments[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - - $(python_gen_cond_dep 'dev-python/importlib_metadata[${PYTHON_USEDEP}]' python3_6 python3_7) -" -#not really needed -# dev-python/isort[${PYTHON_USEDEP}] -# $(python_gen_cond_dep 'dev-python/black[${PYTHON_USEDEP}]' python3_8) -# dev-python/secretstorage[${PYTHON_USEDEP}] -# dev-python/twine[${PYTHON_USEDEP}] - -DEPEND=" - test? ( - dev-python/pytest-xdist[${PYTHON_USEDEP}] - ) -" -#not really needed -# $(python_gen_cond_dep 'dev-python/check-manifest[${PYTHON_USEDEP}]' python3_8) -# dev-python/multilint[${PYTHON_USEDEP}] - -distutils_enable_tests pytest - -python_test() { - distutils_install_for_testing - pytest -vv || die "Testsuite failed under ${EPYTHON}" -} diff --git a/dev-python/pytest-randomly/pytest-randomly-3.3.1-r2.ebuild b/dev-python/pytest-randomly/pytest-randomly-3.4.1.ebuild similarity index 71% rename from dev-python/pytest-randomly/pytest-randomly-3.3.1-r2.ebuild rename to dev-python/pytest-randomly/pytest-randomly-3.4.1.ebuild index 1e902ac..ba4a52f 100644 --- a/dev-python/pytest-randomly/pytest-randomly-3.3.1-r2.ebuild +++ b/dev-python/pytest-randomly/pytest-randomly-3.4.1.ebuild @@ -4,7 +4,7 @@ EAPI="7" DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) inherit distutils-r1 @@ -19,6 +19,11 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" +# No clue what's going on here +# AssertionError: assert ['collecting ... collected 4 items',\n '',\n 'test_one.py::test_d PASSED',\n 'test_one.py::test_c PASSED'] == +# ['test_one.py::test_d PASSED',\n 'test_one.py::test_c PASSED',\n 'test_one.py::test_a PASSED',\n 'test_one.py::test_b PASSED'] +RESTRICT="test" + RDEPEND=" dev-python/docutils[${PYTHON_USEDEP}] dev-python/factory_boy[${PYTHON_USEDEP}] @@ -27,22 +32,14 @@ RDEPEND=" dev-python/pygments[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/importlib_metadata[${PYTHON_USEDEP}]' python3_6 python3_7) + $(python_gen_cond_dep 'dev-python/importlib_metadata[${PYTHON_USEDEP}]' python3_7) " -#not really needed -# dev-python/isort[${PYTHON_USEDEP}] -# $(python_gen_cond_dep 'dev-python/black[${PYTHON_USEDEP}]' python3_8) -# dev-python/secretstorage[${PYTHON_USEDEP}] -# dev-python/twine[${PYTHON_USEDEP}] DEPEND=" test? ( dev-python/pytest-xdist[${PYTHON_USEDEP}] ) " -#not really needed -# $(python_gen_cond_dep 'dev-python/check-manifest[${PYTHON_USEDEP}]' python3_8) -# dev-python/multilint[${PYTHON_USEDEP}] distutils_enable_tests pytest