From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5B92758974 for ; Fri, 22 Jan 2016 13:03:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCF9821C00B; Fri, 22 Jan 2016 13:03:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E199721C00B for ; Fri, 22 Jan 2016 13:03:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1351B340A38 for ; Fri, 22 Jan 2016 13:03:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D09181067 for ; Fri, 22 Jan 2016 13:02:59 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1453467764.6aa35edd2d5b1448994d8f58f07910931ddc344a.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-misc/urlwatch/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-misc/urlwatch/urlwatch-2.0-r1.ebuild www-misc/urlwatch/urlwatch-2.0-r2.ebuild X-VCS-Directories: www-misc/urlwatch/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 6aa35edd2d5b1448994d8f58f07910931ddc344a X-VCS-Branch: master Date: Fri, 22 Jan 2016 13:02:59 +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: 55dae4eb-bf15-4d2b-8364-22d55a2e6045 X-Archives-Hash: bc824a467522c01ab6a1f6dc9708b498 commit: 6aa35edd2d5b1448994d8f58f07910931ddc344a Author: Louis Sautier gmail com> AuthorDate: Fri Jan 22 11:05:09 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Fri Jan 22 13:02:44 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aa35edd www-misc/urlwatch: add missing dep, drop py2 backport dep Package-Manager: portage-2.2.27 www-misc/urlwatch/{urlwatch-2.0-r1.ebuild => urlwatch-2.0-r2.ebuild} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/www-misc/urlwatch/urlwatch-2.0-r1.ebuild b/www-misc/urlwatch/urlwatch-2.0-r2.ebuild similarity index 87% rename from www-misc/urlwatch/urlwatch-2.0-r1.ebuild rename to www-misc/urlwatch/urlwatch-2.0-r2.ebuild index 03a7bd5..c3a7fa9 100644 --- a/www-misc/urlwatch/urlwatch-2.0-r1.ebuild +++ b/www-misc/urlwatch/urlwatch-2.0-r2.ebuild @@ -15,11 +15,9 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" -# https://github.com/thp/urlwatch/issues/34 -RESTRICT="test" RDEPEND=" - virtual/python-futures[${PYTHON_USEDEP}] + dev-python/keyring[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] dev-python/minidb[${PYTHON_USEDEP}] || ( www-client/lynx app-text/html2text ) @@ -33,5 +31,6 @@ DEPEND=" " python_test() { + # https://github.com/thp/urlwatch/issues/34 nosetests test || die "tests failed with ${EPYTHON}" }