File: rules

package info (click to toggle)
flake8-import-order 0.18.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 280 kB
  • sloc: python: 1,328; sh: 5; makefile: 4
file content (7 lines) | stat: -rwxr-xr-x 211 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/usr/bin/make -f

export PYBUILD_BEFORE_TEST=mkdir {build_dir}/flake8_import_order.egg-info; \
		    cp {dir}/debian/entry_points.txt {build_dir}/flake8_import_order.egg-info/

%:
	dh $@ --buildsystem=pybuild