* [gentoo-commits] gentoo-x86 commit in dev-python/peewee: peewee-2.3.3.ebuild peewee-2.3.2.ebuild ChangeLog peewee-2.2.0.ebuild peewee-2.3.0.ebuild peewee-2.3.1.ebuild peewee-2.2.5.ebuild peewee-2.2.4.ebuild
@ 2014-10-20 1:26 Ian Delaney (idella4)
0 siblings, 0 replies; only message in thread
From: Ian Delaney (idella4) @ 2014-10-20 1:26 UTC (permalink / raw
To: gentoo-commits
idella4 14/10/20 01:26:02
Modified: peewee-2.3.2.ebuild ChangeLog
Added: peewee-2.3.3.ebuild
Removed: peewee-2.2.0.ebuild peewee-2.3.0.ebuild
peewee-2.3.1.ebuild peewee-2.2.5.ebuild
peewee-2.2.4.ebuild
Log:
bump
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path
1.2 dev-python/peewee/peewee-2.3.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/peewee/peewee-2.3.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/peewee/peewee-2.3.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/peewee/peewee-2.3.2.ebuild?r1=1.1&r2=1.2
Index: peewee-2.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/peewee/peewee-2.3.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- peewee-2.3.2.ebuild 30 Sep 2014 06:18:18 -0000 1.1
+++ peewee-2.3.2.ebuild 20 Oct 2014 01:26:02 -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/peewee/peewee-2.3.2.ebuild,v 1.1 2014/09/30 06:18:18 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/peewee/peewee-2.3.2.ebuild,v 1.2 2014/10/20 01:26:02 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -38,6 +38,6 @@
python_install_all() {
use doc && local HTML_DOCS=( docs/_build/html/. )
- use examples && local EXAMPLES=( example/. )
+ use examples && local EXAMPLES=( examples/. )
distutils-r1_python_install_all
}
1.16 dev-python/peewee/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/peewee/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/peewee/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/peewee/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/peewee/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 30 Sep 2014 06:18:18 -0000 1.15
+++ ChangeLog 20 Oct 2014 01:26:02 -0000 1.16
@@ -1,6 +1,13 @@
# ChangeLog for dev-python/peewee
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/peewee/ChangeLog,v 1.15 2014/09/30 06:18:18 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/peewee/ChangeLog,v 1.16 2014/10/20 01:26:02 idella4 Exp $
+
+*peewee-2.3.3 (20 Oct 2014)
+
+ 20 Oct 2014; Ian Delaney <idella4@gentoo.org> +peewee-2.3.3.ebuild,
+ -peewee-2.2.0.ebuild, -peewee-2.2.4.ebuild, -peewee-2.2.5.ebuild,
+ -peewee-2.3.0.ebuild, -peewee-2.3.1.ebuild, peewee-2.3.2.ebuild:
+ bump
*peewee-2.3.2 (30 Sep 2014)
1.1 dev-python/peewee/peewee-2.3.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/peewee/peewee-2.3.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/peewee/peewee-2.3.3.ebuild?rev=1.1&content-type=text/plain
Index: peewee-2.3.3.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.3.3.ebuild,v 1.1 2014/10/20 01:26:02 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
PYTHON_REQ_USE="sqlite(+)"
inherit distutils-r1
DESCRIPTION="Small python ORM"
HOMEPAGE="https://github.com/coleifer/peewee/"
SRC_URI="https://github.com/coleifer/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc examples test"
RDEPEND=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/apsw[${PYTHON_USEDEP}]
dev-python/psycopg[${PYTHON_USEDEP}]
dev-python/django[${PYTHON_USEDEP}]
)"
# Req'd to ensure a unique tmp.db for each python impl running the testsuite.
DISTUTILS_IN_SOURCE_BUILD=1
python_compile_all() {
use doc && emake -C docs html
}
python_test() {
"${PYTHON}" ./runtests.py || die "tests failed under ${EPYTHON}"
}
python_install_all() {
use doc && local HTML_DOCS=( docs/_build/html/. )
use examples && local EXAMPLES=( examples/. )
distutils-r1_python_install_all
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-10-20 1:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-20 1:26 [gentoo-commits] gentoo-x86 commit in dev-python/peewee: peewee-2.3.3.ebuild peewee-2.3.2.ebuild ChangeLog peewee-2.2.0.ebuild peewee-2.3.0.ebuild peewee-2.3.1.ebuild peewee-2.2.5.ebuild peewee-2.2.4.ebuild Ian Delaney (idella4)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox