diff options
| author | Michał Górny <mgorny@gentoo.org> | 2024-11-10 04:16:17 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2024-11-10 04:16:17 +0100 |
| commit | 3e3b562d3ad9596a4382f1c0e7ca01f0fe0a8487 (patch) | |
| tree | 033378d43051ef2f6f55a4455a9a7bfb6c3478df /dev-python/cftime/cftime-1.6.4.ebuild | |
| parent | c9bd62ff0450918ce9f49f8b8ee2e2a5b2a331dd (diff) | |
| download | gentoo-3e3b562d3ad9596a4382f1c0e7ca01f0fe0a8487.tar.gz gentoo-3e3b562d3ad9596a4382f1c0e7ca01f0fe0a8487.tar.bz2 gentoo-3e3b562d3ad9596a4382f1c0e7ca01f0fe0a8487.zip | |
dev-python/cftime: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cftime/cftime-1.6.4.ebuild')
| -rw-r--r-- | dev-python/cftime/cftime-1.6.4.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/dev-python/cftime/cftime-1.6.4.ebuild b/dev-python/cftime/cftime-1.6.4.ebuild deleted file mode 100644 index 151849af677f..000000000000 --- a/dev-python/cftime/cftime-1.6.4.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 2020-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Time-handling functionality from netcdf4-python" -HOMEPAGE=" - https://github.com/Unidata/cftime/ - https://pypi.org/project/cftime/ -" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 arm64 ~loong ~riscv ~s390 x86" - -DEPEND=" - >=dev-python/numpy-1.26.0[${PYTHON_USEDEP}] -" -RDEPEND=" - ${DEPEND} -" -BDEPEND=" - >=dev-python/cython-0.29.20[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -python_prepare_all() { - # remove pytest-cov dep - sed -e "/--cov/d" -i setup.cfg || die - - distutils-r1_python_prepare_all -} |
