File: rules

package info (click to toggle)
python-chemspipy 2.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 288 kB
  • sloc: python: 1,125; makefile: 14
file content (8 lines) | stat: -rwxr-xr-x 223 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

export PYBUILD_NAME=chemspipy
#Disabled tests needing internet access
export PYBUILD_TEST_ARGS=-k 'not test_api and not test_compound and not test_search'

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