File: rules

package info (click to toggle)
simple-websocket 1.1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 288 kB
  • sloc: python: 1,612; makefile: 15
file content (10 lines) | stat: -rwxr-xr-x 327 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f
#export DH_VERBOSE = 1

export PYBUILD_NAME = python3-simple-websocket

export PYBUILD_TEST_ARGS=--ignore tests/test_aioclient.py \
                         --ignore tests/test_aioserver.py \
                         --ignore tests/test_client.py
%:
	dh $@ --with python3 --buildsystem=pybuild --test-pytest