[psycopg] Releasing Linux binary packages of psycopg

Поиск
Список
Период
Сортировка
От Daniele Varrazzo
Тема [psycopg] Releasing Linux binary packages of psycopg
Дата
Msg-id CA+mi_8Y=noaN-qp2p4ypfCwWZVnn3=smLm2oAWi-osUZpKJ3-Q@mail.gmail.com
обсуждение исходный текст
Ответы Re: [psycopg] Releasing Linux binary packages of psycopg  (Adrian Klaver <adrian.klaver@aklaver.com>)
Re: [psycopg] Releasing Linux binary packages of psycopg  (Daniele Varrazzo <daniele.varrazzo@gmail.com>)
Список psycopg
Hello,

I'm testing with the generation of "manylinux" packages for psycopg2.
This means it is a binary distribution including all the libs (libpq,
ldap, ssl, kerberos...) that can be installed on any Linux platform
without the need of a C compiler, a system libpq, pg_config in the
path, and all the other support libraries.

The distribution is currently available on the test pypi:
https://testpypi.python.org/pypi/psycopg2/2.7.dev0 It should be
possible to install it using:

pip install -i https://testpypi.python.org/pypi psycopg2

The main libraries version included are libpq from PG 9.5.5, libssl
0.9.8e: I think they are modern enough but I'd be glad to know
otherwise. (The manylinux build system is limited to what can be
installed on CentOS 5).

If you can test the packages on your most stripped-down Linux version
that'd be great. Thank you very much!

-- Daniele


В списке psycopg по дате отправления:

Предыдущее
От: Jim Nasby
Дата:
Сообщение: Re: [psycopg] Solving the SQL composition problem
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: [psycopg] Releasing Linux binary packages of psycopg