File: rules

package info (click to toggle)
xarray-sentinel 0.9.5%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 21,540 kB
  • sloc: xml: 77,744; python: 2,076; makefile: 32; sh: 17
file content (16 lines) | stat: -rwxr-xr-x 365 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#! /usr/bin/make -f

include /usr/share/dpkg/pkg-info.mk

export PYBUILD_NAME=xarray-sentinel
export PYBUILD_TEST_ARGS=\
-k "not test_mosaic_slc_iw \
and not test_to_group_netcdf \
and not test_open_dataset_zip_data \
and not test_to_group_zarr" \
$(CURDIR)/tests

export SETUPTOOLS_SCM_PRETEND_VERSION=$(DEB_VERSION_UPSTREAM:+ds=)

%:
	dh $@ --buildsystem=pybuild