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 F196D138AE9 for ; Fri, 29 Dec 2017 10:34:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A029E0C04; Fri, 29 Dec 2017 10:34:44 +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 499A1E0C04 for ; Fri, 29 Dec 2017 10:34:44 +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 5ADD433C1EB for ; Fri, 29 Dec 2017 10:34:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DC7CAFB1 for ; Fri, 29 Dec 2017 10:34:42 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1514543675.c7c1e05b9b22cee59b30130261ed18c8c7ff8a5e.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/libzilla/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/libzilla/libzilla-1.4.ebuild X-VCS-Directories: dev-python/libzilla/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: c7c1e05b9b22cee59b30130261ed18c8c7ff8a5e X-VCS-Branch: master Date: Fri, 29 Dec 2017 10:34:42 +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: eff42341-ff47-4660-af93-69a905c17c7f X-Archives-Hash: 3094a1c1415d7f14ce09495995909425 commit: c7c1e05b9b22cee59b30130261ed18c8c7ff8a5e Author: Patrice Clement gentoo org> AuthorDate: Fri Dec 29 10:33:37 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Fri Dec 29 10:34:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7c1e05b dev-python/libzilla: stable for amd64+x86. Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-python/libzilla/libzilla-1.4.ebuild | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/dev-python/libzilla/libzilla-1.4.ebuild b/dev-python/libzilla/libzilla-1.4.ebuild index cd4bc3e6f2c..562ddd19f86 100644 --- a/dev-python/libzilla/libzilla-1.4.ebuild +++ b/dev-python/libzilla/libzilla-1.4.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{4,5,6} ) +PYTHON_COMPAT=( python3_{4,5} ) inherit distutils-r1 @@ -11,12 +11,14 @@ DESCRIPTION="Library for managing Bugzilla bug reports from the CLI" HOMEPAGE="https://github.com/monsieurp/libzilla" SRC_URI="https://github.com/monsieurp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" LICENSE="MIT" SLOT="0" -RDEPEND="" -DEPEND="${RDEPEND} +RDEPEND=" dev-python/docopt[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}]" + +DEPEND=" + ${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]"