File: rules

package info (click to toggle)
xcube-resampling 0.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 47,800 kB
  • sloc: python: 7,943; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 396 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /usr/bin/make -f

export PYBUILD_NAME=xcube_resampling
export PYBUILD_BEFORE_TEST=cp -r {dir}/examples {build_dir}
export PYBUILD_AFTER_TEST=$(RM) -rf {build_dir}/examples

# zarr 2.x not available in debian
export PYBUILD_TEST_ARGS=\
-k "not test_add_grid_mapping_attribute \
and not test_add_spatial_ref_creates_variable \
and not test_from_real_olci" tests

%:
	dh $@ --buildsystem=pybuild