summaryrefslogtreecommitdiff
path: root/dev-python/netcdf4
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/netcdf4')
-rw-r--r--dev-python/netcdf4/metadata.xml33
-rw-r--r--dev-python/netcdf4/netcdf4-1.7.4.ebuild2
2 files changed, 16 insertions, 19 deletions
diff --git a/dev-python/netcdf4/metadata.xml b/dev-python/netcdf4/metadata.xml
index 0c5cd3f8533e..f6f7879534ae 100644
--- a/dev-python/netcdf4/metadata.xml
+++ b/dev-python/netcdf4/metadata.xml
@@ -1,28 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<!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>
+ <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>
- <upstream>
- <remote-id type="github">unidata/netcdf4-python</remote-id>
- <remote-id type="pypi">netCDF4</remote-id>
- </upstream>
- <use>
- <flag name="blosc">
+ <use>
+ <flag name="blosc">
Allow using blosc compression via <pkg>dev-libs/c-blosc</pkg>
- </flag>
- </use>
+ </flag>
+ </use>
+ <origin>baldeagleos-repo</origin>
</pkgmetadata>
diff --git a/dev-python/netcdf4/netcdf4-1.7.4.ebuild b/dev-python/netcdf4/netcdf4-1.7.4.ebuild
index d7cd8b8e02ea..355e9da86836 100644
--- a/dev-python/netcdf4/netcdf4-1.7.4.ebuild
+++ b/dev-python/netcdf4/netcdf4-1.7.4.ebuild
@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYPI_PN=netCDF4
-PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_COMPAT=( python3_{13..14} )
inherit distutils-r1 optfeature pypi