File: rules

package info (click to toggle)
sqlmodel 0.0.24-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,128 kB
  • sloc: python: 34,496; javascript: 280; sh: 15; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 253 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#! /usr/bin/make -f

export PYBUILD_NAME=sqlmodel
export DH_VERBOSE=1

export PYBUILD_TEST_ARGS=-v --ignore-glob=*test_tutorial* -k 'not test_create_db_and_table'

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

override_dh_auto_configure:
	echo "pass"