Skip to content

Commit 038d2cd

Browse files
committed
DEP3
1 parent 36e31fd commit 038d2cd

File tree

6 files changed

+27
-0
lines changed

6 files changed

+27
-0
lines changed

debian/changelog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ nipype (1.4.2-1) UNRELEASED; urgency=medium
1111
* Switch from cdbs to dh
1212
* Remove outdated debian/README.{Debian,source}
1313
* Remove outdated debian/{pyversions,pycompat}
14+
* DEP3
1415
* Build-Depends: python3-filelock, python3-sphinxcontrib.apidoc,
1516
python3-nbsphinx, python3-etelemetry
1617
TODO: wait until python3-etelemetry is accepted in unstable (see #952558)

debian/patches/deb_disable_google_online_snippets

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Author: Yaroslav Halchenko
2+
Last-UPdate: 2014-10-14 09:17:59
3+
Description: disable Google online snippets
4+
15
--- a/doc/searchresults.rst
26
+++ b/doc/searchresults.rst
37
@@ -8,6 +8,8 @@ Search results

debian/patches/deb_no_explicit_pydot

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Author: Andreas Tille
2+
Last-Update: 2020-02-20 19:56:53 +0100
3+
Description: Skip pydot version test
4+
15
--- a/nipype/info.py
26
+++ b/nipype/info.py
37
@@ -140,8 +140,8 @@ REQUIRES = [

debian/patches/deb_no_neurdflib

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Author: Yaroslav Halchenko
2+
Andreas Tille
3+
Last-Update: 2020-02-20 19:56:53 +0100
4+
Description: neurdflib is not yet packaged but is optional and
5+
thus will be disabled here
6+
Remark: https://pypi.org/project/neurdflib/ says:
7+
This is a temporary convenience package for changes waiting to be merged into the primary rdflib repo. https://github.com/RDFLib/rdflib/pull/649
8+
.
9+
Unless you have a specific use case for these changes you should install upstream rdflib. https://pypi.org/project/rdflib/
10+
111
--- a/nipype/info.py
212
+++ b/nipype/info.py
313
@@ -152,7 +152,8 @@ REQUIRES = [

debian/patches/deb_skip_doctest_pybids

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Author: Yaroslav Halchenko
2+
Last-Update: 2018-12-18 19:54:21 -0500
3+
Description: Skip doctest pybids
4+
15
--- a/nipype/interfaces/io.py
26
+++ b/nipype/interfaces/io.py
37
@@ -2895,9 +2895,9 @@ class BIDSDataGrabber(LibraryBaseInterfa

debian/patches/sphinx.patch

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Author: Andreas Tille <[email protected]>
2+
Last-Update: Thu, 20 Feb 2020 19:39:13 +0100
3+
Description: Get sphinx doc somehow building
4+
15
--- a/doc/conf.py
26
+++ b/doc/conf.py
37
@@ -70,14 +70,14 @@ autodoc_mock_imports = [

0 commit comments

Comments
 (0)