Liubov Chuprikova pushed to branch master at Debian Med / q2-demux


Commits:
b38d679b by Liubov Chuprikova at 2019-06-07T17:06:26Z
Generate .egg-info before testing

- - - - -


1 changed file:

- debian/rules


Changes:

=====================================
debian/rules
=====================================
@@ -17,6 +17,13 @@ export LC_ALL=C.UTF-8
 # for hardening you might like to uncomment this:
 # export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
+# For testing, we need .egg-info so the entry points are available.
+export PYBUILD_BEFORE_TEST=python{version} setup.py develop --install-dir 
{build_dir}
+# Delete .egg-info and other files that were generated along with .egg-info
+export PYBUILD_BEFORE_INSTALL=rm -rvf {build_dir}/q2-demux.egg-* 
{build_dir}/site.py \
+       {build_dir}/.coverage* {build_dir}/easy-install.pth
+
+
 %:
        dh $@ --with python3 --buildsystem=pybuild
 



View it on GitLab: 
https://salsa.debian.org/med-team/q2-demux/commit/b38d679b62297edf3fe7589b2c8a7996b7284c15

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/q2-demux/commit/b38d679b62297edf3fe7589b2c8a7996b7284c15
You're receiving this email because of your account on salsa.debian.org.

_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to