File: rules

package info (click to toggle)
python-pycm 4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,952 kB
  • sloc: python: 5,029; sh: 8; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 263 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export PYBUILD_NAME=pycm
# Ignore tests because an issue with pandas with Py3.12
export PYBUILD_TEST_ARGS=-k 'not function_test \
	                 and not plot_test \
			 and not verified_test'

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