simp_le
simp_le copied to clipboard
Debian packaging
For more context (and preferred solution) see https://github.com/kuba/simp_le/pull/68#issuecomment-172066545.
Here is package version in Debian Jessie :
- python-cryptography 0.6.1-1
- python-openssl 0.14-1
- no pytz
- python-requests 2.4.3-6
I can try a variant of #68
@kuba I have documented how to create non-virtualenv packages for CentOS 6 and 7. If you'd like me to add them to a Wiki page, let me know and I'll be happy to share.
That's great, please do share!
BTW, any chance for reproducible scripts that could be pulled directly to the the repo (PR)? :)
Sure, I'll start another issue so as to not hijack this one b/c I do have a question.
Once #83 is merged, you can create a valid debian package with the following 2 lines:
python3 setup.py --command-packages=stdeb.command debianize
echo "acme python3-acme (>= 0.4.0)" > debian/py3dist-overrides
I need a package for Debian Wheezy, so I keep my dh-virtualenv hack.
But it's great if an official package is available for contemporary Debian.
#83 was merged, as a part of #98.
@bit, do you mean debianize
that is part of https://pypi.python.org/pypi/stdeb?
do you mean debianize that is part of https://pypi.python.org/pypi/stdeb?
@kuba yes debianize is part of stdeb (apt install python3-stdeb)