[Git][debian-gis-team/pyninjotiff][master] 2 commits: Use the <!nocheck> marker
Antonio Valentino (@antonio.valentino)
gitlab at salsa.debian.org
Sun Dec 3 17:53:07 GMT 2023
Antonio Valentino pushed to branch master at Debian GIS Project / pyninjotiff
Commits:
b4d56407 by Antonio Valentino at 2023-12-03T17:50:33+00:00
Use the <!nocheck> marker
- - - - -
a54f27b8 by Antonio Valentino at 2023-12-03T17:52:26+00:00
Switch to autopkgtest-pkg-pybuild
- - - - -
5 changed files:
- debian/changelog
- debian/control
- debian/rules
- − debian/tests/control
- − debian/tests/python3
Changes:
=====================================
debian/changelog
=====================================
@@ -1,5 +1,6 @@
pyninjotiff (0.4.0-3) UNRELEASED; urgency=medium
+ [ Bas Couwenberg ]
* Team upload.
* Enable numpy3 dh helper.
* Enable Salsa CI.
@@ -8,6 +9,11 @@ pyninjotiff (0.4.0-3) UNRELEASED; urgency=medium
* Remove generated files in clean target.
* Switch to dh-sequence-*.
+ [ Antonio Valentino ]
+ * debian/control:
+ - Use the <!nocheck> marker.
+ * Switch to autopkgtest-pkg-pybuild.
+
-- Bas Couwenberg <sebastic at debian.org> Thu, 22 Dec 2022 10:01:47 +0100
pyninjotiff (0.4.0-2) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -3,7 +3,7 @@ Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino at tiscali.it>
Section: python
Priority: optional
-Testsuite: autopkgtest-pkg-python
+Testsuite: autopkgtest-pkg-pybuild
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-python,
@@ -17,7 +17,7 @@ Build-Depends: debhelper-compat (= 13),
python3-poetry-core,
python3-pyproj,
python3-pyresample,
- python3-pytest,
+ python3-pytest <!nocheck>,
python3-six,
python3-trollimage,
python3-xarray
=====================================
debian/rules
=====================================
@@ -8,6 +8,7 @@ export PYBUILD_NAME=pyninjotiff
export PYBUILD_AFTER_INSTALL=\
rm -rf "{destdir}"/usr/lib/python3*/*-packages/pyninjotiff/*ninjotif*example*; \
chmod -x "{destdir}"/usr/lib/python3*/*-packages/pyninjotiff/ninjotiff.py
+export PYBUILD_TEST_ARGS=--pyargs ${PYBUILD_NAME}
%:
dh $@ --buildsystem=pybuild
=====================================
debian/tests/control deleted
=====================================
@@ -1,2 +0,0 @@
-Tests: python3
-Depends: @, python3-all, python3-pytest
=====================================
debian/tests/python3 deleted
=====================================
@@ -1,12 +0,0 @@
-#!/bin/sh
-set -efu
-
-PYS=${PYS:-"$(py3versions -s 2>/dev/null)"}
-TESTPKG=${TESTPKG:-pyninjotiff}
-
-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/pyninjotiff/-/compare/1b02532e694ecb2f710ae284172778abcec69407...a54f27b8629efdfd7744d84eda4670d6a2d28c99
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/pyninjotiff/-/compare/1b02532e694ecb2f710ae284172778abcec69407...a54f27b8629efdfd7744d84eda4670d6a2d28c99
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/20231203/cf530bac/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list