public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/futures: futures-2.1.6.ebuild ChangeLog
@ 2014-01-23  2:32 Tim Harder (radhermit)
  0 siblings, 0 replies; 2+ messages in thread
From: Tim Harder (radhermit) @ 2014-01-23  2:32 UTC (permalink / raw
  To: gentoo-commits

radhermit    14/01/23 02:32:24

  Modified:             ChangeLog
  Added:                futures-2.1.6.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)

Revision  Changes    Path
1.9                  dev-python/futures/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/futures/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	5 Dec 2013 07:10:08 -0000	1.8
+++ ChangeLog	23 Jan 2014 02:32:24 -0000	1.9
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/futures
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/futures/ChangeLog,v 1.8 2013/12/05 07:10:08 radhermit Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/futures/ChangeLog,v 1.9 2014/01/23 02:32:24 radhermit Exp $
+
+*futures-2.1.6 (23 Jan 2014)
+
+  23 Jan 2014; Tim Harder <radhermit@gentoo.org> +futures-2.1.6.ebuild:
+  Version bump.
 
 *futures-2.1.5 (05 Dec 2013)
 



1.1                  dev-python/futures/futures-2.1.6.ebuild

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

Index: futures-2.1.6.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/futures/futures-2.1.6.ebuild,v 1.1 2014/01/23 02:32:24 radhermit Exp $

EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
inherit distutils-r1

DESCRIPTION="Backport of the concurrent.futures package from Python 3.2"
HOMEPAGE="http://code.google.com/p/pythonfutures  http://pypi.python.org/pypi/futures"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"

python_compile_all() {
	use doc && emake -C docs html
}

python_test() {
	"${PYTHON}" test_futures.py || die "Tests fail with ${EPYTHON}"
}

python_install_all() {
	local DOCS=( CHANGES )
	use doc && local HTML_DOCS=( docs/_build/html/. )
	distutils-r1_python_install_all
}





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/futures: futures-2.1.6.ebuild ChangeLog
@ 2014-05-05  4:51 Ian Delaney (idella4)
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Delaney (idella4) @ 2014-05-05  4:51 UTC (permalink / raw
  To: gentoo-commits

idella4     14/05/05 04:51:22

  Modified:             futures-2.1.6.ebuild ChangeLog
  Log:
  drop py2.6 add pypy support, upgrade test phase
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.2                  dev-python/futures/futures-2.1.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/futures/futures-2.1.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/futures/futures-2.1.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/futures/futures-2.1.6.ebuild?r1=1.1&r2=1.2

Index: futures-2.1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/futures/futures-2.1.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- futures-2.1.6.ebuild	23 Jan 2014 02:32:24 -0000	1.1
+++ futures-2.1.6.ebuild	5 May 2014 04:51:22 -0000	1.2
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/futures/futures-2.1.6.ebuild,v 1.1 2014/01/23 02:32:24 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/futures/futures-2.1.6.ebuild,v 1.2 2014/05/05 04:51:22 idella4 Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 pypy )
 inherit distutils-r1
 
 DESCRIPTION="Backport of the concurrent.futures package from Python 3.2"
@@ -17,12 +17,19 @@
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
 	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+# Requ'd for failing tests under pypy
+DISTUTILS_IN_SOURCE_BUILD=1
 
 python_compile_all() {
 	use doc && emake -C docs html
 }
 
 python_test() {
+	# tests that fail under pypy
+	# http://code.google.com/p/pythonfutures/issues/detail?id=27
+	if [[ "${EPYTHON}" == pypy ]]; then
+		sed -e 's:test_del_shutdown:_&:g' -e 's:test_repr:_&:' -i test_futures.py || die
+	fi
 	"${PYTHON}" test_futures.py || die "Tests fail with ${EPYTHON}"
 }
 



1.10                 dev-python/futures/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/futures/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	23 Jan 2014 02:32:24 -0000	1.9
+++ ChangeLog	5 May 2014 04:51:22 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/futures
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/futures/ChangeLog,v 1.9 2014/01/23 02:32:24 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/futures/ChangeLog,v 1.10 2014/05/05 04:51:22 idella4 Exp $
+
+  05 May 2014; Ian Delaney <idella4@gentoo.org> futures-2.1.6.ebuild:
+  drop py2.6 add pypy support, upgrade test phase
 
 *futures-2.1.6 (23 Jan 2014)
 





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-05-05  4:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-05  4:51 [gentoo-commits] gentoo-x86 commit in dev-python/futures: futures-2.1.6.ebuild ChangeLog Ian Delaney (idella4)
  -- strict thread matches above, loose matches on Subject: below --
2014-01-23  2:32 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