File: rules

package info (click to toggle)
python-anndata 0.12.7-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,616 kB
  • sloc: python: 21,685; makefile: 23
file content (14 lines) | stat: -rwxr-xr-x 420 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

include /usr/share/dpkg/default.mk

export PYBUILD_NAME=anndata
export PYBUILD_TEST_ARGS=-v tests/ -k 'not test_dataset_2d_set_extension_array' $(DEB_BUILD_OPTION_PARALLEL:%=-n%)
export PY_IGNORE_IMPORTMISMATCH=1

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_auto_test:
	rm -fv  $(CURDIR)/.pybuild/cpython3_*_anndata/build/test.h5ad
	rm -fvr $(CURDIR)/.pybuild/cpython3_*_anndata/build/tmp.zarr