Revision 94b6946b99cd773099577727048248ac93626c89 authored by Jenkins for Software Heritage on 30 April 2020, 12:58:56 UTC, committed by Jenkins for Software Heritage on 30 April 2020, 12:58:56 UTC
Update to upstream version '0.0.189'
with Debian dir c15d9ed71a3944e12dd13ce35b89362c2e731d92
2 parent s baa127e + b579670
Raw File
rules
#!/usr/bin/make -f

export PYBUILD_NAME=swh.storage
export PYBUILD_TEST_ARGS=-v -m "not db and not fs and not network" \
	--hypothesis-profile=fast ./swh/storage/tests

%:
	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