public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/mrueg:master commit in: dev-util/cookiecutter/
Date: Mon, 19 Sep 2016 00:36:33 +0000 (UTC)	[thread overview]
Message-ID: <1474245383.6a0c82bf495e04969796978d2133ea5a057d068f.mrueg@gentoo> (raw)

commit:     6a0c82bf495e04969796978d2133ea5a057d068f
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 19 00:36:23 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Sep 19 00:36:23 2016 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=6a0c82bf

dev-util/cookiecutter: Version bump, remove old

Package-Manager: portage-2.3.0

 dev-util/cookiecutter/Manifest                               |  2 +-
 .../{cookiecutter-1.3.0.ebuild => cookiecutter-1.4.0.ebuild} | 12 +++++++-----
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/dev-util/cookiecutter/Manifest b/dev-util/cookiecutter/Manifest
index fae5887..ef7f38e 100644
--- a/dev-util/cookiecutter/Manifest
+++ b/dev-util/cookiecutter/Manifest
@@ -1 +1 @@
-DIST cookiecutter-1.3.0.tar.gz 219110 SHA256 8fb5297bea5956d20a68c2d487a7a917d634e153a5fc2ffe6736a472e09690ed SHA512 e195e103da2cbc2aa40ea2cde47db8bea3cadf79506ad11062f2856a7fe7199168037a4805f2a1cfb56bc423c7e4f15f43ef15f974c7d38240720e3cb0d12c61 WHIRLPOOL e96c22fd05ee01cf1d525245764cdc408234af704d8f95d639b2a727af01f35178a9633f17cf716af5c26efba8e868b50ab07cfbe939b01815f03b0d07a57821
+DIST cookiecutter-1.4.0.tar.gz 226136 SHA256 7697b1d64cd9b8eb5abd9e7594e318a80f1382f45d879c425944175697b29db2 SHA512 21cc9293b81c21f9256a73728310bd7898b2132bc007ef650ba94394e872aa97dfba83b93018923e773b908f8822f5f9d992e5cc078936e2f9ba032f3cc83f9d WHIRLPOOL d1b01766fa42eaa46b6fefe2b82ebe7712c83327e08704ddc938c8dc8f5fb0167e2d1cfe47373274f2ef387c4a253d9f88b46ac57804ed7557b8585da94b7590

diff --git a/dev-util/cookiecutter/cookiecutter-1.3.0.ebuild b/dev-util/cookiecutter/cookiecutter-1.4.0.ebuild
similarity index 70%
rename from dev-util/cookiecutter/cookiecutter-1.3.0.ebuild
rename to dev-util/cookiecutter/cookiecutter-1.4.0.ebuild
index 95a4ad7..c9ade08 100644
--- a/dev-util/cookiecutter/cookiecutter-1.3.0.ebuild
+++ b/dev-util/cookiecutter/cookiecutter-1.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,18 +18,20 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE="test"
 
-#RESTRICT="test" # tests currently fail here
+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}]
-	>=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
 	>=dev-python/click-5.0[${PYTHON_USEDEP}]
-	>=dev-python/whichcraft-0.1.1[${PYTHON_USEDEP}]"
+	>=dev-python/whichcraft-0.1.1[${PYTHON_USEDEP}]
+	>=dev-python/poyo-0.4.0[${PYTHON_USEDEP}]
+	>=dev-python/jinja2-time-0.1.0[${PYTHON_USEDEP}]"
 
 DEPEND="test? ( ${RDEPEND}
 	dev-python/pytest[${PYTHON_USEDEP}]
-	dev-python/pytest-mock[${PYTHON_USEDEP}] )"
+	>=dev-python/pytest-mock-1.1[${PYTHON_USEDEP}]
+	dev-python/freezegun[${PYTHON_USEDEP}] )"
 
 DOCS=( README.rst HISTORY.rst CONTRIBUTING.rst )
 


             reply	other threads:[~2016-09-19  0:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-19  0:36 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-12-22 23:51 [gentoo-commits] dev/mrueg:master commit in: dev-util/cookiecutter/ Manuel Rüger
2015-11-07 11:31 Manuel Rüger
2015-10-01 14:08 Manuel Rüger
2015-09-18  1:53 Manuel Rüger
2015-09-18  0:21 Manuel Rüger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1474245383.6a0c82bf495e04969796978d2133ea5a057d068f.mrueg@gentoo \
    --to=mrueg@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox