File: rules

package info (click to toggle)
python-mongoengine 0.21.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 884 kB
  • sloc: python: 6,915; makefile: 76
file content (11 lines) | stat: -rwxr-xr-x 212 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export PYBUILD_NAME=mongoengine

export PYBUILD_DISABLE=test

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

execute_after_dh_auto_build:
	PYTHONPATH=$(CURDIR) $(MAKE) -C docs html