File: rules

package info (click to toggle)
python-lsp-isort 0.2.2%2Breally%2B0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 84 kB
  • sloc: python: 289; makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 234 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

# isort sorts different with installed lsp-isort package
ifeq ($(PYBUILD_AUTOPKGTEST),1)
export PYBUILD_TEST_ARGS = -k "not test_run_isort and not test_pylsp_format_document"
endif

%:
	dh $@ --buildsystem=pybuild