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 450FE1392EF for ; Mon, 7 Jul 2014 02:45:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32DFFE0845; Mon, 7 Jul 2014 02:45:48 +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 B43C0E0845 for ; Mon, 7 Jul 2014 02:45:47 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9064634006B for ; Mon, 7 Jul 2014 02:45:46 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2332) id 6EF0D2004F; Mon, 7 Jul 2014 02:45:44 +0000 (UTC) From: "Ian Delaney (idella4)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, idella4@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/wtf-peewee: wtf-peewee-0.2.3.ebuild ChangeLog wtf-peewee-0.1.5.ebuild wtf-peewee-0.1.4.ebuild wtf-peewee-0.2.2.ebuild wtf-peewee-0.2.1.ebuild wtf-peewee-0.2.0.ebuild wtf-peewee-0.1.3.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: wtf-peewee-0.2.3.ebuild ChangeLog wtf-peewee-0.1.5.ebuild wtf-peewee-0.1.4.ebuild wtf-peewee-0.2.2.ebuild wtf-peewee-0.2.1.ebuild wtf-peewee-0.2.0.ebuild wtf-peewee-0.1.3.ebuild X-VCS-Directories: dev-python/wtf-peewee X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140707024544.6EF0D2004F@flycatcher.gentoo.org> Date: Mon, 7 Jul 2014 02:45:44 +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: 279c31f8-95b9-480a-aa13-d81792456fad X-Archives-Hash: 84fed75792537398cc566737c71276dc idella4 14/07/07 02:45:44 Modified: wtf-peewee-0.2.3.ebuild ChangeLog Removed: wtf-peewee-0.1.5.ebuild wtf-peewee-0.1.4.ebuild wtf-peewee-0.2.2.ebuild wtf-peewee-0.2.1.ebuild wtf-peewee-0.2.0.ebuild wtf-peewee-0.1.3.ebuild Log: set version border to peewee, update test phase, rm old (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D) Revision Changes Path 1.2 dev-python/wtf-peewee/wtf-peewee-0.2.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wtf-peewee/wtf-peewee-0.2.3.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wtf-peewee/wtf-peewee-0.2.3.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wtf-peewee/wtf-peewee-0.2.3.ebuild?r1=1.1&r2=1.2 Index: wtf-peewee-0.2.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/wtf-peewee/wtf-peewee-0.2.3.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- wtf-peewee-0.2.3.ebuild 4 Jun 2014 08:22:32 -0000 1.1 +++ wtf-peewee-0.2.3.ebuild 7 Jul 2014 02:45:44 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wtf-peewee/wtf-peewee-0.2.3.ebuild,v 1.1 2014/06/04 08:22:32 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wtf-peewee/wtf-peewee-0.2.3.ebuild,v 1.2 2014/07/07 02:45:44 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -15,16 +15,14 @@ KEYWORDS="~amd64 ~x86" IUSE="examples test" -RDEPEND="dev-python/peewee[${PYTHON_USEDEP}] +RDEPEND=">=dev-python/peewee-2.0.0[${PYTHON_USEDEP}] dev-python/wtforms[${PYTHON_USEDEP}]" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] test? ( "${RDEPEND}" )" python_prepare_all() { # https://github.com/coleifer/peewee/issues/361 - sed -e s':test_choices:_&:' \ - -e s':test_null_form_saving:_&:' \ - -i "${PN/\-/}"/tests.py || die + sed -e s':test_null_form_saving:_&:' -i "${PN/\-/}"/tests.py || die distutils-r1_python_prepare_all } 1.9 dev-python/wtf-peewee/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wtf-peewee/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wtf-peewee/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wtf-peewee/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/wtf-peewee/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 4 Jun 2014 08:22:32 -0000 1.8 +++ ChangeLog 7 Jul 2014 02:45:44 -0000 1.9 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/wtf-peewee # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wtf-peewee/ChangeLog,v 1.8 2014/06/04 08:22:32 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wtf-peewee/ChangeLog,v 1.9 2014/07/07 02:45:44 idella4 Exp $ + + 07 Jul 2014; Ian Delaney -wtf-peewee-0.1.3.ebuild, + -wtf-peewee-0.1.4.ebuild, -wtf-peewee-0.1.5.ebuild, -wtf-peewee-0.2.0.ebuild, + -wtf-peewee-0.2.1.ebuild, -wtf-peewee-0.2.2.ebuild, wtf-peewee-0.2.3.ebuild: + set version border to peewee, update test phase, rm old *wtf-peewee-0.2.3 (04 Jun 2014)