diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-02-26 10:17:16 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-02-26 10:17:16 +0000 |
| commit | 7ffec9bf8aa6e58d3ab0d5043dd17097fa298769 (patch) | |
| tree | fbd0cfe88f0015f1d1a354c01e563372a2fd3007 /dev-python/xarray/xarray-0.17.0.ebuild | |
| parent | 632aeff90f842678edf7a8fd79c0abebb1a1a2ae (diff) | |
| download | baldeagleos-repo-7ffec9bf8aa6e58d3ab0d5043dd17097fa298769.tar.gz baldeagleos-repo-7ffec9bf8aa6e58d3ab0d5043dd17097fa298769.tar.xz baldeagleos-repo-7ffec9bf8aa6e58d3ab0d5043dd17097fa298769.zip | |
Adding metadata
Diffstat (limited to 'dev-python/xarray/xarray-0.17.0.ebuild')
| -rw-r--r-- | dev-python/xarray/xarray-0.17.0.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/dev-python/xarray/xarray-0.17.0.ebuild b/dev-python/xarray/xarray-0.17.0.ebuild new file mode 100644 index 000000000000..0016e159d4d3 --- /dev/null +++ b/dev-python/xarray/xarray-0.17.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# pkg_resources use in code +DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) + +inherit distutils-r1 + +DESCRIPTION="N-D labeled arrays and datasets in Python" +HOMEPAGE="https://xarray.pydata.org/" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" + +RDEPEND=" + >=dev-python/numpy-1.17[${PYTHON_USEDEP}] + >=dev-python/pandas-1.0[${PYTHON_USEDEP}]" +# note: most of test dependencies are optional +BDEPEND=" + test? ( + dev-python/bottleneck[${PYTHON_USEDEP}] + dev-python/hypothesis[${PYTHON_USEDEP}] + dev-python/matplotlib[${PYTHON_USEDEP}] + dev-python/toolz[${PYTHON_USEDEP}] + >=dev-python/scipy-1.4[${PYTHON_USEDEP}] + )" + +distutils_enable_tests pytest |
