Bas Couwenberg pushed to branch master at Debian GIS Project / remotezip
Commits: bdad7ec7 by Bas Couwenberg at 2026-06-02T09:18:09+02:00 Update lintian overrides. - - - - - 9acba435 by Bas Couwenberg at 2026-06-02T09:20:30+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-remotezip.lintian-overrides Changes: ===================================== debian/changelog ===================================== @@ -4,6 +4,8 @@ remotezip (0.12.3-4) UNRELEASED; urgency=medium * Use test-build-validate-cleanup instead of test-build-twice. * Drop Priority: optional, default since dpkg 1.22.13. * Bump Standards-Version to 4.7.4, changes: priority. + * Update lintian overrides. + * Use pybuild-plugin-pyproject instead of python3-setuptools. -- Bas Couwenberg <[email protected]> Sat, 25 Oct 2025 13:07:17 +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-requests, python3-setuptools ===================================== debian/patches/pep517.patch ===================================== @@ -0,0 +1,10 @@ +Description: Add support for PEP 517. +Author: Bas Couwenberg <[email protected]> +Forwarded: https://github.com/gtsystem/python-remotezip/pull/33 + +--- /dev/null ++++ b/pyproject.toml +@@ -0,0 +1,3 @@ ++[build-system] ++requires = ["setuptools"] ++build-backend = "setuptools.build_meta" ===================================== debian/patches/series ===================================== @@ -0,0 +1 @@ +pep517.patch ===================================== debian/python3-remotezip.lintian-overrides deleted ===================================== @@ -1,4 +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/remotezip/-/compare/4d5c57d2655f5949c9819646b5bcca032d531034...9acba435af71d51e3dbb7dfd1f0b222ce45155f4 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/remotezip/-/compare/4d5c57d2655f5949c9819646b5bcca032d531034...9acba435af71d51e3dbb7dfd1f0b222ce45155f4 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
