File: rules

package info (click to toggle)
jsonpath-ng 1.7.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 376 kB
  • sloc: python: 2,172; makefile: 5
file content (8 lines) | stat: -rwxr-xr-x 206 bytes parent folder | download
1
2
3
4
5
6
7
8
#! /usr/bin/make -f

export PYBUILD_NAME=jsonpath-ng
export PYBUILD_TEST_ARGS=-k "not test_fields_value"
export PYBUILD_AFTER_TEST=rm -vf {build_dir}/jsonpath_ng/parser.out

%:
	dh $@ --buildsystem=pybuild