[med-svn] [Git][med-team/python-skbio][master] python-numpy-doc is no longer built, so remove the build-dep and reference
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Mon Jan 23 11:01:44 GMT 2023
Michael R. Crusoe pushed to branch master at Debian Med / python-skbio
Commits:
7e48865d by Michael R. Crusoe at 2023-01-23T11:44:54+01:00
python-numpy-doc is no longer built, so remove the build-dep and reference
- - - - -
7 changed files:
- debian/changelog
- debian/control
- debian/patches/local_inventory
- − skbio/alignment/_ssw_wrapper.c
- − skbio/diversity/_phylogenetic.c
- − skbio/metadata/_intersection.c
- − skbio/stats/__subsample.c
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+python-skbio (0.5.8-2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * d/control,d/patches/local_inventory: python-numpy-doc is no longer built,
+ so remove the build-dep and reference
+
+ -- Michael R. Crusoe <crusoe at debian.org> Mon, 23 Jan 2023 11:44:05 +0100
+
python-skbio (0.5.8-1) unstable; urgency=medium
[ Étienne Mollier ]
=====================================
debian/control
=====================================
@@ -27,7 +27,6 @@ Build-Depends-Arch: python3-lockfile <!nocheck>,
python3-pytest <!nocheck>
Build-Depends-Indep: python3-sphinx <!nodoc>,
python3-sphinx-bootstrap-theme <!nodoc>,
- python-numpy-doc <!nodoc>,
python3-doc <!nodoc>,
python-scipy-doc <!nodoc>,
python-biom-format-doc <!nodoc>,
=====================================
debian/patches/local_inventory
=====================================
@@ -1,17 +1,16 @@
Author: Michael R. Crusoe <crusoe at debian.org>
Description: Use Debian packages for intersphinx-links
Forwarded: not-needed
---- a/doc/source/conf.py
-+++ b/doc/source/conf.py
+--- python-skbio.orig/doc/source/conf.py
++++ python-skbio/doc/source/conf.py
@@ -425,12 +425,12 @@
# Intersphinx configuration
# -----------------------------------------------------------------------------
intersphinx_mapping = {
- 'http://docs.python.org/dev': None,
-- 'http://docs.scipy.org/doc/numpy': None,
-- 'http://docs.scipy.org/doc/scipy/reference': None,
+ 'http://docs.python.org/dev': '/usr/share/doc/python{}.{}/html/objects.inv'.format(*sys.version_info[:2]),
-+ 'http://docs.scipy.org/doc/numpy': '/usr/share/doc/python-numpy-doc/html/objects.inv',
+ 'http://docs.scipy.org/doc/numpy': None,
+- 'http://docs.scipy.org/doc/scipy/reference': None,
+ 'http://docs.scipy.org/doc/scipy/reference': '/usr/share/doc/python-scipy-doc/html/objects.inv',
'http://matplotlib.org': None,
- 'http://pandas.pydata.org/pandas-docs/stable': None,
=====================================
skbio/alignment/_ssw_wrapper.c deleted
=====================================
The diff for this file was not included because it is too large.
=====================================
skbio/diversity/_phylogenetic.c deleted
=====================================
The diff for this file was not included because it is too large.
=====================================
skbio/metadata/_intersection.c deleted
=====================================
The diff for this file was not included because it is too large.
=====================================
skbio/stats/__subsample.c deleted
=====================================
The diff for this file was not included because it is too large.
View it on GitLab: https://salsa.debian.org/med-team/python-skbio/-/commit/7e48865de8e596710313a6bf328c3ba6c8172208
--
View it on GitLab: https://salsa.debian.org/med-team/python-skbio/-/commit/7e48865de8e596710313a6bf328c3ba6c8172208
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/20230123/34764262/attachment-0001.htm>
More information about the debian-med-commit
mailing list