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 6113D1383E0 for ; Thu, 1 Oct 2015 14:09:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30AAEE0878; Thu, 1 Oct 2015 14:08:59 +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 AE78AE0878 for ; Thu, 1 Oct 2015 14:08:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 51F05340901 for ; Thu, 1 Oct 2015 14:08:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C1D137C for ; Thu, 1 Oct 2015 14:08:55 +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: <1443708524.f4117480e3fb758156a352a19cdced1424ea9580.mrueg@gentoo> Subject: [gentoo-commits] dev/mrueg:master commit in: dev-util/cookiecutter/ X-VCS-Repository: dev/mrueg X-VCS-Files: dev-util/cookiecutter/Manifest dev-util/cookiecutter/cookiecutter-1.1.0.ebuild dev-util/cookiecutter/cookiecutter-1.1.0_pre20150918.ebuild X-VCS-Directories: dev-util/cookiecutter/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: f4117480e3fb758156a352a19cdced1424ea9580 X-VCS-Branch: master Date: Thu, 1 Oct 2015 14:08:55 +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: db1260a6-f037-4724-aa9d-04b4be943481 X-Archives-Hash: f4b116f0b5a769f8a9e4bca4c0247aec commit: f4117480e3fb758156a352a19cdced1424ea9580 Author: Manuel Rüger gentoo org> AuthorDate: Thu Oct 1 14:08:44 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Thu Oct 1 14:08:44 2015 +0000 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=f4117480 dev-util/cookiecutter: Version bump. Remove snapshot Package-Manager: portage-2.2.22 dev-util/cookiecutter/Manifest | 2 +- ...1.1.0_pre20150918.ebuild => cookiecutter-1.1.0.ebuild} | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/dev-util/cookiecutter/Manifest b/dev-util/cookiecutter/Manifest index 432db5d..ff59efb 100644 --- a/dev-util/cookiecutter/Manifest +++ b/dev-util/cookiecutter/Manifest @@ -1 +1 @@ -DIST cookiecutter-1.1.0_pre20150918.tar.gz 213421 SHA256 387a4ab268941867c1a015adb6377ceda2c451051305289bdce433cd46616531 SHA512 41f19460f4155c5500258f8be615e5065cd2015b15da34a06a99670bc3ab7dfd4543f30895d4c5f55f2278d22c443d12aab5ecdf5346e973cb96ca11f2e276fd WHIRLPOOL 7e87ae404bfc7923dda028cba7af5b670bf004651d4f8b7b5df85037f2e527f27468546796a5de95d00341c8fcd157391e46a875eabec01aaf976bd6b1715fea +DIST cookiecutter-1.1.0.tar.gz 213420 SHA256 ca69fa2a41f0826dba23ef0787bbde6fdaeb4bf3c7532b269b21bda838bfe59d SHA512 11bec11ddd53cbf3ae83e681c53ed43a41f10378fc6975a645806863bf1b5d4eadd532d071e8888a73c93f11ae7361bf404ee81118c37facb3cdf235b96fb74e WHIRLPOOL 3d4c7df193661b6686bc39bd12d1e91d35f72d343cb03dc9dcfb590ebb4cc6620196a7c00177b321509956c5214edcdb18e000c331f48decb2a3e965b6f9fbde diff --git a/dev-util/cookiecutter/cookiecutter-1.1.0_pre20150918.ebuild b/dev-util/cookiecutter/cookiecutter-1.1.0.ebuild similarity index 59% rename from dev-util/cookiecutter/cookiecutter-1.1.0_pre20150918.ebuild rename to dev-util/cookiecutter/cookiecutter-1.1.0.ebuild index b8c31aa..4a4f9d5 100644 --- a/dev-util/cookiecutter/cookiecutter-1.1.0_pre20150918.ebuild +++ b/dev-util/cookiecutter/cookiecutter-1.1.0.ebuild @@ -11,24 +11,25 @@ inherit vcs-snapshot distutils-r1 DESCRIPTION="A command-line utility that creates projects from cookiecutters (project templates)" HOMEPAGE="https://github.com/audreyr/cookiecutter" -COMMIT_ID="df76d74c64f0192a65997297f19ad72e124e4e72" -SRC_URI="https://github.com/audreyr/cookiecutter/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/audreyr/cookiecutter/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" IUSE="test" -RESTRICT="test" # tests currently fail here +#RESTRICT="test" # tests currently fail here -RDEPEND="dev-python/binaryornot[${PYTHON_USEDEP}] +RDEPEND=">=dev-python/binaryornot-0.2.0[${PYTHON_USEDEP}] + >=dev-python/future-0.15.2[${PYTHON_USEDEP}] >=dev-python/jinja-2.7[${PYTHON_USEDEP}] >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}] - dev-python/click[${PYTHON_USEDEP}] - dev-python/whichcraft[${PYTHON_USEDEP}]" + >=dev-python/click-4.0[${PYTHON_USEDEP}] + >=dev-python/whichcraft-0.1.1[${PYTHON_USEDEP}]" DEPEND="test? ( ${RDEPEND} - dev-python/pytest[${PYTHON_USEDEP}] )" + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/pytest-mock[${PYTHON_USEDEP}] )" DOCS=( README.rst HISTORY.rst CONTRIBUTING.rst )