Bas Couwenberg pushed to branch master at Debian GIS Project / python-cligj
Commits: 4fc56f04 by Bas Couwenberg at 2026-06-02T08:54:27+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 ===================================== @@ -7,6 +7,7 @@ python-cligj (0.7.2-4) UNRELEASED; urgency=medium * Use test-build-validate-cleanup instead of test-build-twice. * Annotate build dependencies with nocheck. * Drop Priority: optional, default since dpkg 1.22.13. + * Use pybuild-plugin-pyproject instead of python3-setuptools. -- Bas Couwenberg <[email protected]> Thu, 20 Mar 2025 06:20:05 +0100 ===================================== debian/control ===================================== @@ -5,6 +5,7 @@ Section: python Build-Depends: debhelper-compat (= 13), dh-python, dh-sequence-python3, + pybuild-plugin-pyproject, python3-all, python3-click, 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/mapbox/cligj/pull/46 + +--- /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 View it on GitLab: https://salsa.debian.org/debian-gis-team/python-cligj/-/commit/4fc56f043cd5366e1c4c28e5f731128efdd5b3a3 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/python-cligj/-/commit/4fc56f043cd5366e1c4c28e5f731128efdd5b3a3 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
