File: rules

package info (click to toggle)
anosql 1.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 264 kB
  • sloc: python: 633; makefile: 195; sql: 66
file content (8 lines) | stat: -rwxr-xr-x 204 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

export PYBUILD_NAME=anosql
export PYBUILD_TEST_PYTEST=1
export PYBUILD_TEST_ARGS={dir}/tests -k 'not test_simple and not test_psycopg2'

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