Andreas Tille pushed to branch master at Debian Med / python-skbio


Commits:
42686d31 by Andreas Tille at 2021-11-30T14:05:41+01:00
Remove Tim Booth from Uploaders (Thanks to Tim for all his work)

- - - - -
2616e52a by Andreas Tille at 2021-11-30T14:07:52+01:00
Regenerate the .c files at build time by cython3

- - - - -


3 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+python-skbio (0.5.6-6) UNRELEASED; urgency=medium
+
+  [ Andreas Tille ]
+  * Remove Tim Booth from Uploaders (Thanks to Tim for all his work)
+
+  [ Graham Inggs ]
+  * Regenerate the .c files at build time by cython3
+    Closes: #1000864
+
+ -- Andreas Tille <[email protected]>  Tue, 30 Nov 2021 14:04:16 +0100
+
 python-skbio (0.5.6-5) unstable; urgency=medium
 
   [ Steffen Moeller ]


=====================================
debian/control
=====================================
@@ -1,11 +1,11 @@
 Source: python-skbio
 Maintainer: Debian Med Packaging Team 
<[email protected]>
-Uploaders: Tim Booth <[email protected]>,
-           Andreas Tille <[email protected]>,
+Uploaders: Andreas Tille <[email protected]>,
            Kevin Murray <[email protected]>
 Section: python
 Priority: optional
 Build-Depends: debhelper-compat (= 13),
+               cython3,
                dh-python,
                python3-all-dev,
                python3-setuptools,


=====================================
debian/rules
=====================================
@@ -8,10 +8,15 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
 export PYBUILD_NAME=skbio
 export MPLBACKEND=agg
 DOCPKG=python-$(PYBUILD_NAME)-doc
+export USE_CYTHON=1
 
 %:
        dh $@ --with python3,sphinxdoc --buildsystem=pybuild
 
+override_dh_auto_configure:
+       rm -f skbio/alignment/_ssw_wrapper.c skbio/diversity/_phylogenetic.c 
skbio/stats/__subsample.c skbio/metadata/_intersection.c
+       dh_auto_configure
+
 override_dh_auto_build-arch:
        dh_auto_build
 
@@ -43,6 +48,7 @@ override_dh_clean:
        find doc -name *.doctree -delete
        rm -rf .pybuild
        rm -f scikit_bio.egg-info/PKG-INFO scikit_bio.egg-info/SOURCES.txt 
scikit_bio.egg-info/dependency_links.txt scikit_bio.egg-info/requires.txt 
scikit_bio.egg-info/top_level.txt
+       rm -f skbio/alignment/_ssw_wrapper.c skbio/diversity/_phylogenetic.c 
skbio/stats/__subsample.c skbio/metadata/_intersection.c
 
 
 override_dh_sphinxdoc:



View it on GitLab: 
https://salsa.debian.org/med-team/python-skbio/-/compare/10d0de0619787b1e5c966cc92329f4732daa1b0d...2616e52a5a2d51b96c29e1bed0d524dea8adeee2

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/python-skbio/-/compare/10d0de0619787b1e5c966cc92329f4732daa1b0d...2616e52a5a2d51b96c29e1bed0d524dea8adeee2
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