Alexandre Detiste pushed to branch master at Debian Med / python-bcbio-gff
Commits: f05aba70 by Alexandre Detiste at 2026-03-08T11:52:51+01:00 wrap-and-sort -ast - - - - - 02721b43 by Alexandre Detiste at 2026-03-08T11:53:15+01:00 rewrite d/rules with newer & shorter syntax - - - - - 7211692e by Alexandre Detiste at 2026-03-08T11:53:34+01:00 drop "Rules-Requires-Root: no": it is the default now - - - - - fd7740cd by Alexandre Detiste at 2026-03-08T11:53:56+01:00 bump Standards-Version to 4.7.3, drop Priority: tag - - - - - 745b43dd by Alexandre Detiste at 2026-03-08T11:54:46+01:00 rewrite d/watch in v5 format - - - - - d0930c4b by Alexandre Detiste at 2026-03-08T11:55:22+01:00 rename files under debian/ for debhelper 15 compatibility - - - - - ddaffa0b by Alexandre Detiste at 2026-03-08T11:56:23+01:00 switch to pybuild-plugin-pyproject - - - - - 67dfc98f by Alexandre Detiste at 2026-03-08T11:56:56+01:00 disable useless Salsa CI jobs - - - - - 7 changed files: - debian/control - debian/docs → debian/python3-bcbio-gff.docs - debian/examples → debian/python3-bcbio-gff.examples - debian/rules - debian/salsa-ci.yml - debian/tests/control - debian/watch Changes: ===================================== debian/control ===================================== @@ -1,30 +1,31 @@ Source: python-bcbio-gff Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Andreas Tille <[email protected]>, - Étienne Mollier <[email protected]> +Uploaders: + Andreas Tille <[email protected]>, + Étienne Mollier <[email protected]>, Section: science Testsuite: autopkgtest-pkg-python -Priority: optional -Build-Depends: debhelper-compat (= 13), - dh-sequence-python3, - python3-all, - python3-setuptools, - python3-biopython, - python3-six, - debhelper -Standards-Version: 4.7.0 +Build-Depends: + debhelper-compat (= 13), + dh-sequence-python3, + pybuild-plugin-pyproject, + python3-all, + python3-biopython, + python3-setuptools, + python3-six, +Standards-Version: 4.7.3 Vcs-Browser: https://salsa.debian.org/med-team/python-bcbio-gff Vcs-Git: https://salsa.debian.org/med-team/python-bcbio-gff.git Homepage: https://github.com/chapmanb/bcbb/tree/master/gff -Rules-Requires-Root: no Package: python3-bcbio-gff Architecture: all Section: python -Depends: ${python3:Depends}, - ${misc:Depends}, - python3-biopython, - python3-six +Depends: + python3-biopython, + python3-six, + ${misc:Depends}, + ${python3:Depends}, Description: Python3 library to read and write Generic Feature Format A Python library to read and write Generic Feature Format (GFF). . ===================================== debian/docs → debian/python3-bcbio-gff.docs ===================================== ===================================== debian/examples → debian/python3-bcbio-gff.examples ===================================== ===================================== debian/rules ===================================== @@ -7,6 +7,5 @@ export PYBUILD_NAME=bcbio-gff %: dh $@ --buildsystem=pybuild -override_dh_install: - dh_install +execute_after_dh_install: find debian -name __pycache__ -type d | xargs rm -rf ===================================== 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 ===================================== @@ -1,3 +1,8 @@ -Tests: run-unit-test -Depends: @, python3-all, tar -Restrictions: allow-stderr +Tests: + run-unit-test, +Depends: + python3-all, + tar, + @, +Restrictions: + allow-stderr, ===================================== debian/watch ===================================== @@ -1,3 +1,4 @@ -version=4 +Version: 5 -https://pypi.python.org/simple/bcbio-gff .*/bcbio-gff-@ANY_VERSION@@ARCHIVE_EXT@#sha256=.* +Template: Pypi +Dist: bcbio-gff View it on GitLab: https://salsa.debian.org/med-team/python-bcbio-gff/-/compare/e4cbc23bf80dd741b1e936c94e02e692d32dad56...67dfc98f410385d600902e3d6118db1a3d0cfb5b -- View it on GitLab: https://salsa.debian.org/med-team/python-bcbio-gff/-/compare/e4cbc23bf80dd741b1e936c94e02e692d32dad56...67dfc98f410385d600902e3d6118db1a3d0cfb5b 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
