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 2D699139694 for ; Sun, 30 Jul 2017 10:10:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9606A1FC0D2; Sun, 30 Jul 2017 10:10:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 71E551FC0D2 for ; Sun, 30 Jul 2017 10:10:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6942234170F for ; Sun, 30 Jul 2017 10:10:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A45274BC for ; Sun, 30 Jul 2017 10:10:00 +0000 (UTC) From: "Cédric Krier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Cédric Krier" Message-ID: <1501409392.b6cfe284c7e75ccabe52a46855dceed4c9e7eb63.cedk@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cookiecutter/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cookiecutter/cookiecutter-1.5.1.ebuild dev-util/cookiecutter/metadata.xml X-VCS-Directories: dev-util/cookiecutter/ X-VCS-Committer: cedk X-VCS-Committer-Name: Cédric Krier X-VCS-Revision: b6cfe284c7e75ccabe52a46855dceed4c9e7eb63 X-VCS-Branch: master Date: Sun, 30 Jul 2017 10:10:00 +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: f9219693-213f-4110-be9d-f6b8dc9a5e41 X-Archives-Hash: cb6876bb94a92eab3e4504215057f676 commit: b6cfe284c7e75ccabe52a46855dceed4c9e7eb63 Author: Cédric Krier gentoo org> AuthorDate: Sun Jul 30 10:09:30 2017 +0000 Commit: Cédric Krier gentoo org> CommitDate: Sun Jul 30 10:09:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6cfe284 dev-util/cookiecutter: Fix test and take maintainership Package-Manager: Portage-2.3.6, Repoman-2.3.1 dev-util/cookiecutter/cookiecutter-1.5.1.ebuild | 6 ++---- dev-util/cookiecutter/metadata.xml | 5 ++++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/dev-util/cookiecutter/cookiecutter-1.5.1.ebuild b/dev-util/cookiecutter/cookiecutter-1.5.1.ebuild index b2421636d61..19b53137982 100644 --- a/dev-util/cookiecutter/cookiecutter-1.5.1.ebuild +++ b/dev-util/cookiecutter/cookiecutter-1.5.1.ebuild @@ -5,7 +5,7 @@ EAPI=6 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) -inherit vcs-snapshot distutils-r1 +inherit distutils-r1 DESCRIPTION="Command-line utility to create projects from cookiecutters (project templates)" HOMEPAGE="https://github.com/audreyr/cookiecutter" @@ -17,8 +17,6 @@ SLOT="0" KEYWORDS="~amd64" IUSE="test" -RESTRICT="test" # tests currently fail here - RDEPEND=">=dev-python/binaryornot-0.2.0[${PYTHON_USEDEP}] >=dev-python/future-0.15.2[${PYTHON_USEDEP}] >=dev-python/jinja-2.7[${PYTHON_USEDEP}] @@ -32,7 +30,7 @@ DEPEND="${RDEPEND} test? ( dev-python/pytest[${PYTHON_USEDEP}] >=dev-python/pytest-mock-1.1[${PYTHON_USEDEP}] - dev-python/pytest-capturelog[${PYTHON_USEDEP}] + dev-python/pytest-catchlog[${PYTHON_USEDEP}] dev-python/freezegun[${PYTHON_USEDEP}] )" DOCS=( README.rst HISTORY.rst CONTRIBUTING.rst ) diff --git a/dev-util/cookiecutter/metadata.xml b/dev-util/cookiecutter/metadata.xml index 3cfc835e072..a263231b7fd 100644 --- a/dev-util/cookiecutter/metadata.xml +++ b/dev-util/cookiecutter/metadata.xml @@ -1,7 +1,10 @@ - + + cedk@gentoo.org + Cédric Krier + audreyr/cookiecutter