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 96CAF138200 for ; Fri, 14 Jun 2013 11:22:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93C4EE09F7; Fri, 14 Jun 2013 11:21:40 +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 76BBFE09F6 for ; Fri, 14 Jun 2013 11:21:39 +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 5F8E133E4D1 for ; Fri, 14 Jun 2013 11:21:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0F246E5467 for ; Fri, 14 Jun 2013 11:21:37 +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: <1371207554.e2b1ac93df414421bee3ab08d13cf8118da3e4fd.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/pyhdf/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/pyhdf/ChangeLog dev-python/pyhdf/metadata.xml dev-python/pyhdf/pyhdf-0.8.3.ebuild X-VCS-Directories: dev-python/pyhdf/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: e2b1ac93df414421bee3ab08d13cf8118da3e4fd X-VCS-Branch: master Date: Fri, 14 Jun 2013 11:21:37 +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: 94683a5b-0744-4ffe-a2ba-e836ba3db796 X-Archives-Hash: 6717702b86ee5d48ce6a8a06328eb9fe commit: e2b1ac93df414421bee3ab08d13cf8118da3e4fd Author: Justin Lecher gentoo org> AuthorDate: Fri Jun 14 10:59:14 2013 +0000 Commit: Justin Lecher gentoo 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 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 @@ - sci - - gorkypl@gmail.com - Paweł Rumian - - - Allow to use sci-libs/szip for SZIP compression method in SDsetcompress() - + sci + + gorkypl@gmail.com + Paweł Rumian + + + Allow to use sci-libs/szip for SZIP compression method in SDsetcompress() + 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 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 5503D1381F3 for ; Fri, 14 Jun 2013 11:21:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39EDEE0964; Fri, 14 Jun 2013 11:21:36 +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 31C32E0949 for ; Fri, 14 Jun 2013 11:21:35 +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 17ECF33E4B2 for ; Fri, 14 Jun 2013 11:21:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 40E88E5467 for ; Fri, 14 Jun 2013 11:21:32 +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: <1371207554.e2b1ac93df414421bee3ab08d13cf8118da3e4fd.jlec@gentoo> Subject: [gentoo-commits] proj/sci:fixing commit in: dev-python/pyhdf/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/pyhdf/ChangeLog dev-python/pyhdf/metadata.xml dev-python/pyhdf/pyhdf-0.8.3.ebuild X-VCS-Directories: dev-python/pyhdf/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: e2b1ac93df414421bee3ab08d13cf8118da3e4fd X-VCS-Branch: fixing Date: Fri, 14 Jun 2013 11:21:32 +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: f35970d5-b5cf-4bf8-b2cc-52b550c97340 X-Archives-Hash: 0bf755a66de4915b0aa9d818c5c7e633 Message-ID: <20130614112132.3TBsPdPZW5qlHdI9WEezB0RBiyCDeuwiAN12UmPJNuo@z> commit: e2b1ac93df414421bee3ab08d13cf8118da3e4fd Author: Justin Lecher gentoo org> AuthorDate: Fri Jun 14 10:59:14 2013 +0000 Commit: Justin Lecher gentoo 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 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 @@ - sci - - gorkypl@gmail.com - Paweł Rumian - - - Allow to use sci-libs/szip for SZIP compression method in SDsetcompress() - + sci + + gorkypl@gmail.com + Paweł Rumian + + + Allow to use sci-libs/szip for SZIP compression method in SDsetcompress() + 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