Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 316519 Details for
Bug 423953
[science overlay] dev-python/pyhdf-0.8.3 ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
pyhdf ebuild
pyhdf-0.8.3.ebuild (text/plain), 892 bytes, created by
Paweł Rumian
on 2012-06-28 09:31:12 UTC
(
hide
)
Description:
pyhdf ebuild
Filename:
MIME Type:
Creator:
Paweł Rumian
Created:
2012-06-28 09:31:12 UTC
Size:
892 bytes
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI="3" >PYTHON_DEPEND="2" >SUPPORT_PYTHON_ABIS="1" >RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython" > >inherit distutils > >DESCRIPTION="Python interface to scientific netCDF library." >HOMEPAGE="http://pysclint.sourceforge.net/pycdf/" >SRC_URI="mirror://sourceforge/pysclint/${PN}/${PV}/${PN}-${PV}.tar.gz" > >LICENSE="PSF-2" >SLOT="0" >KEYWORDS="~amd64 ~ia64 ~x86" >IUSE="examples" > >DEPEND="dev-python/numpy > sci-libs/szip" >RDEPEND="${DEPEND}" > >S="${WORKDIR}/${PN}-${PV}" > >src_install() { > distutils_src_install > > dohtml doc/pyhdf.html doc/pyhdf.HDF.html doc/pyhdf.SD.html doc/pyhdf.V.html doc/pyhdf.VS.html > dodoc CHANGES doc/pyhdf.HDF.txt doc/pyhdf.SD.txt doc/pyhdf.V.txt doc/pyhdf.VS.txt > > if use examples; then > insinto /usr/share/doc/${PF} > doins -r examples || die "doins failed" > fi >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 423953
:
316519
|
316531