[Git][debian-gis-team/python-hdf4][master] 2 commits: Use the <!nocheck> marker
Antonio Valentino (@antonio.valentino)
gitlab at salsa.debian.org
Sun Dec 3 17:43:08 GMT 2023
Antonio Valentino pushed to branch master at Debian GIS Project / python-hdf4
Commits:
4efde849 by Antonio Valentino at 2023-12-03T17:38:46+00:00
Use the <!nocheck> marker
- - - - -
b9512c05 by Antonio Valentino at 2023-12-03T17:42:32+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,9 +1,15 @@
python-hdf4 (0.11.3-2) UNRELEASED; urgency=medium
+ [ Bas Couwenberg ]
* Team upload.
* 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> Sun, 13 Aug 2023 11:31:02 +0200
python-hdf4 (0.11.3-1) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -1,6 +1,7 @@
Source: python-hdf4
Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino at tiscali.it>
+Testsuite: autopkgtest-pkg-pybuild
Section: python
Priority: optional
Rules-Requires-Root: no
@@ -12,7 +13,7 @@ Build-Depends: debhelper-compat (= 13),
libjpeg-dev,
pybuild-plugin-pyproject,
python3-all-dev,
- python3-pytest,
+ python3-pytest <!nocheck>,
python3-numpy,
python3-setuptools,
zlib1g-dev
=====================================
debian/rules
=====================================
@@ -3,8 +3,9 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-export PYBUILD_NAME=python-hdf4
+export PYBUILD_NAME=pyhdf
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+export PYBUILD_TEST_ARGS=--pyargs ${PYBUILD_NAME}
%:
=====================================
debian/tests/control deleted
=====================================
@@ -1,2 +0,0 @@
-Tests: python3
-Depends: @, python3-all, python3-pytest
=====================================
debian/tests/python3 deleted
=====================================
@@ -1,11 +0,0 @@
-#!/bin/sh
-set -efu
-
-PYS=${PYS:-"$(py3versions -s 2>/dev/null)"}
-
-cd "$AUTOPKGTEST_TMP"
-
-for py in $PYS; do
- echo "=== $py ==="
- $py -m pytest -v --pyargs pyhdf 2>&1
-done
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-hdf4/-/compare/ea6292975f78b0c131dedcfd13e9b535860a3c50...b9512c0559808f3f1b07ba066b176effc50ae17d
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-hdf4/-/compare/ea6292975f78b0c131dedcfd13e9b535860a3c50...b9512c0559808f3f1b07ba066b176effc50ae17d
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/2d7f2718/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list