From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8ACC61381F3 for ; Fri, 14 Jun 2013 11:21:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9BF7E099F; Fri, 14 Jun 2013 11:21:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA7B1E0919 for ; Fri, 14 Jun 2013 11:21:34 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D9CF633E14B for ; Fri, 14 Jun 2013 11:21:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D2D98E5465 for ; Fri, 14 Jun 2013 11:21:31 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1371206375.f1fa8e532e3670a1c9179b6c61719a900cefb780.jlec@gentoo> Subject: [gentoo-commits] proj/sci:fixing commit in: dev-python/numpydoc/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/numpydoc/ChangeLog dev-python/numpydoc/metadata.xml dev-python/numpydoc/numpydoc-0.4.ebuild X-VCS-Directories: dev-python/numpydoc/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: f1fa8e532e3670a1c9179b6c61719a900cefb780 X-VCS-Branch: fixing Date: Fri, 14 Jun 2013 11:21:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a8744df8-c9a4-42ec-a74c-aaef34f6e5ad X-Archives-Hash: cff9d0e46c5e2bca7a4481daf14329e7 Message-ID: <20130614112131.hQsK5G105fR3A8R6JW1LQRs8e0bJ5PToEOyVYF1sfNw@z> commit: f1fa8e532e3670a1c9179b6c61719a900cefb780 Author: Justin Lecher gentoo org> AuthorDate: Fri Jun 14 10:39:35 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Jun 14 10:39:35 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f1fa8e53 dev-python/numpydoc: Bump to EAPI=5 and distutils-r1.eclass Package-Manager: portage-2.2.0_alpha179 --- dev-python/numpydoc/ChangeLog | 6 +++++- dev-python/numpydoc/metadata.xml | 4 ++-- dev-python/numpydoc/numpydoc-0.4.ebuild | 22 +++++++++------------- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/dev-python/numpydoc/ChangeLog b/dev-python/numpydoc/ChangeLog index 0f35d94..ce4b898 100644 --- a/dev-python/numpydoc/ChangeLog +++ b/dev-python/numpydoc/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for dev-python/numpydoc -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 14 Jun 2013; Justin Lecher numpydoc-0.4.ebuild, + metadata.xml: + Bump to EAPI=5 and distutils-r1.eclass + 25 Jun 2011; Justin Lecher numpydoc-0.4.ebuild, metadata.xml: 'http://pypi.python.org/packages/source' found in thirdpartymirrors diff --git a/dev-python/numpydoc/metadata.xml b/dev-python/numpydoc/metadata.xml index a0e6d4f..f4725d3 100644 --- a/dev-python/numpydoc/metadata.xml +++ b/dev-python/numpydoc/metadata.xml @@ -1,8 +1,8 @@ - sci - + sci + Sphinx extension to support docstrings in Numpy format. diff --git a/dev-python/numpydoc/numpydoc-0.4.ebuild b/dev-python/numpydoc/numpydoc-0.4.ebuild index 4e472c9..33becb5 100644 --- a/dev-python/numpydoc/numpydoc-0.4.ebuild +++ b/dev-python/numpydoc/numpydoc-0.4.ebuild @@ -1,13 +1,12 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=2 -PYTHON_DEPEND="2:2.5" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +EAPI=5 -inherit distutils +PYTHON_COMPAT=( python{2_6,2_7} ) + +inherit distutils-r1 DESCRIPTION="Sphinx extension to support docstrings in Numpy format" HOMEPAGE=" @@ -20,12 +19,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" -DEPEND="test? ( >=dev-python/sphinx-0.5 )" -RDEPEND=">=dev-python/sphinx-0.5" +DEPEND="test? ( >=dev-python/sphinx-0.5[${PYTHON_USEDEP}] )" +RDEPEND=">=dev-python/sphinx-0.5[${PYTHON_USEDEP}]" -src_test() { - testing() { - PYTHONPATH="build-${PYTHON_ABI}/abi" "$(PYTHON)" tests/test_docscrape.py - } - python_execute_function testing +python_test() { + ${PYTHON} tests/test_docscrape.py || die }