OSX packages to test

From: Daniele Varrazzo <daniele(dot)varrazzo(at)gmail(dot)com>
To: "psycopg(at)postgresql(dot)org" <psycopg(at)postgresql(dot)org>
Subject: OSX packages to test
Date: 2017-02-13 13:49:20
Message-ID: CA+mi_8Y_BF==h4ozBzdaiFO9mVown4rR0Sj5TmQAdAGHD4VNdQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg

Hello,

I've had some reverse tunnel fun to get into travis OSX machine and
use them interactively, and I have managed to create OSX binary
packages for psycopg. Like the manylinux version they contain a copy
of the libpq and the other libraries needed so it should be possible
to install them on machines where there is no compiler, python and
libpq header files, postgres client library installed.

Packages are provided for Python versions 2.7, 3.4, 3.5, 3.6 as I've
not been able to install other Python versions on Travis
(https://github.com/psycopg/psycopg2-wheels/commit/1cc87601) but I
guess that should be enough.

It would be great if you could test them, using:

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

It has been reported
(https://github.com/psycopg/psycopg2/issues/385#issuecomment-279212629)
that installing wheels requires an up to date pip version, so a "pip
install --upgrade pip" could be helpful in case of problems.

Let me know if they work ok for you. Thank you very much.

-- Daniele

Responses

Browse psycopg by date

  From Date Subject
Next Message Jim Nasby 2017-02-13 16:15:14 Re: OSX packages to test
Previous Message Christophe Pettus 2017-02-08 14:14:45 Re: Changing set_session implementation