patrick 14/05/09 06:07:55 Modified: ChangeLog Added: peewee-2.1.5.ebuild Log: Bump (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.4 dev-python/peewee/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/peewee/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/peewee/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/peewee/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/peewee/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 17 Aug 2013 04:30:56 -0000 1.3 +++ ChangeLog 9 May 2014 06:07:55 -0000 1.4 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/peewee -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/peewee/ChangeLog,v 1.3 2013/08/17 04:30:56 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/peewee/ChangeLog,v 1.4 2014/05/09 06:07:55 patrick Exp $ + +*peewee-2.1.5 (09 May 2014) + + 09 May 2014; Patrick Lauer <[email protected]> +peewee-2.1.5.ebuild: + Bump 17 Aug 2013; Patrick Lauer <[email protected]> peewee-2.1.4.ebuild: More cleanups 1.1 dev-python/peewee/peewee-2.1.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/peewee/peewee-2.1.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/peewee/peewee-2.1.5.ebuild?rev=1.1&content-type=text/plain Index: peewee-2.1.5.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/peewee/peewee-2.1.5.ebuild,v 1.1 2014/05/09 06:07:55 patrick Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) RESTRICT="test" # wants to access the local PG instance - not OK inherit distutils-r1 DESCRIPTION="Small python ORM" HOMEPAGE="https://github.com/coleifer/peewee/" SRC_URI="https://github.com/coleifer/${PN}/archive/${PV}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" RDEPEND="" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/apsw[${PYTHON_USEDEP}] dev-python/psycopg[${PYTHON_USEDEP}] )" python_test() { nosetests || die "Testing failed with ${EPYTHON}" }
