Skip to content
Commits on Source (2)
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@debian.org> Wed, 10 Jul 2019 19:11:55 +0200
-- Bas Couwenberg <sebastic@debian.org> Sun, 21 Jul 2019 20:28:10 +0200
python-snuggs (1.4.6-1) unstable; urgency=medium
......
......@@ -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,
......
......@@ -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
......