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 :
|