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 091501382C5 for ; Thu, 3 Dec 2020 17:31:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 337F7E087F; Thu, 3 Dec 2020 17:31:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 1C95AE087F for ; Thu, 3 Dec 2020 17:31:20 +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 DB24E34137B for ; Thu, 3 Dec 2020 17:31:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3822477 for ; Thu, 3 Dec 2020 17:31:13 +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: <1607016648.7a1545d9d9cf0d2952beebf63db655acfa1e5a8a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-blockdiag/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0-r1.ebuild dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild X-VCS-Directories: dev-python/sphinxcontrib-blockdiag/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7a1545d9d9cf0d2952beebf63db655acfa1e5a8a X-VCS-Branch: master Date: Thu, 3 Dec 2020 17:31:13 +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: b590fb53-b0d8-4ce5-86d4-598f5c6a7a4c X-Archives-Hash: 581f1acba73613d14300dadca1b3e501 commit: 7a1545d9d9cf0d2952beebf63db655acfa1e5a8a Author: Michał Górny gentoo org> AuthorDate: Thu Dec 3 17:20:10 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Dec 3 17:30:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a1545d9 dev-python/sphinxcontrib-blockdiag: Remove namespace dep Signed-off-by: Michał Górny gentoo.org> ...-blockdiag-2.0.0.ebuild => sphinxcontrib-blockdiag-2.0.0-r1.ebuild} | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild b/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0-r1.ebuild similarity index 94% rename from dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild rename to dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0-r1.ebuild index f8344500c4f..b6ab2b90ce5 100644 --- a/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild +++ b/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0-r1.ebuild @@ -28,9 +28,6 @@ BDEPEND=" distutils_enable_tests nose -RDEPEND+=" - dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]" - python_prepare_all() { sed -i -e /build-base/d setup.cfg || die # Those tests are known-broken upstream