[med-svn] [Git][med-team/intake][master] 2 commits: Build-Depends: python3-tqdm

Andreas Tille gitlab at salsa.debian.org
Mon Nov 16 09:45:26 GMT 2020



Andreas Tille pushed to branch master at Debian Med / intake


Commits:
28c15791 by Andreas Tille at 2020-11-16T09:35:06+01:00
Build-Depends: python3-tqdm

- - - - -
eea5eabe by Andreas Tille at 2020-11-16T10:45:14+01:00
Let more tests pass

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+intake (0.6.0-4) UNRELEASED; urgency=medium
+
+  [ Shayan Doust ]
+  * Add some missing build dependencies
+  * Fix tests to an extent and address bug #971177
+
+  [ Andreas Tille ]
+  * Build-Depends: python3-tqdm
+
+ -- Andreas Tille <tille at debian.org>  Mon, 16 Nov 2020 08:52:34 +0100
+
 intake (0.6.0-3) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
@@ -28,6 +28,7 @@ Build-Depends: debhelper-compat (= 13),
                python3-numpydoc,
                python3-aiohttp,
                python3-requests,
+               python3-tqdm,
                libjs-bootstrap,
                libjs-html5shiv,
                libjs-jquery,


=====================================
debian/rules
=====================================
@@ -25,7 +25,7 @@ override_dh_install:
 
 	# For some reason, not all data is movable via install or dh_install, so
 	# just force copy (and overwrite if needed) for pytest to actually work
-	cp -rf intake/source/tests/* .pybuild/*/build/intake/source/tests
+	for py in `py3versions -sv` ; do cp -a intake/source/tests .pybuild/cpython3_$${py}_$(PYBUILD_NAME)/build/intake/source; done
 
 	PYBUILD_SYSTEM=custom \
 		       PYBUILD_TEST_ARGS='cd {build_dir}; PATH=$(CURDIR)/debian/{package}/usr/bin:$(CURDIR)/debian/{package}/usr/lib:$(CURDIR)/debian/{package}/build/intake:$$PATH {interpreter} -m pytest' \



View it on GitLab: https://salsa.debian.org/med-team/intake/-/compare/94465586d6e9917441cca4b395b9b4b15691232e...eea5eabe58051bf5e76360628ee1064a593c01f4

-- 
View it on GitLab: https://salsa.debian.org/med-team/intake/-/compare/94465586d6e9917441cca4b395b9b4b15691232e...eea5eabe58051bf5e76360628ee1064a593c01f4
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20201116/63f09111/attachment-0001.html>


More information about the debian-med-commit mailing list