[Python-modules-commits] [ipywidgets] 08/14: Try and build widgetsnbextension with PYBUILD_AFTER rules

Gordon Ball chronitis-guest at moszumanska.debian.org
Tue Nov 29 16:47:36 UTC 2016


This is an automated email from the git hooks/post-receive script.

chronitis-guest pushed a commit to branch master
in repository ipywidgets.

commit 21691670938b2a3d1118610039767ca5210ddcea
Author: Gordon Ball <gordon at chronitis.net>
Date:   Tue Nov 29 16:38:54 2016 +0100

    Try and build widgetsnbextension with PYBUILD_AFTER rules
---
 debian/rules | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/debian/rules b/debian/rules
index f99a5a9..7118117 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,12 @@
 export DH_VERBOSE=1
 export LC_ALL=C.UTF-8
 
+export PYBUILD_AFTER_CONFIGURE=PYBUILD_AFTER_CONFIGURE="" pybuild --configure -p {version} -d ./widgetsnbextension -v --after-configure "echo widgetsnbextension configured"
+export PYBUILD_AFTER_BUILD=PYBUILD_AFTER_BUILD="" pybuild --build -p {version} -d ./widgetsnbextension -v --after-build "echo widgetsnbextension build"
+export PYBUILD_AFTER_INSTALL=PYBUILD_AFTER_INSTALL="" pybuild --install -p {version} -d ./widgetsnbextension -v --after-install "echo widgetsnbextension install"
+export PYBUILD_AFTER_TEST=PYBUILD_AFTER_TEST="" pybuild --test -p {version} -d ./widgetsnbextension -v --after-test "echo widgetsnbextension test"
+
+
 %:
 	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/ipywidgets.git



More information about the Python-modules-commits mailing list