[med-svn] [Git][med-team/tombo][master] 4 commits: No runtime dependency from cython

Andreas Tille (@tille) gitlab at salsa.debian.org
Mon Dec 11 20:24:52 GMT 2023



Andreas Tille pushed to branch master at Debian Med / tombo


Commits:
2abdcd8c by Andreas Tille at 2023-12-11T21:02:22+01:00
No runtime dependency from cython

- - - - -
bae34615 by Andreas Tille at 2023-12-11T21:11:06+01:00
Cleanup rules from boilerplate

- - - - -
f010cb4e by Andreas Tille at 2023-12-11T21:22:09+01:00
execute dh_numpy3 after dh_python3 to assign python3-numpy-abi

- - - - -
11edc843 by Andreas Tille at 2023-12-11T21:24:19+01:00
Upload to unstable

- - - - -


4 changed files:

- debian/changelog
- + debian/patches/no_install_depends_cython.patch
- debian/patches/series
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+tombo (1.5.1-6) unstable; urgency=medium
+
+  * No runtime dependency from cython
+    Closes: #1058010
+  * execute dh_numpy3 after dh_python3 to assign python3-numpy-abi
+
+ -- Andreas Tille <tille at debian.org>  Mon, 11 Dec 2023 21:22:16 +0100
+
 tombo (1.5.1-5) unstable; urgency=medium
 
   * Team Upload.


=====================================
debian/patches/no_install_depends_cython.patch
=====================================
@@ -0,0 +1,16 @@
+Description: No runtime dependency from cython
+Bug-Debian: https://bugs.debian.org/1058010
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Mon, 11 Dec 2023 10:10:25 +0100
+
+--- a/setup.py
++++ b/setup.py
+@@ -56,7 +56,7 @@ setup(
+     name = "ont-tombo",
+     version = __version__,
+     packages = ["tombo"],
+-    install_requires = ['h5py', 'numpy', 'scipy', 'cython',
++    install_requires = ['h5py', 'numpy', 'scipy',
+                         'setuptools >= 18.0', 'mappy >= 2.10', 'tqdm'],
+     extras_require={'full':extras_require},
+ 


=====================================
debian/patches/series
=====================================
@@ -2,3 +2,4 @@ no_future.patch
 2to3.patch
 mathjax.patch
 cython3-fix.patch
+no_install_depends_cython.patch


=====================================
debian/rules
=====================================
@@ -16,7 +16,6 @@ override_dh_auto_build:
 	dh_auto_build
 	sphinx-build -N -bhtml docs docs/build
 
-#override_dh_auto_test:
-#ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-#	do_stuff_for_testing
-#endif
+override_dh_python3:
+	dh_python3
+	dh_numpy3



View it on GitLab: https://salsa.debian.org/med-team/tombo/-/compare/8b025770eb1542a5196ef25acb1b5d3c2a2b7bfa...11edc8439b8aa58af7a1b844da52646810d87e44

-- 
View it on GitLab: https://salsa.debian.org/med-team/tombo/-/compare/8b025770eb1542a5196ef25acb1b5d3c2a2b7bfa...11edc8439b8aa58af7a1b844da52646810d87e44
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/20231211/86d7accd/attachment-0001.htm>


More information about the debian-med-commit mailing list