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 ED9C0139085 for ; Thu, 5 Jan 2017 12:45:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 526F0E0C37; Thu, 5 Jan 2017 12:45:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2F8D3E0C37 for ; Thu, 5 Jan 2017 12:45:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0C3693412CB for ; Thu, 5 Jan 2017 12:45:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 707F8261D for ; Thu, 5 Jan 2017 12:45:39 +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: <1483620320.ad949f21a709f7cefc64a679b7f9706047f897b9.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/prometheus_client/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/prometheus_client/prometheus_client-0.0.18.ebuild X-VCS-Directories: dev-python/prometheus_client/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: ad949f21a709f7cefc64a679b7f9706047f897b9 X-VCS-Branch: master Date: Thu, 5 Jan 2017 12:45:39 +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: 94249162-4898-440f-b754-c29a83d057bb X-Archives-Hash: 89a82b66c2e8be1c89855d04b73208c1 commit: ad949f21a709f7cefc64a679b7f9706047f897b9 Author: Manuel Rüger gentoo org> AuthorDate: Thu Jan 5 12:44:32 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Thu Jan 5 12:45:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad949f21 dev-python/prometheus_client: Remove old Package-Manager: Portage-2.3.3, Repoman-2.3.1 .../prometheus_client-0.0.18.ebuild | 28 ---------------------- 1 file changed, 28 deletions(-) diff --git a/dev-python/prometheus_client/prometheus_client-0.0.18.ebuild b/dev-python/prometheus_client/prometheus_client-0.0.18.ebuild deleted file mode 100644 index 21760f1..00000000 --- a/dev-python/prometheus_client/prometheus_client-0.0.18.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) -inherit distutils-r1 - -DESCRIPTION="Python client for the Prometheus monitoring system" -HOMEPAGE="https://pypi.python.org/pypi/prometheus_client" -SRC_URI="https://github.com/prometheus/client_python/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -S=${WORKDIR}/client_python-${PV} - -RDEPEND="dev-python/twisted[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( ${RDEPEND} - dev-python/pytest[${PYTHON_USEDEP}] )" - -python_test() { - pytest || die -}