[Git][debian-gis-team/python-geotiepoints][master] 4 commits: Use the <!nocheck> marker

Antonio Valentino (@antonio.valentino) gitlab at salsa.debian.org
Mon Aug 14 13:17:45 BST 2023



Antonio Valentino pushed to branch master at Debian GIS Project / python-geotiepoints


Commits:
cbdefee6 by Antonio Valentino at 2023-08-14T09:20:47+00:00
Use the <!nocheck> marker

- - - - -
f3209c90 by Antonio Valentino at 2023-08-14T11:43:08+02:00
Switch to autopkgtest-pkg-pybuild

- - - - -
61b4c263 by Antonio Valentino at 2023-08-14T14:15:08+02:00
Drop d/source/options

- - - - -
2ca3a472 by Antonio Valentino at 2023-08-14T14:17:15+02:00
Add dependency on python3-versioneer

- - - - -


9 changed files:

- debian/changelog
- debian/control
- debian/patches/0003-Fix-tests-on-i386-arch.patch → debian/patches/0002-Fix-tests-on-i386-arch.patch
- − debian/patches/0002-Remove-versineer-from-pyproject-requires.patch
- debian/patches/series
- debian/rules
- − debian/source/options
- − debian/tests/control
- − debian/tests/python3


Changes:

=====================================
debian/changelog
=====================================
@@ -1,9 +1,18 @@
 python-geotiepoints (1.6.0-2) UNRELEASED; urgency=medium
 
+  [ Bas Couwenberg ]
   * Team upload.
   * Remove generated files in clean target.
     (closes: #1046965)
 
+  [ Antonio Valentino ]
+  * debian/control:
+    - Use the <!nocheck> marker.
+    - Add dependency on python3-versioneer.
+  * Switch to autopkgtest-pkg-pybuild and remove the no longer
+    necessary d/tests folder.
+  * Drop d/source/options, no longer needed.
+
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 11 Aug 2023 17:09:38 +0200
 
 python-geotiepoints (1.6.0-1) unstable; urgency=medium


=====================================
debian/control
=====================================
@@ -4,6 +4,7 @@ Uploaders: Antonio Valentino <antonio.valentino at tiscali.it>
 Section: python
 Priority: optional
 Rules-Requires-Root: no
+Testsuite: autopkgtest-pkg-pybuild
 Build-Depends: debhelper-compat (= 13),
                dh-python,
                cython3,
@@ -15,9 +16,10 @@ Build-Depends: debhelper-compat (= 13),
                python3-pandas,
                python3-pyproj,
                python3-pyresample,
-               python3-pytest,
+               python3-pytest <!nocheck>,
                python3-scipy,
                python3-setuptools,
+               python3-versioneer,
                python3-xarray
 Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/debian-gis-team/python-geotiepoints


=====================================
debian/patches/0003-Fix-tests-on-i386-arch.patch → debian/patches/0002-Fix-tests-on-i386-arch.patch
=====================================


=====================================
debian/patches/0002-Remove-versineer-from-pyproject-requires.patch deleted
=====================================
@@ -1,20 +0,0 @@
-From: Antonio Valentino <antonio.valentino at tiscali.it>
-Date: Sat, 15 Oct 2022 16:57:37 +0000
-Subject: Remove versineer from pyproject requires
-
-Forwarded: not-needed
----
- pyproject.toml | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/pyproject.toml b/pyproject.toml
-index 8dbf46a..fbf64b5 100644
---- a/pyproject.toml
-+++ b/pyproject.toml
-@@ -1,5 +1,5 @@
- [build-system]
--requires = ["setuptools", "wheel", "oldest-supported-numpy", "Cython", "versioneer"]
-+requires = ["setuptools", "wheel", "oldest-supported-numpy", "Cython"]
- build-backend = "setuptools.build_meta"
- 
- [tool.coverage.run]


=====================================
debian/patches/series
=====================================
@@ -1,3 +1,2 @@
 0001-Skip-tests-using-external-data.patch
-0002-Remove-versineer-from-pyproject-requires.patch
-0003-Fix-tests-on-i386-arch.patch
+0002-Fix-tests-on-i386-arch.patch


=====================================
debian/rules
=====================================
@@ -6,7 +6,7 @@
 export USE_CYTHON=TRUE
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 export PYBUILD_NAME=geotiepoints
-export PYTHONPATH=$(CURDIR)
+export PYBUILD_TEST_ARGS=--pyargs ${PYBUILD_NAME}
 
 %:
 	dh $@ --with python3,numpy3 --buildsystem=pybuild


=====================================
debian/source/options deleted
=====================================
@@ -1 +0,0 @@
-extend-diff-ignore="^[^/]+.egg-info/"


=====================================
debian/tests/control deleted
=====================================
@@ -1,2 +0,0 @@
-Tests: python3
-Depends: @, python3-all, python3-h5py, python3-pytest, python3-pyproj, python3-pyresample


=====================================
debian/tests/python3 deleted
=====================================
@@ -1,12 +0,0 @@
-#!/bin/sh
-set -efu
-
-PYS=${PYS:-"$(py3versions -s 2>/dev/null)"}
-TESTPKG=${TESTPKG:-geotiepoints}
-
-cd "$AUTOPKGTEST_TMP"
-
-for py in $PYS; do
-    echo "=== $py ==="
-    $py -m pytest --pyargs ${TESTPKG}
-done



View it on GitLab: https://salsa.debian.org/debian-gis-team/python-geotiepoints/-/compare/6f53ae39479f6a2c65d61de1042fc07fb4e51749...2ca3a472f91a2d755564f1553476b07f0816884b

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-geotiepoints/-/compare/6f53ae39479f6a2c65d61de1042fc07fb4e51749...2ca3a472f91a2d755564f1553476b07f0816884b
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20230814/39dd5fed/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list