[med-svn] [Git][med-team/atropos][master] 2 commits: Enable builds with Python3.9

Andreas Tille (@tille) gitlab at salsa.debian.org
Thu Oct 14 15:35:01 BST 2021



Andreas Tille pushed to branch master at Debian Med / atropos


Commits:
bf150c88 by Andreas Tille at 2021-10-14T12:42:15+02:00
Enable builds with Python3.9

- - - - -
67bb3051 by Andreas Tille at 2021-10-14T16:34:39+02:00
Fix Build-Depends, update TODO

- - - - -


4 changed files:

- debian/changelog
- debian/control
- + debian/patches/python3.9.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -13,8 +13,9 @@ atropos (2.0.0~a7+dfsg-1) UNRELEASED; urgency=medium
   * Add salsa-ci file (routine-update)
   * Rules-Requires-Root: no (routine-update)
   * Provice sensible name for uscan
+  * Enable builds with Python3.9
 
-  TODO: Needs extra dependencies: loguru, pokrok, xphyle
+  TODO: Needs extra dependencies: subby
 
  -- Andreas Tille <tille at debian.org>  Thu, 14 Oct 2021 11:14:38 +0200
 


=====================================
debian/control
=====================================
@@ -8,6 +8,10 @@ Build-Depends: debhelper-compat (= 13),
                cython3,
                python3-dev,
                python3-setuptools,
+               python3-setuptools-scm,
+               python3-wheel,
+               python3-loguru,
+               python3-xphyle,
                python3-pytest <!nocheck>,
                python3-jinja2 <!nocheck>,
                python3-pysam <!nocheck>


=====================================
debian/patches/python3.9.patch
=====================================
@@ -0,0 +1,16 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Thu, 14 Oct 2021 11:14:38 +0200
+Description: Enable builds with Python3.9
+
+--- a/setup.py
++++ b/setup.py
+@@ -23,7 +23,8 @@ if sys.version_info < (3, 6):
+ MIN_CYTHON_VERSIONS = {
+     (3, 6): "0.25.2",
+     (3, 7): "0.29",
+-    (3, 8): "0.29.14"
++    (3, 8): "0.29.14",
++    (3, 9): "0.29.14"
+ }
+ min_cython_version = MIN_CYTHON_VERSIONS[version_info[0:2]]
+ 


=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
 scm.patch
+python3.9.patch



View it on GitLab: https://salsa.debian.org/med-team/atropos/-/compare/a2e957599b7092b946cee1c41285396168e77f15...67bb305169a70f5f9f9a1917f0dd1e10b59a9eb9

-- 
View it on GitLab: https://salsa.debian.org/med-team/atropos/-/compare/a2e957599b7092b946cee1c41285396168e77f15...67bb305169a70f5f9f9a1917f0dd1e10b59a9eb9
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/20211014/eefeb197/attachment-0001.htm>


More information about the debian-med-commit mailing list