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 9CC41158086 for ; Tue, 30 Nov 2021 20:36:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A546E2BC01B; Tue, 30 Nov 2021 20:36:56 +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 296162BC01B for ; Tue, 30 Nov 2021 20:36:56 +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 12DD3342B41 for ; Tue, 30 Nov 2021 20:36:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CC2D1E4 for ; Tue, 30 Nov 2021 20:36:52 +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: <1638304597.ad1167a7fd27aa7f33ff814a5f519477ff184bc1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/diskcache/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/diskcache/diskcache-5.3.0.ebuild X-VCS-Directories: dev-python/diskcache/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ad1167a7fd27aa7f33ff814a5f519477ff184bc1 X-VCS-Branch: master Date: Tue, 30 Nov 2021 20:36:52 +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: a7d3a244-662a-421b-96ec-aae81e53af78 X-Archives-Hash: 07a6de8160392160405e8f41d4a2f416 commit: ad1167a7fd27aa7f33ff814a5f519477ff184bc1 Author: Michał Górny gentoo org> AuthorDate: Tue Nov 30 20:36:37 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Nov 30 20:36:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad1167a7 dev-python/diskcache: Fix variable order Closes: https://bugs.gentoo.org/827916 Signed-off-by: Michał Górny gentoo.org> dev-python/diskcache/diskcache-5.3.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/diskcache/diskcache-5.3.0.ebuild b/dev-python/diskcache/diskcache-5.3.0.ebuild index dc919174075d..d80cb066da0b 100644 --- a/dev-python/diskcache/diskcache-5.3.0.ebuild +++ b/dev-python/diskcache/diskcache-5.3.0.ebuild @@ -20,14 +20,14 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" -distutils_enable_sphinx docs -distutils_enable_tests pytest - BDEPEND=" test? ( dev-python/django[${PYTHON_USEDEP}] )" +distutils_enable_sphinx docs +distutils_enable_tests pytest + EPYTEST_DESELECT=( # TODO tests/test_djangocache.py::DiskCacheTests::test_get_or_set_callable_returning_none