Alexandre Detiste pushed to branch master at Debian Med / pairtools
Commits: 6a750b30 by Alexandre Detiste at 2025-07-26T12:57:12+02:00 sort build-deps with debputy reformat - - - - - 2 changed files: - debian/control - debian/tests/control Changes: ===================================== debian/control ===================================== @@ -2,39 +2,43 @@ Source: pairtools Section: python Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Antoni Villalonga <[email protected]> -Build-Depends: debhelper-compat (= 13), - dh-sequence-python3, - architecture-is-64-bit, - python3-all-dev, - pybuild-plugin-pyproject, - cython3, - python-is-python3, - python3-setuptools, - python3-bioframe, - python3-click, - python3-numpy, - python3-pandas, - python3-pysam (>= 0.20.0+ds-3~), - python3-pytest <!nocheck>, - python3-standard-pipes, - python3-scipy, - libhts-dev, - python3-yaml <!nocheck> +Uploaders: + Antoni Villalonga <[email protected]>, +Build-Depends: + debhelper-compat (= 13), + dh-sequence-python3, + architecture-is-64-bit, + cython3, + libhts-dev, + pybuild-plugin-pyproject, + python-is-python3, + python3-all-dev, + python3-bioframe, + python3-click, + python3-numpy, + python3-pandas, + python3-pysam (>= 0.20.0+ds-3~), + python3-pytest <!nocheck>, + python3-scipy, + python3-setuptools, + python3-standard-pipes, + python3-yaml <!nocheck>, Standards-Version: 4.7.0 Homepage: https://github.com/mirnylab/pairtools Vcs-Browser: https://salsa.debian.org/med-team/pairtools Vcs-Git: https://salsa.debian.org/med-team/pairtools.git Rules-Requires-Root: no +X-Style: black Package: python3-pairtools Architecture: any Depends: python3-standard-pipes, - ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, -Suggests: python3-pairtools-examples (>= 1.0.2) + ${shlibs:Depends}, +Suggests: + python3-pairtools-examples (>= 1.0.2), Description: Framework to process sequencing data from a Hi-C experiment Simple and fast command-line framework to process sequencing data from a Hi-C experiment. @@ -51,11 +55,15 @@ Description: Framework to process sequencing data from a Hi-C experiment Package: python3-pairtools-examples Architecture: any -Depends: ${shlibs:Depends}, - ${misc:Depends}, -Enhances: python3-pairtools -Breaks: python3-pairtools (<< 1.0.2) -Replaces: python3-pairtools (<< 1.0.2) +Depends: + ${misc:Depends}, + ${shlibs:Depends}, +Enhances: + python3-pairtools, +Breaks: + python3-pairtools (<< 1.0.2), +Replaces: + python3-pairtools (<< 1.0.2), Multi-Arch: same Description: Process sequencing data from a Hi-C experiment (examples) Simple and fast command-line framework to process sequencing data from a Hi-C ===================================== debian/tests/control ===================================== @@ -1,3 +1,8 @@ -Tests: upstream-tests -Depends: python3-pairtools, python3-pytest, python-is-python3 -Restrictions: allow-stderr +Tests: + upstream-tests, +Depends: + python-is-python3, + python3-pairtools, + python3-pytest, +Restrictions: + allow-stderr, View it on GitLab: https://salsa.debian.org/med-team/pairtools/-/commit/6a750b309f3ebde97b801583b08c1aa84aff08fe -- View it on GitLab: https://salsa.debian.org/med-team/pairtools/-/commit/6a750b309f3ebde97b801583b08c1aa84aff08fe 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
