nickzoic / mpy-utils

Utility programs for Micropython ...
MIT License
104 stars 23 forks source link

Debian packaging for mpy-utils #8

Closed pdwerryhouse closed 6 years ago

pdwerryhouse commented 7 years ago

Heya,

As I dislike splattering code across my filesystem, I thought I'd debianise mpy-utils for you :)

Requires a debianised fusepy, which isn't part of Debian/Ubuntu. It can be created with:

py2dsc --with-python3=True fusepy-2.0.4.tar.gz cd fusepy-2.0.4 dpkg-buildpackage -rfakeroot

nickzoic commented 7 years ago

Oh hey thanks Paul, I'll have a look at this. I always use pip for python packaging (in a virtualenv, I'm not a monster) so it hadn't occurred to me. I might be getting rid of the fuse version anyway, it is pretty annoying: see mpy_watch for a different approach.