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 <idel...@gentoo.org> -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)