Bas Couwenberg pushed to branch master at Debian GIS Project / doris
Commits: 40e42ee8 by Bas Couwenberg at 2026-06-02T07:17:52+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 ===================================== @@ -2,6 +2,7 @@ doris (5.0.3~beta+dfsg-20) UNRELEASED; urgency=medium * Team upload. * Bump Standards-Version to 4.7.4, no changes. + * Use pybuild-plugin-pyproject instead of python3-setuptools. -- Bas Couwenberg <[email protected]> Sat, 04 Apr 2026 10:09:56 +0200 ===================================== debian/control ===================================== @@ -11,6 +11,7 @@ Build-Depends: debhelper-compat (= 13), libfftw3-dev, liblapack-dev, libtriangle-dev, + pybuild-plugin-pyproject, python3-all, python3-fastkml, python3-fiona, ===================================== debian/patches/pep517.patch ===================================== @@ -0,0 +1,10 @@ +Description: Add support for PEP 517. +Author: Bas Couwenberg <[email protected]> +Forwarded: https://github.com/TUDelftGeodesy/Doris/pull/36 + +--- /dev/null ++++ b/pyproject.toml +@@ -0,0 +1,3 @@ ++[build-system] ++requires = ["setuptools"] ++build-backend = "setuptools.build_meta" ===================================== debian/patches/series ===================================== @@ -12,3 +12,4 @@ 0012-fix-default-params-in-friend-functions.patch 0013-Fix-tempaletes-declaration.patch 0014-Fix-shebang-string-in-helpdoris.patch +pep517.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/doris/-/commit/40e42ee8a31b2cac25e996339cf09b4abc10f04b -- View it on GitLab: https://salsa.debian.org/debian-gis-team/doris/-/commit/40e42ee8a31b2cac25e996339cf09b4abc10f04b 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
