diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-02-01 12:37:53 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-02-01 12:37:53 +0000 |
| commit | 0b5df56672c04ca0fda55a5c4e1f5d567ceba66b (patch) | |
| tree | 14ce5b066120f5fc347c771d1056c75d85cd0d0a /dev-python/cftime | |
| parent | 4481f2c093dc2c79403868c791edace7723dd1df (diff) | |
| download | baldeagleos-repo-0b5df56672c04ca0fda55a5c4e1f5d567ceba66b.tar.gz baldeagleos-repo-0b5df56672c04ca0fda55a5c4e1f5d567ceba66b.tar.xz baldeagleos-repo-0b5df56672c04ca0fda55a5c4e1f5d567ceba66b.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python/cftime')
| -rw-r--r-- | dev-python/cftime/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/cftime/cftime-1.4.0.ebuild | 28 | ||||
| -rw-r--r-- | dev-python/cftime/metadata.xml | 4 |
3 files changed, 33 insertions, 0 deletions
diff --git a/dev-python/cftime/Manifest b/dev-python/cftime/Manifest index 2a651f051b41..5e9b696ad9f8 100644 --- a/dev-python/cftime/Manifest +++ b/dev-python/cftime/Manifest @@ -1 +1,2 @@ DIST cftime-1.3.0.tar.gz 55668 BLAKE2B c233a3d45305476f422ca93f89348b7b3c018b10c0fa42d6649001b7bcdb4d26d230322108def41818449ec78dc531261b52d09252306fb5889ac4011af33828 SHA512 07f79e902142e8a314c9d09af08ea752454e490c3027ee44853f78c725305bf11cad90bd331edd204defded11e7f29173df9bef70ab805a28b745cc0afdd4685 +DIST cftime-1.4.0.tar.gz 46098 BLAKE2B b1ca1eaec2b0b5015d6d8d512ae831bfb36c59061c094f5eaf5931f85ecabdb1b562d1ab56cb1b0b0fcea36fce15d073411fd9afd955ec864a4ca9a71f0a6a82 SHA512 72862d35cbe32eefb1149b345e63fabf1a58bdb145138ea82fb21aa8b4862abae53a2c7719b8cf56670acdcfa9c7bb090cb35f8c2ea711e23bfb031f72ccdc2f diff --git a/dev-python/cftime/cftime-1.4.0.ebuild b/dev-python/cftime/cftime-1.4.0.ebuild new file mode 100644 index 000000000000..5240371abd71 --- /dev/null +++ b/dev-python/cftime/cftime-1.4.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 2020-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) +inherit distutils-r1 + +DESCRIPTION="Time-handling functionality from netcdf4-python" +HOMEPAGE="https://pypi.org/project/cftime" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="dev-python/numpy[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" +BDEPEND="dev-python/cython[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest + +python_prepare_all() { + # remove pytest-cov dep + sed -i -e "/--cov/d" setup.cfg || die + + distutils-r1_python_prepare_all +} diff --git a/dev-python/cftime/metadata.xml b/dev-python/cftime/metadata.xml index ebd158eede3e..14f768a3352f 100644 --- a/dev-python/cftime/metadata.xml +++ b/dev-python/cftime/metadata.xml @@ -5,6 +5,10 @@ <email>sci@gentoo.org</email> <name>Gentoo Science Project</name> </maintainer> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> <upstream> <remote-id type="pypi">cftime</remote-id> <remote-id type="github">Unidata/cftime</remote-id> |
