Alexandre Detiste pushed to branch master at Debian Med / python-gtfparse
Commits: 185115b6 by Alexandre Detiste at 2026-03-07T17:37:52+01:00 rewrite d/rules with newer & shorter syntax - - - - - 8899a53a by Alexandre Detiste at 2026-03-07T17:38:03+01:00 wrap-and-sort -ast - - - - - 09d825cc by Alexandre Detiste at 2026-03-07T17:38:28+01:00 use dh-sequence-python3 - - - - - 72e28e50 by Alexandre Detiste at 2026-03-07T17:38:47+01:00 drop "Rules-Requires-Root: no": it is the default now - - - - - 36e8c9f6 by Alexandre Detiste at 2026-03-07T17:39:11+01:00 bump Standards-Version to 4.7.3, drop Priority: tag - - - - - 4 changed files: - debian/control - debian/docs - debian/rules - debian/tests/control Changes: ===================================== debian/control ===================================== @@ -1,20 +1,27 @@ Source: python-gtfparse Section: science -Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Steffen Moeller <[email protected]> -Build-Depends: debhelper-compat (= 13), dh-python, python3-setuptools, python3-all, python3-pandas, python3-pytest -Standards-Version: 4.6.2 +Uploaders: + Steffen Moeller <[email protected]>, +Build-Depends: + debhelper-compat (= 13), + dh-sequence-python3, + python3-all, + python3-pandas, + python3-pytest, + python3-setuptools, +Standards-Version: 4.7.3 Homepage: https://github.com/openvax/gtfparse Vcs-Browser: https://salsa.debian.org/med-team/python-gtfparse Vcs-Git: https://salsa.debian.org/med-team/python-gtfparse.git Testsuite: autopkgtest-pkg-python -Rules-Requires-Root: no Package: python3-gtfparse Architecture: all Section: python -Depends: ${python3:Depends}, ${misc:Depends} +Depends: + ${misc:Depends}, + ${python3:Depends}, Description: parser for gene transfer format (aka GFF2) You find a gene in the genome? Or a feature about it? The gene transfer format (GTF, identical to GFF2) ===================================== debian/docs ===================================== @@ -1,4 +1,3 @@ README.md debian/README* debian/tests/run-unit-test - ===================================== debian/rules ===================================== @@ -3,7 +3,7 @@ export DH_VERBOSE = 1 export PYBUILD_NAME=python-gtfparse %: - dh $@ --with python3 --buildsystem=pybuild + dh $@ --buildsystem=pybuild override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) @@ -12,6 +12,5 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) PYTHONPATH=$(CURDIR) pytest-3 -v endif -override_dh_auto_clean: - dh_auto_clean +execute_after_dh_auto_clean: rm -f gtfparse.egg-info/SOURCES.txt ===================================== debian/tests/control ===================================== @@ -1,3 +1,7 @@ -Tests: run-unit-test -Depends: @, python3-pytest -Restrictions: allow-stderr +Tests: + run-unit-test, +Depends: + python3-pytest, + @, +Restrictions: + allow-stderr, View it on GitLab: https://salsa.debian.org/med-team/python-gtfparse/-/compare/f99e22d29194599472dde4e66cdc59514ab1bab0...36e8c9f6f5b7533caa9f722ab74142d77887cc0d -- View it on GitLab: https://salsa.debian.org/med-team/python-gtfparse/-/compare/f99e22d29194599472dde4e66cdc59514ab1bab0...36e8c9f6f5b7533caa9f722ab74142d77887cc0d 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
