Bas Couwenberg pushed to branch master at Debian GIS Project / jsonpath-ng
Commits: 18ce080b by Bas Couwenberg at 2026-06-02T07:42:50+02:00 Update lintian overrides. - - - - - cabcc906 by Bas Couwenberg at 2026-06-02T07:51:22+02:00 Use pybuild-plugin-pyproject instead of python3-setuptools. - - - - - 5 changed files: - debian/changelog - debian/control - + debian/patches/pep517.patch - debian/patches/series - − debian/python3-jsonpath-ng.lintian-overrides Changes: ===================================== debian/changelog ===================================== @@ -2,6 +2,8 @@ jsonpath-ng (1.8.0-2) UNRELEASED; urgency=medium * Team upload. * Bump Standards-Version to 4.7.4, no changes. + * Update lintian overrides. + * Use pybuild-plugin-pyproject instead of python3-setuptools. -- Bas Couwenberg <[email protected]> Sat, 04 Apr 2026 10:12:44 +0200 ===================================== debian/control ===================================== @@ -5,6 +5,7 @@ Uploaders: Antonio Valentino <[email protected]> Build-Depends: debhelper-compat (= 13), dh-python, dh-sequence-python3, + pybuild-plugin-pyproject, python3-all, python3-hypothesis <!nocheck>, python3-pytest <!nocheck>, ===================================== debian/patches/pep517.patch ===================================== @@ -0,0 +1,14 @@ +Description: Add support for PEP 517. +Author: Bas Couwenberg <[email protected]> +Forwarded: https://github.com/h2non/jsonpath-ng/pull/232 + +--- a/pyproject.toml ++++ b/pyproject.toml +@@ -1,3 +1,7 @@ ++[build-system] ++requires = ["setuptools"] ++build-backend = "setuptools.build_meta" ++ + [tool.pytest.ini_options] + filterwarnings = [ + # Escalate warnings to errors. ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ 0001-Remove-shebang.patch +pep517.patch ===================================== debian/python3-jsonpath-ng.lintian-overrides deleted ===================================== @@ -1,3 +0,0 @@ -# the program is only a helper tool and the package is primarily a library -application-in-library-section python [usr/bin/*] -library-package-name-for-application [usr/bin/*] View it on GitLab: https://salsa.debian.org/debian-gis-team/jsonpath-ng/-/compare/8f44eadd33dd31c327f269c1a75e0dbd5779ee46...cabcc9064cb015d860d7dae527f41504eaede6ba -- View it on GitLab: https://salsa.debian.org/debian-gis-team/jsonpath-ng/-/compare/8f44eadd33dd31c327f269c1a75e0dbd5779ee46...cabcc9064cb015d860d7dae527f41504eaede6ba You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
