[Git][debian-gis-team/pygac][master] 2 commits: Use the <!nocheck> marker
Antonio Valentino (@antonio.valentino)
gitlab at salsa.debian.org
Sun Dec 3 18:01:47 GMT 2023
Antonio Valentino pushed to branch master at Debian GIS Project / pygac
Commits:
2bf9de67 by Antonio Valentino at 2023-12-03T17:58:59+00:00
Use the <!nocheck> marker
- - - - -
0d42759e by Antonio Valentino at 2023-12-03T18:00:51+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
=====================================
@@ -6,8 +6,10 @@ pygac (1.7.2-2) UNRELEASED; urgency=medium
* Switch to dh-sequence-*.
[ Antonio Valentino ]
- * debian/packages:
+ * debian/control:
- Move the common package description to source.
+ - Use the <!nocheck> marker.
+ * Switch to autopkgtest-pkg-pybuild.
-- Bas Couwenberg <sebastic at debian.org> Sun, 13 Aug 2023 10:25:43 +0200
=====================================
debian/control
=====================================
@@ -2,7 +2,7 @@ Source: pygac
Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino at tiscali.it>
Section: python
-Testsuite: autopkgtest-pkg-python
+Testsuite: autopkgtest-pkg-pybuild
Rules-Requires-Root: no
Priority: optional
Build-Depends: debhelper-compat (= 13),
@@ -18,7 +18,7 @@ Build-Depends: debhelper-compat (= 13),
python3-numpy,
python3-packaging,
python3-pyorbital,
- python3-pytest,
+ python3-pytest <!npcheck>,
python3-scipy,
python3-setuptools,
python3-setuptools-scm
=====================================
debian/rules
=====================================
@@ -9,6 +9,7 @@ include /usr/share/dpkg/pkg-info.mk
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export PYGAC_CONFIG_FILE=${CURDIR}/debian/pygac-test.cfg
export SETUPTOOLS_SCM_PRETEND_VERSION=$(DEB_VERSION_UPSTREAM)
+export PYBUILD_TEST_ARGS=--pyargs pygac
%:
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:-pygac}
-
-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/pygac/-/compare/d9d34dae2fcbef8f48290bbc92efb6888de91ad4...0d42759ecf6398207c645b078c5fcbd7edd98bd3
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/pygac/-/compare/d9d34dae2fcbef8f48290bbc92efb6888de91ad4...0d42759ecf6398207c645b078c5fcbd7edd98bd3
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/d6b3ac24/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list