idella4     14/07/31 06:12:10

  Modified:             flask-testing-0.4.ebuild ChangeLog
  Added:                flask-testing-0.4.2.ebuild
  Log:
  bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.5                  dev-python/flask-testing/flask-testing-0.4.ebuild

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

Index: flask-testing-0.4.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/flask-testing/flask-testing-0.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- flask-testing-0.4.ebuild    12 Sep 2013 20:59:29 -0000      1.4
+++ flask-testing-0.4.ebuild    31 Jul 2014 06:12:09 -0000      1.5
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/flask-testing/flask-testing-0.4.ebuild,v 1.4 
2013/09/12 20:59:29 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/flask-testing/flask-testing-0.4.ebuild,v 1.5 
2014/07/31 06:12:09 idella4 Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 pypy )
 
 inherit distutils-r1
 



1.7                  dev-python/flask-testing/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-testing/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   6 May 2014 15:20:26 -0000       1.6
+++ ChangeLog   31 Jul 2014 06:12:10 -0000      1.7
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/flask-testing
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-testing/ChangeLog,v 1.6 
2014/05/06 15:20:26 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-testing/ChangeLog,v 1.7 
2014/07/31 06:12:10 idella4 Exp $
+
+*flask-testing-0.4.2 (31 Jul 2014)
+
+  31 Jul 2014; Ian Delaney <idel...@gentoo.org> +flask-testing-0.4.2.ebuild,
+  flask-testing-0.4.ebuild:
+  bump
 
   06 May 2014; Ian Delaney <idel...@gentoo.org> flask-testing-0.4.1.ebuild:
   drop py2.6 add pypy support



1.1                  dev-python/flask-testing/flask-testing-0.4.2.ebuild

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

Index: flask-testing-0.4.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/flask-testing/flask-testing-0.4.2.ebuild,v 
1.1 2014/07/31 06:12:10 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 pypy )

inherit distutils-r1

MY_PN="Flask-Testing"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="Unit testing for Flask"
HOMEPAGE="http://pythonhosted.org/Flask-Testing/ 
https://pypi.python.org/pypi/Flask-Testing/";
SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
# Testsuite fails with concurrent threads
DISTUTILS_NO_PARALLEL_BUILD=1

RDEPEND="dev-python/flask[${PYTHON_USEDEP}]
        dev-python/twill[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
        dev-python/setuptools[${PYTHON_USEDEP}]
        test? (
                dev-python/blinker[${PYTHON_USEDEP}]
                dev-python/nose[${PYTHON_USEDEP}]
        )"

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

python_test() {
        # https://github.com/jarus/flask-testing/issues/60
        nosetests || die "Testing failed with ${EPYTHON}"
}




Reply via email to