File: rules

package info (click to toggle)
cwl-utils 0.22-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,788 kB
  • sloc: python: 52,119; makefile: 146; javascript: 85; sh: 6
file content (17 lines) | stat: -rwxr-xr-x 433 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! /usr/bin/make -f

export PYBUILD_NAME=cwl-utils

export PYBUILD_TEST_ARGS=-k 'not (test_load_document_with_remote_uri or test_graph_split)'
# test_load_document_with_remote_uri: requires external resource
# test_graph_split: requires external resource

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

override_dh_auto_test:
	dh_auto_test -- --test-pytest

override_dh_install:
	dh_install
	rm -Rf debian/python3-cwl-utils/usr/bin