zenhack / simp_le

Simple Let's Encrypt client
GNU General Public License v3.0
224 stars 38 forks source link

Debian packaging #17

Open zenhack opened 7 years ago

zenhack commented 7 years ago

Issue by kuba Friday Jan 15, 2016 at 19:52 GMT _Originally opened as https://github.com/kuba/simp_le/issues/69_


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

zenhack commented 7 years ago

Comment by athoune Friday Jan 15, 2016 at 21:00 GMT


Here is package version in Debian Jessie :

I can try a variant of #68

zenhack commented 7 years ago

Comment by alanthing Monday Feb 29, 2016 at 14:51 GMT


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

zenhack commented 7 years ago

Comment by kuba Monday Feb 29, 2016 at 17:31 GMT


That's great, please do share!

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

zenhack commented 7 years ago

Comment by alanthing Tuesday Mar 01, 2016 at 01:12 GMT


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

zenhack commented 7 years ago

Comment by bit Saturday Apr 16, 2016 at 10:51 GMT


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
zenhack commented 7 years ago

Comment by athoune Saturday Apr 16, 2016 at 13:52 GMT


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.

zenhack commented 7 years ago

Comment by kuba Sunday Apr 17, 2016 at 08:28 GMT


83 was merged, as a part of #98.

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

zenhack commented 7 years ago

Comment by bit Monday Apr 18, 2016 at 12:24 GMT


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)