diff options
author | 2013-05-27 07:49:42 +0000 | |
---|---|---|
committer | 2013-05-27 07:49:42 +0000 | |
commit | 1fd342a020abd7a5049d15f2f72ca40eb674b7f9 (patch) | |
tree | 600ac2d9673240b3815c44ec5ab830b9202370c5 /dev-python/pymongo | |
parent | Version bump to latest. (diff) | |
download | gentoo-2-1fd342a020abd7a5049d15f2f72ca40eb674b7f9.tar.gz gentoo-2-1fd342a020abd7a5049d15f2f72ca40eb674b7f9.tar.bz2 gentoo-2-1fd342a020abd7a5049d15f2f72ca40eb674b7f9.zip |
Adjustment to test pahse from maintainer jbergstroem, fixes Bug #463310 by Patrick
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/pymongo')
-rw-r--r-- | dev-python/pymongo/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pymongo/pymongo-2.5.1.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-python/pymongo/ChangeLog b/dev-python/pymongo/ChangeLog index 7c07f58fe98e..163c0c70f5d3 100644 --- a/dev-python/pymongo/ChangeLog +++ b/dev-python/pymongo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pymongo # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pymongo/ChangeLog,v 1.24 2013/05/26 18:42:26 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pymongo/ChangeLog,v 1.25 2013/05/27 07:49:42 idella4 Exp $ + + 27 May 2013; Ian Delaney <idella4@gentoo.org> pymongo-2.5.1.ebuild, + pymongo-2.5.ebuild: + Adjustment to test pahse from maintainer jbergstroem, fixes Bug #463310 by + Patrick 26 May 2013; Ian Delaney <idella4@gentoo.org> pymongo-2.5.1.ebuild, pymongo-2.5.ebuild: diff --git a/dev-python/pymongo/pymongo-2.5.1.ebuild b/dev-python/pymongo/pymongo-2.5.1.ebuild index d1145e9bd51c..59772b075451 100644 --- a/dev-python/pymongo/pymongo-2.5.1.ebuild +++ b/dev-python/pymongo/pymongo-2.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pymongo/pymongo-2.5.1.ebuild,v 1.4 2013/05/26 18:42:26 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pymongo/pymongo-2.5.1.ebuild,v 1.5 2013/05/27 07:49:42 idella4 Exp $ EAPI=5 @@ -105,12 +105,11 @@ python_test() { pushd "${BUILD_DIR}"/../ > /dev/null if [[ "${EPYTHON}" == python3* ]]; then 2to3 --no-diffs -w test - esetup.py test || failed=1 elif [[ "${EPYTHON}" == 'python2.7' || "${EPYTHON}" == 'python2.6' ]]; then sed -e 's:test_socket_reclamation:_&:' \ -i test/test_pooling_base.py || die fi - esetup.py test || failed=1 + DB_PORT2=$(( DB_PORT + 1 )) DB_PORT3=$(( DB_PORT + 2 )) esetup.py test || failed=1 mongod --dbpath "${dbpath}" --shutdown |