public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/flask: ChangeLog flask-9999.ebuild flask-0.10.1.ebuild flask-0.9-r1.ebuild flask-0.9-r2.ebuild
@ 2013-06-16 22:52 Tim Harder (radhermit)
  0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2013-06-16 22:52 UTC (permalink / raw
  To: gentoo-commits

radhermit    13/06/16 22:52:40

  Modified:             ChangeLog flask-9999.ebuild
  Added:                flask-0.10.1.ebuild
  Removed:              flask-0.9-r1.ebuild flask-0.9-r2.ebuild
  Log:
  Version bump, update live ebuild, and remove old. Drop python2_5 and pypy support due to missing deps and restrict tests.
  
  (Portage version: 2.2.0_alpha179/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)

Revision  Changes    Path
1.21                 dev-python/flask/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/flask/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	8 Jun 2013 16:48:26 -0000	1.20
+++ ChangeLog	16 Jun 2013 22:52:40 -0000	1.21
@@ -1,6 +1,13 @@
 # ChangeLog for dev-python/flask
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask/ChangeLog,v 1.20 2013/06/08 16:48:26 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask/ChangeLog,v 1.21 2013/06/16 22:52:40 radhermit Exp $
+
+*flask-0.10.1 (16 Jun 2013)
+
+  16 Jun 2013; Tim Harder <radhermit@gentoo.org> -flask-0.9-r1.ebuild,
+  -flask-0.9-r2.ebuild, +flask-0.10.1.ebuild, flask-9999.ebuild:
+  Version bump, update live ebuild, and remove old. Drop python2_5 and pypy
+  support due to missing deps and restrict tests.
 
   08 Jun 2013; Ian Delaney <idella4@gentoo.org> +files/docbuild.patch,
   flask-0.9-r2.ebuild:



1.5                  dev-python/flask/flask-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask/flask-9999.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask/flask-9999.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask/flask-9999.ebuild?r1=1.4&r2=1.5

Index: flask-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/flask/flask-9999.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- flask-9999.ebuild	23 May 2013 00:34:50 -0000	1.4
+++ flask-9999.ebuild	16 Jun 2013 22:52:40 -0000	1.5
@@ -1,9 +1,9 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask/flask-9999.ebuild,v 1.4 2013/05/23 00:34:50 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask/flask-9999.ebuild,v 1.5 2013/06/16 22:52:40 radhermit Exp $
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} )
+PYTHON_COMPAT=( python{2_6,2_7,3_3} )
 
 inherit distutils-r1
 #if LIVE
@@ -24,10 +24,10 @@
 IUSE="examples test"
 
 RDEPEND="dev-python/blinker[${PYTHON_USEDEP}]
-	>=dev-python/jinja-2.4[$(python_gen_usedep python2_5)]
+	>=dev-python/itsdangerous-0.21[${PYTHON_USEDEP}]
 	>=dev-python/jinja-2.4[$(python_gen_usedep python{2_6,2_7} 'pypy*')]
 	dev-python/setuptools[${PYTHON_USEDEP}]
-	>=dev-python/werkzeug-0.6.1[${PYTHON_USEDEP}]"
+	>=dev-python/werkzeug-0.7[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}"
 
 S="${WORKDIR}/${MY_P}"



1.1                  dev-python/flask/flask-0.10.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask/flask-0.10.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask/flask-0.10.1.ebuild?rev=1.1&content-type=text/plain

Index: flask-0.10.1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/flask/flask-0.10.1.ebuild,v 1.1 2013/06/16 22:52:40 radhermit Exp $

EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7,3_3} )

inherit distutils-r1

DESCRIPTION="A microframework based on Werkzeug, Jinja2 and good intentions"
MY_PN="Flask"
MY_P="${MY_PN}-${PV}"
SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
HOMEPAGE="http://pypi.python.org/pypi/Flask"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples test"

RDEPEND="dev-python/blinker[${PYTHON_USEDEP}]
	>=dev-python/itsdangerous-0.21[${PYTHON_USEDEP}]
	>=dev-python/jinja-2.4[$(python_gen_usedep python{2_6,2_7} 'pypy*')]
	dev-python/setuptools[${PYTHON_USEDEP}]
	>=dev-python/werkzeug-0.7[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"

S="${WORKDIR}/${MY_P}"

RESTRICT="test"

python_test() {
	"${PYTHON}" run-tests.py || die "Testing failed with ${EPYTHON}"
}

python_install_all() {
	if use examples; then
		insinto /usr/share/doc/${PF}
		doins -r examples
		docompress -x /usr/share/doc/${PF}/examples
	fi
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-06-16 22:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-16 22:52 [gentoo-commits] gentoo-x86 commit in dev-python/flask: ChangeLog flask-9999.ebuild flask-0.10.1.ebuild flask-0.9-r1.ebuild flask-0.9-r2.ebuild Tim Harder (radhermit)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox