File: rules

package info (click to toggle)
mkdocs-include-markdown-plugin 7.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,316 kB
  • sloc: python: 5,360; makefile: 6
file content (12 lines) | stat: -rwxr-xr-x 462 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export PYBUILD_NAME=mkdocs-include-markdown-plugin

# make the examples/ directory available to the test suite
export PYBUILD_BEFORE_TEST=cp -a examples/ {build_dir}
export PYBUILD_AFTER_TEST=rm -rf {build_dir}/examples/

export PYBUILD_TEST_ARGS=-k 'not test_page_included_by_url_is_cached and not test_examples_subprocess and not test_examples_api and not test_include and not test_read_url_cached_content'

%:
	dh $@ --buildsystem=pybuild