summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-04 18:09:13 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-04 18:11:11 +0200
commit89d7f16e014e700a8cd6d6730551142d4a00dd7a (patch)
tree6afd933e9639faf00fe0fe0635e2440bd3a514c7 /dev-python/cftime
parentdev-python/cbor2: Set DISTUTILS_EXT=1 (diff)
downloadgentoo-89d7f16e014e700a8cd6d6730551142d4a00dd7a.tar.gz
gentoo-89d7f16e014e700a8cd6d6730551142d4a00dd7a.tar.bz2
gentoo-89d7f16e014e700a8cd6d6730551142d4a00dd7a.zip
dev-python/cftime: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cftime')
-rw-r--r--dev-python/cftime/cftime-1.6.2.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/cftime/cftime-1.6.2.ebuild b/dev-python/cftime/cftime-1.6.2.ebuild
index 2b4b068bba82..46555dcf6f17 100644
--- a/dev-python/cftime/cftime-1.6.2.ebuild
+++ b/dev-python/cftime/cftime-1.6.2.ebuild
@@ -3,8 +3,10 @@
EAPI=8
+DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
+
inherit distutils-r1 pypi
DESCRIPTION="Time-handling functionality from netcdf4-python"