File: rules

package info (click to toggle)
python-crossrefapi 1.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 272 kB
  • sloc: python: 1,175; makefile: 7
file content (16 lines) | stat: -rwxr-xr-x 385 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

export PYBUILD_NAME = crossrefapi

# These values will intentionally fail with
# 'requests.exceptions.InvalidURL: Proxy URL had no scheme'
# in order not to make any network requests during tests

export http_proxy = 127.0.0.1
export https_proxy = 127.0.0.1

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

execute_after_dh_auto_clean:
	rm -rf crossrefapi.egg-info