Policy missing from the python* packages?

2018-09-13 Thread Joseph Herlant
Hi guys, It's probably a mistake on my side but I'm looking for the package that provides the python policy locally. In https://packages.debian.org/testing/amd64/python/filelist I can see that the python package provides the files in the '/usr/share/doc/python/python-policy.html/' directory. But

Bug#908787: RFP: pigpio -- library allowing remote control of Raspberry Pi GPIO

2018-09-13 Thread Nick Morrott
Package: wnpp Severity: wishlist X-Debbugs-CC: debian-de...@lists.debian.org, debian-python@lists.debian.org, pkg-raspi-maintain...@alioth-lists.debian.net * Package name: pigpio Version : 67 Upstream Author : Joan * URL : https://github.com/joan2937/pigpio * License

Bug#908783: ITP: firmware-microbit-micropython -- MicroPython runtime for the BBC micro:bit

2018-09-13 Thread Nick Morrott
Package: wnpp Owner: Nick Morrott Severity: wishlist X-Debbugs-CC: debian-de...@lists.debian.org, debian-python@lists.debian.org * Package name: firmware-microbit-micropython Version : 1.0.0-rc.4 Upstream Author : The MicroPython-on-micro:bit Developers * URL : https:/

Bug#908781: ITP: yotta -- build tool for C/C++ projects using modular components

2018-09-13 Thread Nick Morrott
Package: wnpp Owner: Nick Morrott Severity: wishlist X-Debbugs-CC: debian-de...@lists.debian.org, debian-python@lists.debian.org * Package name: yotta Version : 0.18.5 Upstream Author : ARM Limited * URL : https://github.com/ARMmbed/yotta * License : Apache-2.0

RFS: freetype-py/2.0.0.post6-1 [ITP]

2018-09-13 Thread Bastian Germann
Hi, I am looking for a sponsor for my package "freetype-py". * Package name: freetype-py Version : 2.0.0.post6-1 Upstream Author : Nicolas P. Rougier * URL : https://github.com/rougier/freetype-py * License : BSD Section : python It builds thos

Problem with pybuild and pytest

2018-09-13 Thread Ole Streicher
Hi, For one of my packages (sunpy), I want to complete the switch to pybuild by removing the custom (and quite unperfect) dh_override_auto_test rule. Currently, I have the following lines in d/rules: override_dh_auto_test: python -m pytest sunpy -k "not figure and not online" pyt