Codebase list pygrace / 7db1829
chenges because python2 is dead Georges Khaznadar 4 years ago
7 changed file(s) with 19 addition(s) and 23 deletion(s). Raw diff Collapse all Expand all
00 *~
1 debian
21 .pc
32 *.pyc
43 __pycache__
0 pygrace (0.5-3) unstable; urgency=medium
1
2 * bumped standards-version to 4.3.0, dh level to 11
3 * removed dependencies on python2. Replaced python-setuptools by
4 python3-setuptools. Closes: #937450
5 * removed X-Python*-Version stances
6 * no longer build the package python-pygrace
7
8 -- Georges Khaznadar <georgesk@debian.org> Sun, 01 Sep 2019 18:43:11 +0200
9
010 pygrace (0.5-2) unstable; urgency=medium
111
212 * upgraded Standards-Version to 4.1.4, dh level to 10
11 Section: python
22 Priority: optional
33 Maintainer: Georges Khaznadar <georgesk@debian.org>
4 Build-Depends: debhelper (>= 10), quilt,
5 python-all(>=2.6.6-3), python-setuptools (>= 0.6b3),
4 Build-Depends: debhelper (>= 11), quilt,
5 python3-setuptools,
66 python3-all, dh-python
7 Standards-Version: 4.1.1
7 Standards-Version: 4.3.0
88 Homepage: http://www.cacr.caltech.edu/~mmckerns/software.html
9 X-Python-Version: >= 2.7
10 X-Python3-Version: >= 3.5
119 Vcs-Browser: https://salsa.debian.org/georgesk/pygrace
1210 Vcs-Git: https://salsa.debian.org/georgesk/pygrace.git
13
14 Package: python-pygrace
15 Architecture: all
16 Depends: ${python:Depends}, ${misc:Depends}, grace (>=1:5.1.22),
17 python-numpy
18 Description: Python bindings for grace
19 Grace is a point-and-click tool that allows the user to draw X-Y plots.
20 .
21 So python-grace inherits: User defined scaling, tick marks, labels,
22 symbols, line styles, colors. Polynomial regression, splines, running
23 averages, DFT/FFT, cross/auto-correlation, etc.
24 .
25 In addition, python-grace interacts nicely with numpy.
2611
2712 Package: python3-pygrace
2813 Architecture: all
+0
-1
debian/python-pygrace.install less more
0 usr/lib/python2.7
+0
-1
debian/python3-pygrace.install less more
0 usr/lib/python3.*
1010
1111
1212 %:
13 dh $@ --with python2 --with python3
13 dh $@ --with python3
1414
15 override_dh_install:
16 dh_install
17 # don't know why, setup.py builds this wrong directory
18 rm -rf debian/python3-pygrace/usr/lib/python2.7