summaryrefslogtreecommitdiff
path: root/dev-python/GridDataFormats/GridDataFormats-0.5.0.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-06-22 13:51:25 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-06-22 13:51:25 +0000
commit1f128f816bf9a9d272f22ee336c60cefc8291a7e (patch)
treeff7772fcd01b447412c0f7bd212d33eb194c4ff7 /dev-python/GridDataFormats/GridDataFormats-0.5.0.ebuild
parent8647ca998cfba3e57abe4b6683073c78031c9349 (diff)
downloadbaldeagleos-repo-1f128f816bf9a9d272f22ee336c60cefc8291a7e.tar.gz
baldeagleos-repo-1f128f816bf9a9d272f22ee336c60cefc8291a7e.tar.xz
baldeagleos-repo-1f128f816bf9a9d272f22ee336c60cefc8291a7e.zip
Adding metadata
Diffstat (limited to 'dev-python/GridDataFormats/GridDataFormats-0.5.0.ebuild')
-rw-r--r--dev-python/GridDataFormats/GridDataFormats-0.5.0.ebuild13
1 files changed, 11 insertions, 2 deletions
diff --git a/dev-python/GridDataFormats/GridDataFormats-0.5.0.ebuild b/dev-python/GridDataFormats/GridDataFormats-0.5.0.ebuild
index 1b6ac494f96c..cf6a81a2be11 100644
--- a/dev-python/GridDataFormats/GridDataFormats-0.5.0.ebuild
+++ b/dev-python/GridDataFormats/GridDataFormats-0.5.0.ebuild
@@ -14,10 +14,19 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="LGPL-3"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="
>=dev-python/numpy-1.0.3[${PYTHON_USEDEP}]
dev-python/scipy[${PYTHON_USEDEP}]
+ dev-python/six[${PYTHON_USEDEP}]
"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+ # This test needs porting to newer numpy
+ sed -i -e 's/test_resample_factor/_&/' \
+ gridData/tests/test_grid.py || die
+
+ distutils-r1_python_prepare_all
+}