File: rules

package info (click to toggle)
sklearn-pandas 2.2.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 460 kB
  • sloc: python: 1,213; sh: 12; makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 267 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

include /usr/share/dpkg/architecture.mk

export DH_VERBOSE=1

ifneq (i386,$(DEB_HOST_ARCH))
export PYBUILD_TEST_ARGS=&& cd {dir} && python{version} -m doctest -v README.rst
endif
export PYBUILD_NAME=sklearn-pandas

%:
	dh $@ --buildsystem=pybuild