[Git][debian-gis-team/python-shapely][experimental] Enable numpy3 dh helper.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Thu Dec 22 11:32:04 GMT 2022



Bas Couwenberg pushed to branch experimental at Debian GIS Project / python-shapely


Commits:
2e45d9dd by Bas Couwenberg at 2022-12-22T12:24:11+01:00
Enable numpy3 dh helper.

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+python-shapely (2.0.0-1~exp2) UNRELEASED; urgency=medium
+
+  * Enable numpy3 dh helper.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Thu, 22 Dec 2022 12:24:10 +0100
+
 python-shapely (2.0.0-1~exp1) experimental; urgency=medium
 
   * New upstream release.


=====================================
debian/control
=====================================
@@ -23,12 +23,10 @@ Rules-Requires-Root: no
 
 Package: python3-shapely
 Architecture: any
-Depends: python3,
-         ${python3:Depends},
+Depends: ${python3:Depends},
          ${shlibs:Depends},
          ${misc:Depends}
-Suggests: python3-numpy,
-          python3-matplotlib
+Suggests: python3-matplotlib
 Enhances: python3-numpy
 Description: geometric objects, predicates, and operations (Python 3)
  Shapely is a package for manipulation and analysis of 2D features.


=====================================
debian/rules
=====================================
@@ -13,7 +13,7 @@ export LC_ALL=C.UTF-8
 include /usr/share/dpkg/architecture.mk
 
 %:
-	dh $@ --with python3 --buildsystem=pybuild
+	dh $@ --with python3,numpy3 --buildsystem=pybuild
 
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
@@ -23,7 +23,3 @@ else
 	dh_auto_test
 endif
 endif
-
-override_dh_python3:
-	dh_python3 -ppython3-shapely
-	dh_numpy3 -ppython3-shapely



View it on GitLab: https://salsa.debian.org/debian-gis-team/python-shapely/-/commit/2e45d9dd6bb9284779d321aa3214779d3a6de07e

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-shapely/-/commit/2e45d9dd6bb9284779d321aa3214779d3a6de07e
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/20221222/e5a1c2c1/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list