https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: d21f4a3250bd4148f94c4d6dd167d23e71b03b46 authored by Antoine R. Dumont (@ardumont) on 23 July 2018, 12:29:54 UTC
New upstream version 0.0.26
Tip revision: d21f4a3
rules
#!/usr/bin/make -f

export PYBUILD_NAME=swh.model
export PYBUILD_TEST_ARGS=--with-doctest -sv -a !db,!fs

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

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