Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debian packaging #69

Open
kuba opened this issue Jan 15, 2016 · 8 comments
Open

Debian packaging #69

kuba opened this issue Jan 15, 2016 · 8 comments

Comments

@kuba
Copy link
Owner

kuba commented Jan 15, 2016

For more context (and preferred solution) see #68 (comment).

@athoune
Copy link

athoune commented Jan 15, 2016

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

@alanivey
Copy link

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

@kuba
Copy link
Owner Author

kuba commented Feb 29, 2016 via email

@alanivey
Copy link

alanivey commented Mar 1, 2016

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

@bit
Copy link
Contributor

bit commented Apr 16, 2016

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

@athoune
Copy link

athoune commented Apr 16, 2016

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.

@kuba
Copy link
Owner Author

kuba commented Apr 17, 2016

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

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

@bit
Copy link
Contributor

bit commented Apr 18, 2016

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants