File: rules

package info (click to toggle)
python-mp-api 0.30.10-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,812 kB
  • sloc: python: 5,568; makefile: 13
file content (14 lines) | stat: -rwxr-xr-x 432 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

# See debhelper(7) (uncomment to enable).
# Output every command that modifies files on the build system.
#export DH_VERBOSE = 1

export PYBUILD_NAME=mp-api

# internet is not available during debian builds
# so skip tests requiring network access
export PYBUILD_TEST_ARGS = -k "not ( test_download_for_task_ids or test_get_phase_diagram_from_chemsys or test_get_trajectories )"

%:
	dh $@ --buildsystem=pybuild