File: rules

package info (click to toggle)
websocket-client 1.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 972 kB
  • sloc: python: 4,046; makefile: 17; sh: 13
file content (14 lines) | stat: -rwxr-xr-x 451 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export PYBUILD_NAME=websocket

export PYBUILD_TEST_ARGS=--ignore websocket/tests/echo-server.py \
	                     --ignore websocket/tests/test_websocket.py \
						 -k 'not testBadURLs'  # try to ws connections.

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

override_dh_install:
#	mv $(CURDIR)/debian/python3-websocket/usr/bin/wsdump.py $(CURDIR)/debian/python3-websocket/usr/bin/python3-wsdump
	dh_install