summaryrefslogtreecommitdiff
path: root/dev-python/netcdf4/metadata.xml
blob: f6f7879534ae3d5071852b30686b34e590ca4fe0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="project">
    <email>sci@gentoo.org</email>
    <name>Gentoo Science Project</name>
  </maintainer>
  <maintainer type="project">
    <email>python@gentoo.org</email>
    <name>Python</name>
  </maintainer>
  <longdescription>
		netcdf4-python is a Python interface to the netCDF C library.
		netCDF version 4 can read and write files in both the new netCDF 4
		and the old netCDF 3 format, and can create files that are readable
		by HDF5 clients. The API modelled after Scientific.IO.NetCDF, and 
		should be familiar to users of that module.
	</longdescription>
  <use>
    <flag name="blosc">
			Allow using blosc compression via <pkg>dev-libs/c-blosc</pkg>
    </flag>
  </use>
  <origin>baldeagleos-repo</origin>
</pkgmetadata>