File: rules

package info (click to toggle)
hyperspy 1.7.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 85,740 kB
  • sloc: python: 85,925; makefile: 115; ansic: 4; xml: 2
file content (14 lines) | stat: -rwxr-xr-x 484 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=hyperspy
# Exclude tests that require downloading datasets from the internet. See #997475
export PYBUILD_TEST_ARGS=\
   --ignore hyperspy/tests/drawing/test_plot_markers.py \
   --ignore hyperspy/tests/drawing/test_plot_signal1d.py \
   --ignore hyperspy/tests/drawing/test_plot_signal2d.py
#export PYBUILD_DISABLE=test
# export PYBUILD_VERSIONS=3.8
# export PYBUILD_INTERPRETERS=python{version}

%:
	dh $@ --with python3 --buildsystem=pybuild