[Git][debian-gis-team/pims][master] Use pybuild-plugin-pyproject instead of python3-setuptools.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Tue Jun 2 07:30:33 BST 2026
Bas Couwenberg pushed to branch master at Debian GIS Project / pims
Commits:
72d1f630 by Bas Couwenberg at 2026-06-02T08:29:51+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 @@ pims (0.7+ds-3) UNRELEASED; urgency=medium
* Team upload.
* Bump Standards-Version to 4.7.4, no changes.
+ * Use pybuild-plugin-pyproject instead of python3-setuptools.
-- Bas Couwenberg <sebastic at debian.org> Sat, 04 Apr 2026 10:17:23 +0200
=====================================
debian/control
=====================================
@@ -4,6 +4,7 @@ Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino at tiscali.it>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
+ pybuild-plugin-pyproject,
python3-all,
python3-av <!nocheck>,
python3-jinja2 <!nocheck>,
=====================================
debian/patches/pep517.patch
=====================================
@@ -0,0 +1,10 @@
+Description: Add support for PEP 517.
+Author: Bas Couwenberg <sebastic at debian.org>
+Forwarded: https://github.com/soft-matter/pims/pull/473
+
+--- /dev/null
++++ b/pyproject.toml
+@@ -0,0 +1,3 @@
++[build-system]
++requires = ["setuptools"]
++build-backend = "setuptools.build_meta"
=====================================
debian/patches/series
=====================================
@@ -2,3 +2,4 @@
0002-python-av-compat.patch
0003-Do-not-treat-warnings-as-errors.patch
0004-Skip-broken-tests.patch
+pep517.patch
View it on GitLab: https://salsa.debian.org/debian-gis-team/pims/-/commit/72d1f63033af546348f1af2c6a4ebe5aee1ca611
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/pims/-/commit/72d1f63033af546348f1af2c6a4ebe5aee1ca611
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20260602/78b44336/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list