File: rules

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

export PYBUILD_NAME=nb2plots
%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_test:
	echo "skip tests for now"
	#PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="PYTHONPATH={build_dir} {interpreter} -m unittest discover -v" dh_auto_test
	# run: py.test --pyargs nb2plots
	# after installing: pytest, mock package; and then scripttester, sphinxtesters both to be package for debian