Bas Couwenberg pushed to branch master at Debian GIS Project / usgs
Commits: ce0aca11 by Bas Couwenberg at 2026-06-02T09:43:13+02:00 Use pybuild-plugin-pyproject instead of python3-setuptools. - - - - - 4 changed files: - debian/changelog - debian/control - + debian/patches/pep517.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +usgs (0.3.7-2) UNRELEASED; urgency=medium + + * Team upload. + * Use pybuild-plugin-pyproject instead of python3-setuptools. + + -- Bas Couwenberg <[email protected]> Tue, 02 Jun 2026 09:37:40 +0200 + usgs (0.3.7-1) unstable; urgency=medium [ Bas Couwenberg ] ===================================== debian/control ===================================== @@ -6,6 +6,7 @@ Build-Depends: debhelper-compat (= 13), dh-python, dh-sequence-python3, dh-sequence-sphinxdoc <!nodoc>, + pybuild-plugin-pyproject, python3-all, python3-click, python3-pytest <!nocheck>, ===================================== debian/patches/pep517.patch ===================================== @@ -0,0 +1,10 @@ +Description: Add support for PEP 517. +Author: Bas Couwenberg <[email protected]> +Forwarded: https://github.com/kapadia/usgs/pull/81 + +--- /dev/null ++++ b/pyproject.toml +@@ -0,0 +1,3 @@ ++[build-system] ++requires = ["setuptools"] ++build-backend = "setuptools.build_meta" ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ 0001-Fix-privacy-breach.patch +pep517.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/usgs/-/commit/ce0aca11f85131a08794150ae86f752de202fc20 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/usgs/-/commit/ce0aca11f85131a08794150ae86f752de202fc20 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
