summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-07 15:38:26 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-07 15:38:26 +0000
commit32a0c98d7e9a2d091a4164d7072ea254338829b9 (patch)
tree3dacec8e61911ae7132bdbe7fe5b373dd66d34ef /dev-python
parentTransfer ownership to the new chromium herd. (diff)
downloadhistorical-32a0c98d7e9a2d091a4164d7072ea254338829b9.tar.gz
historical-32a0c98d7e9a2d091a4164d7072ea254338829b9.tar.bz2
historical-32a0c98d7e9a2d091a4164d7072ea254338829b9.zip
Version bump. Fixed support for Python 2.7 (bug #326403).
Package-Manager: portage-HEAD/cvs/Linux x86_64
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/nose/ChangeLog8
-rw-r--r--dev-python/nose/Manifest4
-rw-r--r--dev-python/nose/nose-0.11.4.ebuild61
3 files changed, 71 insertions, 2 deletions
diff --git a/dev-python/nose/ChangeLog b/dev-python/nose/ChangeLog
index b0e7d4dfc2be..e7a5a6ceb97c 100644
--- a/dev-python/nose/ChangeLog
+++ b/dev-python/nose/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/nose
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/ChangeLog,v 1.53 2010/05/23 21:14:01 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/ChangeLog,v 1.54 2010/07/07 15:38:26 arfrever Exp $
+
+*nose-0.11.4 (07 Jul 2010)
+
+ 07 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ +nose-0.11.4.ebuild:
+ Version bump. Fixed support for Python 2.7 (bug #326403).
23 May 2010; Pacho Ramos <pacho@gentoo.org> nose-0.11.3.ebuild:
stable amd64, bug 315155
diff --git a/dev-python/nose/Manifest b/dev-python/nose/Manifest
index 83f3b3f761ac..dd8e8c779ac2 100644
--- a/dev-python/nose/Manifest
+++ b/dev-python/nose/Manifest
@@ -1,6 +1,8 @@
AUX nose-0.10.0-tests-nonetwork.patch 1127 RMD160 17d928c8f05676d653ed2ab9022d5c63e7929b8c SHA1 f79a86c8b1d42f8d6dd079e22caee4621315c44c SHA256 1eccfdde4ef59292e1bb517a28556c35ea4b899ab29b92cff4ea968219db3168
AUX nose-0.11.0-disable_intersphinx.patch 757 RMD160 39dbaa638161f1638bef09c260a8a5d2d4d9d072 SHA1 a1c70879aa82f628c25123f8479f38d39e7f68df SHA256 28d8092b512a2df6c857eed7ecf88b70cd072326b5a705698922669a83304f50
DIST nose-0.11.3.tar.gz 256723 RMD160 9f5e93d9bcfa2f294f97f6a5c31e462eb13e43e2 SHA1 37c03a5b9738575e25ef99a5ca3b021f66c53421 SHA256 d70b08536142d267649af790e396aed259686ac43694e3b9b608e5aec03e986e
+DIST nose-0.11.4.tar.gz 256940 RMD160 f77b91f003fcf8a582d666122c3d43ad43e6acc3 SHA1 c05c4fc349d1878e2170132d90d268e606f4031c SHA256 66813ac7a939ef09ed53b5721fde25177f88f506cc10d2d4a4e188101fe966fc
EBUILD nose-0.11.3.ebuild 1690 RMD160 a137d6a991466d1640e665f3a2ed689fdaedbbc5 SHA1 4b9c44cc5897942a6a3ec83c6babfbab34ecfda5 SHA256 c83a9e42fbabbce52d90a662e34b99a3a76eee52299030414ab4119a296461ef
-MISC ChangeLog 7110 RMD160 9bfe5e3bad90b87b736aa928c1058e6adcb0cd53 SHA1 13e39a3a16b68b5961a34f0c9ece258489e30696 SHA256 6b3854eee2b11daa33d4c52940b91a1e29e653ffb58a336ec51c107d70d1394f
+EBUILD nose-0.11.4.ebuild 1742 RMD160 57c38000a57a8db59ee07792d037ba4af0df87f3 SHA1 d5c4454349b6a9ea687c4c0625067590a1f05be9 SHA256 2aabcbb49e542dec6fe0a810d57fefd12cd7a572a6f11c80359b294e6616135f
+MISC ChangeLog 7298 RMD160 303ce0379968764c5b299119dee2ba67eba4a405 SHA1 351af384f0b076d079673644fb491b28aaa49657 SHA256 6dba213d70bc0f363fb7a827b00cf532a1a27b5541537cf55e1a4d4cf3477f43
MISC metadata.xml 159 RMD160 900a8c55d7a7d2f6312594769aaf941bf9e99c7f SHA1 c8e604d56dae898258b5254d78cfeac0b981e288 SHA256 9f01104d3484792496faff4805eed0ecea2352a897151f3397d49a13800037b4
diff --git a/dev-python/nose/nose-0.11.4.ebuild b/dev-python/nose/nose-0.11.4.ebuild
new file mode 100644
index 000000000000..bffc03ee15df
--- /dev/null
+++ b/dev-python/nose/nose-0.11.4.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-0.11.4.ebuild,v 1.1 2010/07/07 15:38:26 arfrever Exp $
+
+EAPI="3"
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+DISTUTILS_SRC_TEST="setup.py"
+
+inherit distutils eutils
+
+DESCRIPTION="A unittest extension offering automatic test suite discovery and easy test authoring"
+HOMEPAGE="http://somethingaboutorange.com/mrl/projects/nose/ http://code.google.com/p/python-nose/ http://pypi.python.org/pypi/nose https://bitbucket.org/jpellerin/nose/"
+SRC_URI="http://somethingaboutorange.com/mrl/projects/nose/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="doc examples test"
+
+RDEPEND="dev-python/setuptools"
+DEPEND="${RDEPEND}
+ doc? ( >=dev-python/sphinx-0.6 )
+ test? ( dev-python/twisted )"
+RESTRICT_PYTHON_ABIS="3.*"
+
+DOCS="AUTHORS"
+
+src_prepare() {
+ distutils_src_prepare
+
+ # Disable tests and doc features that access the network
+ epatch "${FILESDIR}/${PN}-0.10.0-tests-nonetwork.patch"
+ epatch "${FILESDIR}/${PN}-0.11.0-disable_intersphinx.patch"
+}
+
+src_compile() {
+ distutils_src_compile
+
+ if use doc; then
+ einfo "Generation of documentation"
+ cd doc
+ mkdir -p .build/html .build/doctrees
+ sphinx-build . html || die "Generation of documentation failed"
+ fi
+}
+
+src_install() {
+ distutils_src_install --install-data "${EPREFIX}/usr/share"
+
+ python_generate_wrapper_scripts -E -f -q "${ED}usr/bin/nosetests"
+
+ if use doc; then
+ dohtml -r -A txt doc/html/*
+ fi
+
+ if use examples; then
+ insinto /usr/share/doc/${PF}
+ doins -r examples
+ fi
+}