[med-svn] [Git][med-team/nipype][master] 4 commits: wrap-and-sort -ast
Alexandre Detiste (@detiste-guest)
gitlab at salsa.debian.org
Fri Feb 27 16:10:30 GMT 2026
Alexandre Detiste pushed to branch master at Debian Med / nipype
Commits:
ef3c748f by Alexandre Detiste at 2026-02-27T17:07:28+01:00
wrap-and-sort -ast
- - - - -
73c98b8a by Alexandre Detiste at 2026-02-27T17:08:30+01:00
bump Standards-Version to 4.7.3, drop Priority: tag
- - - - -
80a5e7d8 by Alexandre Detiste at 2026-02-27T17:09:12+01:00
autopkgtest do not need quilt
- - - - -
609d5c5d by Alexandre Detiste at 2026-02-27T17:10:24+01:00
disable useless Salsa CI jobs
- - - - -
4 changed files:
- debian/control
- debian/salsa-ci.yml
- debian/tests/control
- debian/tests/run-unit-test
Changes:
=====================================
debian/control
=====================================
@@ -1,45 +1,46 @@
Source: nipype
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Yaroslav Halchenko <debian at onerussian.com>,
- Michael Hanke <michael.hanke at gmail.com>,
- Étienne Mollier <emollier at debian.org>
+Uploaders:
+ Yaroslav Halchenko <debian at onerussian.com>,
+ Michael Hanke <michael.hanke at gmail.com>,
+ Étienne Mollier <emollier at debian.org>,
Section: science
-Priority: optional
-Build-Depends: debhelper-compat (= 13),
- dh-sequence-python3,
- pybuild-plugin-pyproject,
- python3-setuptools,
- python3-acres,
- python3-all,
- python3-sphinx,
- python3-sphinxcontrib.apidoc,
- python3-dateutil,
- python3-numpydoc,
- python3-packaging,
- python3-pandas <!nocheck>,
- python3-pytest <!nocheck>,
- python3-pytest-xdist <!nocheck>,
- python3-puremagic <!nocheck>,
- python3-pydot,
- python3-pydotplus,
- python3-click,
- python3-filelock,
- python3-looseversion,
- python3-matplotlib,
- python3-nbsphinx,
- python3-nibabel,
- python3-nitime,
- python3-nipy,
- python3-simplejson,
- python3-scipy,
- python3-sympy,
- python3-traits,
- python3-networkx,
- python3-psutil,
- python3-prov,
- graphviz,
- ipython3,
-Standards-Version: 4.7.2
+Build-Depends:
+ debhelper-compat (= 13),
+ dh-sequence-python3,
+ graphviz,
+ ipython3,
+ pybuild-plugin-pyproject,
+ python3-acres,
+ python3-all,
+ python3-click,
+ python3-dateutil,
+ python3-filelock,
+ python3-looseversion,
+ python3-matplotlib,
+ python3-nbsphinx,
+ python3-networkx,
+ python3-nibabel,
+ python3-nipy,
+ python3-nitime,
+ python3-numpydoc,
+ python3-packaging,
+ python3-pandas <!nocheck>,
+ python3-prov,
+ python3-psutil,
+ python3-puremagic <!nocheck>,
+ python3-pydot,
+ python3-pydotplus,
+ python3-pytest <!nocheck>,
+ python3-pytest-xdist <!nocheck>,
+ python3-scipy,
+ python3-setuptools,
+ python3-simplejson,
+ python3-sphinx,
+ python3-sphinxcontrib.apidoc,
+ python3-sympy,
+ python3-traits,
+Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/med-team/nipype
Vcs-Git: https://salsa.debian.org/med-team/nipype.git
Homepage: https://nipype.readthedocs.io/en/latest/
@@ -47,40 +48,44 @@ Homepage: https://nipype.readthedocs.io/en/latest/
Package: python3-nipype
Architecture: all
Section: python
-Depends: ${python3:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
- python3-acres,
- python3-click,
- python3-dateutil,
- python3-dipy,
- python3-looseversion,
- python3-packaging,
- python3-scipy,
- python3-simplejson,
- python3-traits,
- python3-nibabel,
- python3-networkx,
- python3-prov,
- python3-psutil
-Recommends: ipython3,
- python3-pytest,
- graphviz,
- python3-xvfbwrapper,
- mayavi2,
- python3-pydotplus,
- python3-pydot
-Suggests: afni,
- python3-nipy,
- slicer,
- matlab-spm8,
- python3-pyxnat,
- mne-python,
- elastix,
- ants,
- python3-pytest-xdist,
- python3-bids
-Provides: ${python3:Provides}
+Depends:
+ python3-acres,
+ python3-click,
+ python3-dateutil,
+ python3-dipy,
+ python3-looseversion,
+ python3-networkx,
+ python3-nibabel,
+ python3-packaging,
+ python3-prov,
+ python3-psutil,
+ python3-scipy,
+ python3-simplejson,
+ python3-traits,
+ ${misc:Depends},
+ ${python3:Depends},
+ ${shlibs:Depends},
+Recommends:
+ graphviz,
+ ipython3,
+ mayavi2,
+ python3-pydot,
+ python3-pydotplus,
+ python3-pytest,
+ python3-xvfbwrapper,
+Suggests:
+ afni,
+ ants,
+ elastix,
+ matlab-spm8,
+ mne-python,
+ python3-bids,
+ python3-nipy,
+ python3-pytest-xdist,
+ python3-pyxnat,
+ slicer,
+Provides:
+ ${python3:Provides},
Description: Neuroimaging data analysis pipelines in Python3
Nipype interfaces Python to other neuroimaging packages and creates
an API for specifying a full analysis pipeline in Python. Currently,
@@ -91,10 +96,12 @@ Package: python-nipype-doc
Architecture: all
Multi-Arch: foreign
Section: doc
-Depends: ${misc:Depends},
- libjs-jquery,
- libjs-underscore
-Suggests: python3-nipype
+Depends:
+ libjs-jquery,
+ libjs-underscore,
+ ${misc:Depends},
+Suggests:
+ python3-nipype,
Description: Neuroimaging data analysis pipelines in Python3 -- documentation
Nipype interfaces Python to other neuroimaging packages and creates
an API for specifying a full analysis pipeline in Python. Currently,
=====================================
debian/salsa-ci.yml
=====================================
@@ -1,4 +1,8 @@
---
include:
- - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
- - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml
+
+variables:
+ SALSA_CI_DISABLE_BLHC: 1
+ SALSA_CI_DISABLE_BUILD_PACKAGE_ALL: 1
+ SALSA_CI_DISABLE_BUILD_PACKAGE_ANY: 1
=====================================
debian/tests/control
=====================================
@@ -7,7 +7,6 @@ Depends:
python3-pytest,
python3-pytest-xdist,
python3-sphinx,
- quilt,
@,
Restrictions:
allow-stderr,
=====================================
debian/tests/run-unit-test
=====================================
@@ -4,8 +4,6 @@ set -efu
pkg='nipype'
CUR_DIR=`pwd`
-QUILT_PATCHES=debian/patches quilt push -a || true
-
export LC_ALL=C.UTF-8
if [ "${AUTOPKGTEST_TMP}" = "" ] ; then
AUTOPKGTEST_TMP=$(mktemp -d /tmp/${pkg}-test.XXXXXX)
@@ -33,6 +31,5 @@ do
done
cd ${CUR_DIR}
-QUILT_PATCHES=debian/patches quilt pop -a || true
echo "PASS"
View it on GitLab: https://salsa.debian.org/med-team/nipype/-/compare/1f909525b626a0b5459b1cf3058962c5810cf1e8...609d5c5d20ce56093d2a428b8e85de4062b15e53
--
View it on GitLab: https://salsa.debian.org/med-team/nipype/-/compare/1f909525b626a0b5459b1cf3058962c5810cf1e8...609d5c5d20ce56093d2a428b8e85de4062b15e53
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/20260227/e4ea2311/attachment-0001.htm>
More information about the debian-med-commit
mailing list