[Git][debian-gis-team/ecmwf-api-client][master] Use pybuild-plugin-pyproject instead of python3-setuptools.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Tue Jun 2 06:35:29 BST 2026
Bas Couwenberg pushed to branch master at Debian GIS Project / ecmwf-api-client
Commits:
59709991 by Bas Couwenberg at 2026-06-02T07:35:05+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/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -6,6 +6,7 @@ ecmwf-api-client (1.6.5-2) UNRELEASED; urgency=medium
* Drop Rules-Requires-Root: no, default since dpkg 1.22.13.
* Use test-build-validate-cleanup instead of test-build-twice.
* Drop Priority: optional, default since dpkg 1.22.13.
+ * Use pybuild-plugin-pyproject instead of python3-setuptools.
-- Bas Couwenberg <sebastic at debian.org> Thu, 20 Mar 2025 06:03:48 +0100
=====================================
debian/control
=====================================
@@ -5,6 +5,7 @@ Uploaders: Antonio Valentino <antonio.valentino at tiscali.it>
Build-Depends: debhelper-compat (= 13),
dh-python,
dh-sequence-python3,
+ pybuild-plugin-pyproject,
python3-all,
python3-setuptools
Standards-Version: 4.7.4
=====================================
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/ecmwf/ecmwf-api-client/pull/27
+
+--- /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/rules
=====================================
@@ -2,6 +2,7 @@
export PYBUILD_NAME=ecmwf-api-client
export PYBUILD_DISABLE=test
+export PYTHONPATH=$(CURDIR)
%:
dh $@ --buildsystem=pybuild
View it on GitLab: https://salsa.debian.org/debian-gis-team/ecmwf-api-client/-/commit/597099914e109571471e5e373eca1fe36fb649c5
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/ecmwf-api-client/-/commit/597099914e109571471e5e373eca1fe36fb649c5
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/0870cca4/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list