File: rules

package info (click to toggle)
python-bioregistry 0.11.12-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 23,244 kB
  • sloc: python: 16,082; makefile: 10
file content (16 lines) | stat: -rwxr-xr-x 579 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 DH_VERBOSE = 1

# these tests need internet
export PYBUILD_TEST_ARGS=-k 'not test_url \
                         and not test_url_banana \
                         and not test_obolibrary_example \
                         and not test_usages \
                         '

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_auto_install:
	sed -i 's#https://raw.githubusercontent.com/biopragmatics/bioregistry/main/docs/img/#file://#' \
               debian/python3-bioregistry/usr/lib/python3*/dist-packages/bioregistry/app/templates/meta/summary.html