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

Andreas Tille (@tille) gitlab at salsa.debian.org
Mon Dec 11 12:49:11 GMT 2023



Andreas Tille pushed to branch master at Debian Med / cutesv


Commits:
d33e69cb by Andreas Tille at 2023-12-11T13:44:56+01:00
No runtime dependency from cython

- - - - -
d3b95918 by Andreas Tille at 2023-12-11T13:46:25+01:00
routine-update: Ready to upload to unstable

- - - - -


3 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+cutesv (2.1.0-2) unstable; urgency=medium
+
+  * No runtime dependency from cython
+    Closes: #1057985
+
+ -- Andreas Tille <tille at debian.org>  Mon, 11 Dec 2023 13:45:39 +0100
+
 cutesv (2.1.0-1) unstable; urgency=medium
 
   * New upstream version


=====================================
debian/patches/no_install_depends_cython.patch
=====================================
@@ -0,0 +1,14 @@
+Description: No runtime dependency from cython
+Bug-Debian: https://bugs.debian.org/1057985
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Mon, 11 Dec 2023 13:43:19 +0100
+
+--- a/setup.py
++++ b/setup.py
+@@ -21,5 +21,5 @@ setup(
+     long_description = readme,
+     long_description_content_type = 'text/markdown',
+     zip_safe = False,
+-    install_requires = ['scipy', 'Cython', 'pysam', 'Biopython', 'Cigar', 'numpy', 'pyvcf', 'scikit-learn']
++    install_requires = ['scipy', 'pysam', 'Biopython', 'Cigar', 'numpy', 'pyvcf', 'scikit-learn']
+ )


=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
 PythonPath.patch
+no_install_depends_cython.patch



View it on GitLab: https://salsa.debian.org/med-team/cutesv/-/compare/dab7c31a543acdb02ffb02fd7dc621e3d6907b87...d3b95918b157dda88aca6ebe5008b2990669e370

-- 
View it on GitLab: https://salsa.debian.org/med-team/cutesv/-/compare/dab7c31a543acdb02ffb02fd7dc621e3d6907b87...d3b95918b157dda88aca6ebe5008b2990669e370
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/439c047c/attachment-0001.htm>


More information about the debian-med-commit mailing list