From: "Justin Lecher" <jlec@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/sci:master commit in: dev-python/numpydoc/ Date: Fri, 14 Jun 2013 11:21:36 +0000 (UTC) [thread overview] Message-ID: <1371206375.f1fa8e532e3670a1c9179b6c61719a900cefb780.jlec@gentoo> (raw) commit: f1fa8e532e3670a1c9179b6c61719a900cefb780 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Fri Jun 14 10:39:35 2013 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec@gentoo.org> numpydoc-0.4.ebuild, + metadata.xml: + Bump to EAPI=5 and distutils-r1.eclass + 25 Jun 2011; Justin Lecher <jlec@gentoo.org> 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 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>sci</herd> - <longdescription lang="en"> + <herd>sci</herd> + <longdescription lang="en"> Sphinx extension to support docstrings in Numpy format. </longdescription> </pkgmetadata> 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 }
WARNING: multiple messages have this Message-ID (diff)
From: "Justin Lecher" <jlec@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/sci:fixing commit in: dev-python/numpydoc/ Date: Fri, 14 Jun 2013 11:21:31 +0000 (UTC) [thread overview] Message-ID: <1371206375.f1fa8e532e3670a1c9179b6c61719a900cefb780.jlec@gentoo> (raw) Message-ID: <20130614112131.hQsK5G105fR3A8R6JW1LQRs8e0bJ5PToEOyVYF1sfNw@z> (raw) commit: f1fa8e532e3670a1c9179b6c61719a900cefb780 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Fri Jun 14 10:39:35 2013 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec@gentoo.org> numpydoc-0.4.ebuild, + metadata.xml: + Bump to EAPI=5 and distutils-r1.eclass + 25 Jun 2011; Justin Lecher <jlec@gentoo.org> 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 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>sci</herd> - <longdescription lang="en"> + <herd>sci</herd> + <longdescription lang="en"> Sphinx extension to support docstrings in Numpy format. </longdescription> </pkgmetadata> 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 }
next reply other threads:[~2013-06-14 11:22 UTC|newest] Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top 2013-06-14 11:21 Justin Lecher [this message] 2013-06-14 11:21 ` [gentoo-commits] proj/sci:fixing commit in: dev-python/numpydoc/ Justin Lecher -- strict thread matches above, loose matches on Subject: below -- 2013-12-09 15:06 [gentoo-commits] proj/sci:master " Justin Lecher 2013-07-23 17:29 Sebastien Fabbro 2011-06-25 17:22 Justin Lecher
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1371206375.f1fa8e532e3670a1c9179b6c61719a900cefb780.jlec@gentoo \ --to=jlec@gentoo.org \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox