File: rules

package info (click to toggle)
xarray-safe-rcm 2026.01.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 216 kB
  • sloc: python: 1,083; sh: 23; makefile: 5
file content (8 lines) | stat: -rwxr-xr-x 211 bytes parent folder | download
1
2
3
4
5
6
7
8
#! /usr/bin/make -f

export PYBUILD_NAME=safe_rcm
export PYBUILD_TEST_ARGS=--pyargs ${PYBUILD_NAME}
export PYBUILD_AFTER_TEST=${RM} -r {build_dir}/memory {build_dir}/.hypothesis

%:
	dh $@ --buildsystem=pybuild