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 39 40 41 42 43 44 45 46 47
|
* evaluate to introduce dh-sequence-python3 / dh-sequence-sphinxdoc
* given we need to rework the b-d code for the above change, maybe now it's doable?
* nodoc sphinx
* evaluate addons dependencies: add
dh-sequence-python3,
dh-sequence-sphinxdoc <!nodoc>,
to b-d, and then d/rules becomes
%:
+ dh $@ --buildsystem=pybuild
BUG!
it looks like projects that get their tarball from pypi are erroing out while th eones getting it from gh are ok:
ERROR: ~/deb/packages/pypi2deb/py2dsp -v --profile dpt --distribution unstable --revision 1 rich
OK: ~/deb/packages/pypi2deb/py2dsp -v --profile dpt --distribution unstable --revision 1 --gh https://github.com/frostming/unearth
It looks lke as if there's an extra level of directory:
morph@zion:~/deb/tmp/result$ ls result/rich-13.3.1/
debian rich-13.3.1
vs
morph@zion:~/deb/tmp/result$ ls result/unearth-0.7.2/
changelogithub.config.json CODE_OF_CONDUCT.md CONTRIBUTING.md debian docs LICENSE noxfile.py pdm.lock pyproject.toml README.md src tests
TESTS:
only setup.py
~/deb/packages/pypi2deb/py2dsp --profile dpt --distribution unstable --revision 1 --github https://github.com/linnik/roundrobin --pypi-search roundrobin python-roundrobin
(setup and pyproj, pyproj selected)
~/deb/packages/pypi2deb/py2dsp --profile dpt --distribution unstable --revision 1 --gh https://github.com/hbldh/bleak
pyproj using pdm
~/deb/packages/pypi2deb/py2dsp -v --profile dpt --distribution unstable --revision 1 --gh https://github.com/frostming/unearth
|