Hi all–
To make the Python development process a little easier, it’s nice to have packages on PyPI for easy installation. In an ideal world we’d have our own CI and a private PyPI to achieve this. There’s a Trac ticket for setting that up[1].
As a slight stop-gap measure, I’ve set up a simple PyPI server[2]. It’s got a meagre collection of automatically built packages from SR’s collection (those packages which (1) use setuptools, (2) are portable and (3) I thought about). The build script is available[3].
You can, for instance, now install the tools with `pip3 install -i
http://srpypi.alynn.co.uk/simple/ sr.tools`.
Alistair
[1]
http://trac.srobo.org/ticket/2832
[2]
http://srpypi.alynn.co.uk/
[3]
http://github.com/prophile/sr-builder