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 261D91382C5 for ; Fri, 2 Mar 2018 13:14:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B5B3E08EE; Fri, 2 Mar 2018 13:14:36 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 D5E39E08EE for ; Fri, 2 Mar 2018 13:14:35 +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 29032335C30 for ; Fri, 2 Mar 2018 13:14:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB1D121C for ; Fri, 2 Mar 2018 13:14:32 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1519996456.64a9702a67f63b58a159139bbe395595c864404a.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-prometheus/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/buildbot-prometheus/buildbot-prometheus-17.7.2-r1.ebuild dev-util/buildbot-prometheus/buildbot-prometheus-17.7.2.ebuild X-VCS-Directories: dev-util/buildbot-prometheus/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 64a9702a67f63b58a159139bbe395595c864404a X-VCS-Branch: master Date: Fri, 2 Mar 2018 13:14:32 +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-Archives-Salt: 6a4ecfd9-5a39-4ced-9780-c691b34bf53a X-Archives-Hash: d2e13bd6e3b17f370068bbcfb0aa6fca commit: 64a9702a67f63b58a159139bbe395595c864404a Author: Manuel Rüger gentoo org> AuthorDate: Fri Mar 2 13:14:16 2018 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Fri Mar 2 13:14:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64a9702a dev-util/buildbot-prometheus: Drop dependency on pip Package-Manager: Portage-2.3.24, Repoman-2.3.6 ...rometheus-17.7.2.ebuild => buildbot-prometheus-17.7.2-r1.ebuild} | 6 +++++- dev-util/buildbot-prometheus/buildbot-prometheus-17.7.2.ebuild | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/dev-util/buildbot-prometheus/buildbot-prometheus-17.7.2.ebuild b/dev-util/buildbot-prometheus/buildbot-prometheus-17.7.2-r1.ebuild similarity index 75% copy from dev-util/buildbot-prometheus/buildbot-prometheus-17.7.2.ebuild copy to dev-util/buildbot-prometheus/buildbot-prometheus-17.7.2-r1.ebuild index e84caf19914..a930624175f 100644 --- a/dev-util/buildbot-prometheus/buildbot-prometheus-17.7.2.ebuild +++ b/dev-util/buildbot-prometheus/buildbot-prometheus-17.7.2-r1.ebuild @@ -18,5 +18,9 @@ IUSE="" RDEPEND="dev-python/prometheus_client[${PYTHON_USEDEP}] dev-util/buildbot[${PYTHON_USEDEP}]" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/pip[${PYTHON_USEDEP}] ${RDEPEND}" + +python_prepare_all() { + sed -i -e "/^install_reqs.*$/d" -e "/^from pip.*$/d" -e "s/requires = .*/requires = ['buildbot', 'prometheus_client']/" setup.py || die + distutils-r1_python_prepare_all +} diff --git a/dev-util/buildbot-prometheus/buildbot-prometheus-17.7.2.ebuild b/dev-util/buildbot-prometheus/buildbot-prometheus-17.7.2.ebuild index e84caf19914..a930624175f 100644 --- a/dev-util/buildbot-prometheus/buildbot-prometheus-17.7.2.ebuild +++ b/dev-util/buildbot-prometheus/buildbot-prometheus-17.7.2.ebuild @@ -18,5 +18,9 @@ IUSE="" RDEPEND="dev-python/prometheus_client[${PYTHON_USEDEP}] dev-util/buildbot[${PYTHON_USEDEP}]" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/pip[${PYTHON_USEDEP}] ${RDEPEND}" + +python_prepare_all() { + sed -i -e "/^install_reqs.*$/d" -e "/^from pip.*$/d" -e "s/requires = .*/requires = ['buildbot', 'prometheus_client']/" setup.py || die + distutils-r1_python_prepare_all +}