From: "Justin Lecher" <jlec@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/sci:master commit in: dev-python/pyhdf/ Date: Fri, 14 Jun 2013 11:21:37 +0000 (UTC) [thread overview] Message-ID: <1371207554.e2b1ac93df414421bee3ab08d13cf8118da3e4fd.jlec@gentoo> (raw) commit: e2b1ac93df414421bee3ab08d13cf8118da3e4fd Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Fri Jun 14 10:59:14 2013 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Fri Jun 14 10:59:14 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e2b1ac93 dev-python/pyhdf: Bump to EAPI=5 and distutils-r1.eclass Package-Manager: portage-2.2.0_alpha179 --- dev-python/pyhdf/ChangeLog | 8 ++++++++ dev-python/pyhdf/metadata.xml | 16 ++++++++-------- dev-python/pyhdf/pyhdf-0.8.3.ebuild | 29 +++++++++++++---------------- 3 files changed, 29 insertions(+), 24 deletions(-) diff --git a/dev-python/pyhdf/ChangeLog b/dev-python/pyhdf/ChangeLog new file mode 100644 index 0000000..9a3683c --- /dev/null +++ b/dev-python/pyhdf/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for dev-python/pyhdf +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 14 Jun 2013; Justin Lecher <jlec@gentoo.org> pyhdf-0.8.3.ebuild, + metadata.xml: + Bump to EAPI=5 and distutils-r1.eclass + diff --git a/dev-python/pyhdf/metadata.xml b/dev-python/pyhdf/metadata.xml index 274be42..194e251 100644 --- a/dev-python/pyhdf/metadata.xml +++ b/dev-python/pyhdf/metadata.xml @@ -1,12 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>sci</herd> - <maintainer> - <email>gorkypl@gmail.com</email> - <name>Paweł Rumian</name> - </maintainer> - <use> - <flag name="szip">Allow to use <pkg>sci-libs/szip</pkg> for SZIP compression method in SDsetcompress()</flag> - </use> + <herd>sci</herd> + <maintainer> + <email>gorkypl@gmail.com</email> + <name>Paweł Rumian</name> + </maintainer> + <use> + <flag name="szip">Allow to use <pkg>sci-libs/szip</pkg> for SZIP compression method in SDsetcompress()</flag> + </use> </pkgmetadata> diff --git a/dev-python/pyhdf/pyhdf-0.8.3.ebuild b/dev-python/pyhdf/pyhdf-0.8.3.ebuild index aecbd37..90e1cea 100644 --- a/dev-python/pyhdf/pyhdf-0.8.3.ebuild +++ b/dev-python/pyhdf/pyhdf-0.8.3.ebuild @@ -1,16 +1,14 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython" +PYTHON_COMPAT=( python{2_6,2_7} ) -inherit distutils +inherit distutils-r1 -DESCRIPTION="Python interface to NCSA HDF4 library." +DESCRIPTION="Python interface to NCSA HDF4 library" HOMEPAGE="http://pysclint.sourceforge.net/pycdf/ http://pypi.python.org/pypi/pyhdf" SRC_URI="mirror://sourceforge/pysclint/${PN}/${PV}/${P}.tar.gz" @@ -19,20 +17,19 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="examples szip" -RDEPEND="dev-python/numpy +RDEPEND=" + dev-python/numpy[${PYTHON_USEDEP}] sci-libs/hdf[szip=]" -DEPEND="dev-python/setuptools - ${RDEPEND}" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" -PYTHON_CFLAGS=("2.* + -fno-strict-aliasing") - -src_compile () { +python_compile() { use szip || export NOSZIP=1 - distutils_src_compile + distutils-r1_python_compile } -src_install() { - distutils_src_install +python_install_all() { + distutils-r1_python_install_all dohtml doc/*.html dodoc CHANGES doc/*.txt
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/pyhdf/ Date: Fri, 14 Jun 2013 11:21:32 +0000 (UTC) [thread overview] Message-ID: <1371207554.e2b1ac93df414421bee3ab08d13cf8118da3e4fd.jlec@gentoo> (raw) Message-ID: <20130614112132.3TBsPdPZW5qlHdI9WEezB0RBiyCDeuwiAN12UmPJNuo@z> (raw) commit: e2b1ac93df414421bee3ab08d13cf8118da3e4fd Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Fri Jun 14 10:59:14 2013 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Fri Jun 14 10:59:14 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e2b1ac93 dev-python/pyhdf: Bump to EAPI=5 and distutils-r1.eclass Package-Manager: portage-2.2.0_alpha179 --- dev-python/pyhdf/ChangeLog | 8 ++++++++ dev-python/pyhdf/metadata.xml | 16 ++++++++-------- dev-python/pyhdf/pyhdf-0.8.3.ebuild | 29 +++++++++++++---------------- 3 files changed, 29 insertions(+), 24 deletions(-) diff --git a/dev-python/pyhdf/ChangeLog b/dev-python/pyhdf/ChangeLog new file mode 100644 index 0000000..9a3683c --- /dev/null +++ b/dev-python/pyhdf/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for dev-python/pyhdf +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 14 Jun 2013; Justin Lecher <jlec@gentoo.org> pyhdf-0.8.3.ebuild, + metadata.xml: + Bump to EAPI=5 and distutils-r1.eclass + diff --git a/dev-python/pyhdf/metadata.xml b/dev-python/pyhdf/metadata.xml index 274be42..194e251 100644 --- a/dev-python/pyhdf/metadata.xml +++ b/dev-python/pyhdf/metadata.xml @@ -1,12 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>sci</herd> - <maintainer> - <email>gorkypl@gmail.com</email> - <name>Paweł Rumian</name> - </maintainer> - <use> - <flag name="szip">Allow to use <pkg>sci-libs/szip</pkg> for SZIP compression method in SDsetcompress()</flag> - </use> + <herd>sci</herd> + <maintainer> + <email>gorkypl@gmail.com</email> + <name>Paweł Rumian</name> + </maintainer> + <use> + <flag name="szip">Allow to use <pkg>sci-libs/szip</pkg> for SZIP compression method in SDsetcompress()</flag> + </use> </pkgmetadata> diff --git a/dev-python/pyhdf/pyhdf-0.8.3.ebuild b/dev-python/pyhdf/pyhdf-0.8.3.ebuild index aecbd37..90e1cea 100644 --- a/dev-python/pyhdf/pyhdf-0.8.3.ebuild +++ b/dev-python/pyhdf/pyhdf-0.8.3.ebuild @@ -1,16 +1,14 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython" +PYTHON_COMPAT=( python{2_6,2_7} ) -inherit distutils +inherit distutils-r1 -DESCRIPTION="Python interface to NCSA HDF4 library." +DESCRIPTION="Python interface to NCSA HDF4 library" HOMEPAGE="http://pysclint.sourceforge.net/pycdf/ http://pypi.python.org/pypi/pyhdf" SRC_URI="mirror://sourceforge/pysclint/${PN}/${PV}/${P}.tar.gz" @@ -19,20 +17,19 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="examples szip" -RDEPEND="dev-python/numpy +RDEPEND=" + dev-python/numpy[${PYTHON_USEDEP}] sci-libs/hdf[szip=]" -DEPEND="dev-python/setuptools - ${RDEPEND}" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" -PYTHON_CFLAGS=("2.* + -fno-strict-aliasing") - -src_compile () { +python_compile() { use szip || export NOSZIP=1 - distutils_src_compile + distutils-r1_python_compile } -src_install() { - distutils_src_install +python_install_all() { + distutils-r1_python_install_all dohtml doc/*.html dodoc CHANGES doc/*.txt
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/pyhdf/ Justin Lecher -- strict thread matches above, loose matches on Subject: below -- 2020-09-22 17:32 [gentoo-commits] proj/sci:master " Aisha Tammy 2012-06-28 12:18 Kacper Kowalik 2012-06-28 12:12 Kacper Kowalik
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=1371207554.e2b1ac93df414421bee3ab08d13cf8118da3e4fd.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