Обсуждение: [pgadmin-hackers] Pip Setup Typo Fix & Question

Поиск
Список
Период
Сортировка

[pgadmin-hackers] Pip Setup Typo Fix & Question

От
Jonas Thelemann
Дата:
Hey pgadmin-hackers,

here's my next try. I think I've found some typos in the pip setup
script, see the attachent.
And I've got one question: Why is there a
"pgadmin4-1.1-py2-none-any.whl" AND a
"pgadmin4-1.2-py2.py3-none-any.whl" being built? The "py2.py3" part
confuses me: what does it mean?

Thanks,
Jonas Thelemann


Вложения

Re: [pgadmin-hackers] Pip Setup Typo Fix & Question

От
Jonas Thelemann
Дата:

Ok, "py2.py3" makes sense because it's for both python versions. But why is a v1.1 still (re)build?

Am 04.03.2017 um 23:03 schrieb Jonas Thelemann:
Hey pgadmin-hackers,

here's my next try. I think I've found some typos in the pip setup script, see the attachent.
And I've got one question: Why is there a "pgadmin4-1.1-py2-none-any.whl" AND a "pgadmin4-1.2-py2.py3-none-any.whl" being built? The "py2.py3" part confuses me: what does it mean?

Thanks,
Jonas Thelemann

Re: [pgadmin-hackers] Pip Setup Typo Fix & Question

От
Dave Page
Дата:
On Sat, Mar 4, 2017 at 10:24 PM, Jonas Thelemann
<e-mail@jonas-thelemann.de> wrote:
> Ok, "py2.py3" makes sense because it's for both python versions.

Right - I figured out how to make a universal wheel a week or so back.

> But why is a v1.1 still (re)build?

Are you sure it's not a left-over build (or partial build in the
pip-build directory that the Python setuptools are finding and
rebuilding)?

Try "make clean" (and possibly "make clean-dist", though that will
blow away any previously completed builds).

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company