[Git][debian-gis-team/python-snuggs][master] 2 commits: Drop Python 2 support.

Bas Couwenberg gitlab at salsa.debian.org
Sun Jul 21 19:31:53 BST 2019



Bas Couwenberg pushed to branch master at Debian GIS Project / python-snuggs


Commits:
3f4917a2 by Bas Couwenberg at 2019-07-21T18:28:08Z
Drop Python 2 support.

- - - - -
a109e8a6 by Bas Couwenberg at 2019-07-21T18:28:21Z
Set distribution to unstable.

- - - - -


3 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
@@ -1,8 +1,10 @@
-python-snuggs (1.4.6-2) UNRELEASED; urgency=medium
+python-snuggs (1.4.6-2) unstable; urgency=medium
 
+  * Team upload.
   * Bump Standards-Version to 4.4.0, no changes.
+  * Drop Python 2 support.
 
- -- Bas Couwenberg <sebastic at debian.org>  Wed, 10 Jul 2019 19:11:55 +0200
+ -- Bas Couwenberg <sebastic at debian.org>  Sun, 21 Jul 2019 20:28:10 +0200
 
 python-snuggs (1.4.6-1) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -5,37 +5,18 @@ Section: python
 Priority: optional
 Build-Depends: debhelper (>= 9),
                dh-python,
-               python-all,
                python3-all,
-               python-hypothesis,
                python3-hypothesis,
-               python-numpy,
                python3-numpy,
-               python-setuptools,
                python3-setuptools,
-               python-pytest,
                python3-pytest,
-               python-click,
                python3-click,
-               python-pyparsing,
                python3-pyparsing,
 Standards-Version: 4.4.0
 Vcs-Browser: https://salsa.debian.org/debian-gis-team/python-snuggs
 Vcs-Git: https://salsa.debian.org/debian-gis-team/python-snuggs.git
 Homepage: https://github.com/mapbox/snuggs
 
-Package: python-snuggs
-Architecture: all
-Depends: python-lxml,
-         ${python:Depends},
-         ${misc:Depends}
-Description: S-expressions for numpy - Python 2 version
- This library parses S-expressions using numpy. Available function include
- arithmetic and logical operators. Also members of the numpy module such as
- "asarray()", "mean()" and "where" are available.
- .
- This package provides the Python 2 version of the package.
-
 Package: python3-snuggs
 Architecture: all
 Depends: python3-lxml,


=====================================
debian/rules
=====================================
@@ -5,11 +5,7 @@ export PYBUILD_TEST_PYTEST=1
 export PYBUILD_TEST_ARGS=$(CURDIR)/test_snuggs.py
 
 %:
-	dh  $@ --with python2,python3 --buildsystem pybuild --parallel
-
-override_dh_python2:
-	dh_python2 -ppython-snuggs
-	dh_numpy -ppython-snuggs
+	dh  $@ --with python3 --buildsystem pybuild --parallel
 
 override_dh_python3:
 	dh_python3 -ppython3-snuggs



View it on GitLab: https://salsa.debian.org/debian-gis-team/python-snuggs/compare/4eb738425ded8f7db5d1eb7e285a1471286ce699...a109e8a6db88c35248cdb9fe706712197dea24da

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-snuggs/compare/4eb738425ded8f7db5d1eb7e285a1471286ce699...a109e8a6db88c35248cdb9fe706712197dea24da
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/20190721/ce1903be/attachment-0001.html>


More information about the Pkg-grass-devel mailing list