* [gentoo-commits] gentoo-x86 commit in dev-python/pymongo: pymongo-2.1.1.ebuild ChangeLog
@ 2012-01-30 13:22 99% Alexys Jacob (ultrabug)
0 siblings, 0 replies; 1+ results
From: Alexys Jacob (ultrabug) @ 2012-01-30 13:22 UTC (permalink / raw
To: gentoo-commits
ultrabug 12/01/30 13:22:01
Modified: ChangeLog
Added: pymongo-2.1.1.ebuild
Log:
version bump, fix #401247
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Revision Changes Path
1.9 dev-python/pymongo/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymongo/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymongo/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymongo/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pymongo/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 13 Dec 2011 17:47:42 -0000 1.8
+++ ChangeLog 30 Jan 2012 13:22:01 -0000 1.9
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/pymongo
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pymongo/ChangeLog,v 1.8 2011/12/13 17:47:42 ultrabug Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pymongo/ChangeLog,v 1.9 2012/01/30 13:22:01 ultrabug Exp $
+
+*pymongo-2.1.1 (30 Jan 2012)
+
+ 30 Jan 2012; <alexys@gentoo.org> +pymongo-2.1.1.ebuild:
+ Version bump wrt #401247
*pymongo-2.1 (13 Dec 2011)
1.1 dev-python/pymongo/pymongo-2.1.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymongo/pymongo-2.1.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymongo/pymongo-2.1.1.ebuild?rev=1.1&content-type=text/plain
Index: pymongo-2.1.1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pymongo/pymongo-2.1.1.ebuild,v 1.1 2012/01/30 13:22:01 ultrabug Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
PYTHON_TESTS_FAILURES_TOLERANT_ABIS="*-jython"
DISTUTILS_SRC_TEST="nosetests"
inherit distutils
DESCRIPTION="Python driver for MongoDB"
HOMEPAGE="http://github.com/mongodb/mongo-python-driver http://pypi.python.org/pypi/pymongo"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc mod_wsgi"
RDEPEND="dev-db/mongodb"
DEPEND="${RDEPEND}
dev-python/setuptools
doc? ( dev-python/sphinx )"
PYTHON_MODNAME="bson gridfs pymongo"
src_compile() {
distutils_src_compile
if use doc; then
einfo "Generation of documentation"
mkdir html
sphinx-build doc html || die "Generation of documentation failed"
fi
}
distutils_src_test_pre_hook() {
mkdir -p "${T}/tests-${PYTHON_ABI}/mongo.db"
mongod --dbpath "${T}/tests-${PYTHON_ABI}/mongo.db" --fork --logpath "${T}/tests-${PYTHON_ABI}/mongo.log"
}
src_test() {
distutils_src_test
killall -u "$(id -nu)" mongod
}
src_install() {
# Maintainer note:
# In order to work with mod_wsgi, we need to disable the C extension.
# See [1] for more information.
# [1] http://api.mongodb.org/python/current/faq.html#does-pymongo-work-with-mod-wsgi
distutils_src_install $(use mod_wsgi && echo --no_ext)
if use doc; then
dohtml -r html/* || die "Error installing docs"
fi
}
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2012-01-30 13:22 99% [gentoo-commits] gentoo-x86 commit in dev-python/pymongo: pymongo-2.1.1.ebuild ChangeLog Alexys Jacob (ultrabug)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox