https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: 9ab7d0b23aefd45c646d809bdf577d9fa2fa1bcb authored by Jenkins for Software Heritage on 31 July 2020, 08:51:42 UTC
Updated debian changelog for version 0.6.1
Tip revision: 9ab7d0b
rules
#!/usr/bin/make -f

export PYBUILD_NAME=swh.model
export export PYBUILD_TEST_ARGS=-m 'not db and not fs'

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

override_dh_install:
	dh_install
	rm -rfv $(CURDIR)/debian/python3-*/usr/lib/python*/dist-packages/.hypothesis
	rm -v $(CURDIR)/debian/python3-*/usr/lib/python*/dist-packages/swh/__init__.py
back to top