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 EE8081382C5 for ; Thu, 3 Dec 2020 17:31:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB4E4E090E; Thu, 3 Dec 2020 17:31:25 +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 A3BC2E090E for ; Thu, 3 Dec 2020 17:31:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 765A934117C for ; Thu, 3 Dec 2020 17:31:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4A00487 for ; Thu, 3 Dec 2020 17:31:14 +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: <1607016664.3128e7beecd38f1f191713c23ff933f5b64a5fdd.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/zope-deprecation/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/zope-deprecation/zope-deprecation-4.4.0-r1.ebuild dev-python/zope-deprecation/zope-deprecation-4.4.0.ebuild X-VCS-Directories: dev-python/zope-deprecation/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3128e7beecd38f1f191713c23ff933f5b64a5fdd X-VCS-Branch: master Date: Thu, 3 Dec 2020 17:31:14 +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: e5419941-30bb-4dad-a10e-7ccf8705723a X-Archives-Hash: 49b7a352e1bd7548a5ecfcfb24811634 commit: 3128e7beecd38f1f191713c23ff933f5b64a5fdd Author: Michał Górny gentoo org> AuthorDate: Thu Dec 3 17:24:23 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Dec 3 17:31:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3128e7be dev-python/zope-deprecation: Remove namespace dep Signed-off-by: Michał Górny gentoo.org> .../{zope-deprecation-4.4.0.ebuild => zope-deprecation-4.4.0-r1.ebuild} | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-python/zope-deprecation/zope-deprecation-4.4.0.ebuild b/dev-python/zope-deprecation/zope-deprecation-4.4.0-r1.ebuild similarity index 91% rename from dev-python/zope-deprecation/zope-deprecation-4.4.0.ebuild rename to dev-python/zope-deprecation/zope-deprecation-4.4.0-r1.ebuild index e0d43587ae9..269ec08ac9e 100644 --- a/dev-python/zope-deprecation/zope-deprecation-4.4.0.ebuild +++ b/dev-python/zope-deprecation/zope-deprecation-4.4.0-r1.ebuild @@ -19,8 +19,6 @@ LICENSE="ZPL" SLOT="0" KEYWORDS="amd64 x86" -RDEPEND="dev-python/namespace-zope[${PYTHON_USEDEP}]" - S="${WORKDIR}/${MY_P}" distutils_enable_tests setup.py