File: rules

package info (click to toggle)
python-ftputil 5.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 520 kB
  • sloc: python: 5,815; sh: 10; makefile: 6
file content (9 lines) | stat: -rwxr-xr-x 275 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#! /usr/bin/make -f

export PYBUILD_NAME=ftputil
export PYBUILD_TEST_ARGS=--ignore=test/test_real_ftp.py \
	                --ignore=test/test_public_servers.py \
                        -k 'not TestAcceptEitherUnicodeOrBytes'

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