File: TODO

package info (click to toggle)
python-coverage 6.5.0%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,580 kB
  • sloc: python: 25,471; ansic: 1,152; javascript: 1,104; makefile: 253; sh: 107; xml: 48
file content (38 lines) | stat: -rw-r--r-- 693 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
To Do list for Debian packaging
###############################

:Last-Updated: 2019-01-22

To Do
=====

* Enable upstream test suite using Tox.

  * Add `tox` Build-Depends.
  * Enable Pybuild to run test suite with `tox`.


Done
====

* Build binary packages for PyPy.

  * Add `pypy` Build-Depends.

* Build binary package for upstream documentation.

  * Add `sphinx` Build-Depends.
  * Enable Pybuild to build using Sphinx.


..
    Local variables:
    coding: utf-8
    mode: rst
    mode: text
    time-stamp-format: "%:y-%02m-%02d"
    time-stamp-start: "^:Last-Updated:[ 	]+"
    time-stamp-end: "$"
    time-stamp-line-limit: 20
    End:
    vim: fileencoding=utf-8 filetype=rst :