simp_le icon indicating copy to clipboard operation
simp_le copied to clipboard

Debian packaging

Open kuba opened this issue 9 years ago • 8 comments

For more context (and preferred solution) see https://github.com/kuba/simp_le/pull/68#issuecomment-172066545.

kuba avatar Jan 15 '16 19:01 kuba

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

athoune avatar Jan 15 '16 21:01 athoune

@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.

alanivey avatar Feb 29 '16 14:02 alanivey

That's great, please do share!

BTW, any chance for reproducible scripts that could be pulled directly to the the repo (PR)? :)

kuba avatar Feb 29 '16 17:02 kuba

Sure, I'll start another issue so as to not hijack this one b/c I do have a question.

alanivey avatar Mar 01 '16 01:03 alanivey

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

bit avatar Apr 16 '16 10:04 bit

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.

athoune avatar Apr 16 '16 13:04 athoune

#83 was merged, as a part of #98.

@bit, do you mean debianize that is part of https://pypi.python.org/pypi/stdeb?

kuba avatar Apr 17 '16 08:04 kuba

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)

bit avatar Apr 18 '16 12:04 bit