File: rules

package info (click to toggle)
python-limits 2.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 848 kB
  • sloc: python: 5,499; makefile: 161; sh: 59
file content (16 lines) | stat: -rwxr-xr-x 460 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#! /usr/bin/make -f

export PYBUILD_NAME=limits

# Only run tests that don't require docker / docker-compose
export PYBUILD_TEST_ARGS=tests/test_limits.py tests/test_limit_granularities.py tests/test_ratelimit_parser.py

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

override_dh_auto_build:
	dh_auto_build
	PYTHONPATH=. http_proxy='127.0.0.1:9' python3 -m sphinx -N -bhtml doc/source build/html

override_dh_compress:
	dh_compress -Xchangelog.html