public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kacper Kowalik" <xarthisius@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/pyhdf/
Date: Thu, 28 Jun 2012 12:12:07 +0000 (UTC)	[thread overview]
Message-ID: <1340885566.6cbe9f1a288e92707da37402999292a53cebc3aa.xarthisius@gentoo> (raw)

commit:     6cbe9f1a288e92707da37402999292a53cebc3aa
Author:     Kacper Kowalik (Xarthisius) <xarthisius <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 28 12:12:46 2012 +0000
Commit:     Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
CommitDate: Thu Jun 28 12:12:46 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6cbe9f1a

[dev-python/pyhdf] initial import wrt #423953. Ebuild written by Paweł Rumian <gorkypl <AT> gmail.com> with my modifications

---
 dev-python/pyhdf/metadata.xml       |   12 +++++++++
 dev-python/pyhdf/pyhdf-0.8.3.ebuild |   44 +++++++++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+), 0 deletions(-)

diff --git a/dev-python/pyhdf/metadata.xml b/dev-python/pyhdf/metadata.xml
new file mode 100644
index 0000000..274be42
--- /dev/null
+++ b/dev-python/pyhdf/metadata.xml
@@ -0,0 +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>
+</pkgmetadata>

diff --git a/dev-python/pyhdf/pyhdf-0.8.3.ebuild b/dev-python/pyhdf/pyhdf-0.8.3.ebuild
new file mode 100644
index 0000000..d8f80ef
--- /dev/null
+++ b/dev-python/pyhdf/pyhdf-0.8.3.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython"
+
+inherit distutils
+
+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"
+
+LICENSE="PSF-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples szip"
+
+RDEPEND="dev-python/numpy
+	sci-libs/hdf[szip=]"
+DEPEND="dev-python/setuptools
+	${RDEPEND}"
+
+PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")
+
+src_compile () {
+	use szip || export NOSZIP=1
+	distutils_src_compile
+}
+
+src_install() {
+	distutils_src_install
+
+	dohtml doc/*.html 
+	dodoc CHANGES doc/*.txt
+
+	if use examples; then
+		insinto /usr/share/doc/${PF}
+		doins -r examples
+	fi
+}



             reply	other threads:[~2012-06-28 12:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-28 12:12 Kacper Kowalik [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-06-28 12:18 [gentoo-commits] proj/sci:master commit in: dev-python/pyhdf/ Kacper Kowalik
2013-06-14 11:21 Justin Lecher
2020-09-22 17:32 Aisha Tammy

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=1340885566.6cbe9f1a288e92707da37402999292a53cebc3aa.xarthisius@gentoo \
    --to=xarthisius@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: link
Be 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