File: rules

package info (click to toggle)
python-mashumaro 3.13.1-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,376 kB
  • sloc: python: 19,485; sh: 16; makefile: 4
file content (8 lines) | stat: -rwxr-xr-x 312 bytes parent folder | download
1
2
3
4
5
6
7
8
#! /usr/bin/make -f

export PYBUILD_NAME=mashumaro

export PYBUILD_TEST_ARGS= -v -n `nproc` -k 'not test_pendulum_date_parser and not test_pendulum_datetime_parser and not test_pendulum_time_parser and not test_by_subtypes and not test_by_supertypes_and_subtypes'

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