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 4F3DD158091 for ; Wed, 1 Jun 2022 05:03:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6E99E0841; Wed, 1 Jun 2022 05:03:05 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ABD96E0841 for ; Wed, 1 Jun 2022 05:03:05 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7E15A341C11 for ; Wed, 1 Jun 2022 05:03:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 732774E5 for ; Wed, 1 Jun 2022 05:03:02 +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: <1654059764.a5574b48d01768ef21c5429655f7f9da4b24c69c.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/factory_boy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/factory_boy/factory_boy-3.2.1.ebuild X-VCS-Directories: dev-python/factory_boy/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: a5574b48d01768ef21c5429655f7f9da4b24c69c X-VCS-Branch: dev Date: Wed, 1 Jun 2022 05:03:02 +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: 6533b252-8968-49d4-bdf0-54f626a0a50a X-Archives-Hash: 2ac40fa206cc534052a144e375511d3b commit: a5574b48d01768ef21c5429655f7f9da4b24c69c Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Tue May 31 16:44:04 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Wed Jun 1 05:02:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a5574b48 dev-python/factory_boy: remove mongoengine Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/factory_boy/factory_boy-3.2.1.ebuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/dev-python/factory_boy/factory_boy-3.2.1.ebuild b/dev-python/factory_boy/factory_boy-3.2.1.ebuild index 358e05f2f..590f9a8b9 100644 --- a/dev-python/factory_boy/factory_boy-3.2.1.ebuild +++ b/dev-python/factory_boy/factory_boy-3.2.1.ebuild @@ -20,7 +20,6 @@ BDEPEND=" test? ( $(python_gen_impl_dep sqlite) dev-python/django[${PYTHON_USEDEP}] - dev-python/mongoengine[${PYTHON_USEDEP}] dev-python/pillow[jpeg,${PYTHON_USEDEP}] dev-python/sqlalchemy[${PYTHON_USEDEP}] ) @@ -34,14 +33,12 @@ python_prepare_all() { rm ChangeLog || die "remove failed" cp docs/changelog.rst ChangeLog || die "copy failed" - # Disable online tests - sed -i \ - -e 's|tearDownClass|_&|' \ - -e 's|test_creation|_&|' \ - tests/test_mongoengine.py || die + # depends on masked dev-python/mongoengine + rm tests/test_mongoengine.py || die distutils-r1_python_prepare_all } distutils_enable_tests --install unittest + distutils_enable_sphinx docs dev-python/sphinx_rtd_theme dev-python/sphinxcontrib-spelling