PIP Package Building for pgAdmin4

Поиск
Список
Период
Сортировка
От Muhammad Aqeel
Тема PIP Package Building for pgAdmin4
Дата
Msg-id CAJ4pYuwtF0kkePx7mGFC9Q2K9PSAeSWeY2y4QO_OZTXsvD1Ntw@mail.gmail.com
обсуждение исходный текст
Ответы Re: PIP Package Building for pgAdmin4  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-hackers
Hi,

PFA the patch to build PIP package for pgAdmin4 web component. It builds PIP wheel file based on Python version in PATH.

This pip package build setup is supported for python version 2.6 and above. The pip package can easily be built with a make statement.

Makefile has following targets.
  - install-required: To install packages required to build PIP package.
  - all: To build PIP package
  - install-pip: To install built PIP package
  - clean: To clean the sources.

setup_pgadmin4.py file contains all the Meta information needed to build the PIP package.

The version for the pip package is picked up from web/config.py file.

--Aqeel
Вложения

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

Предыдущее
От: Harshal Dhumal
Дата:
Сообщение: Re: Event trigges node patch [pgadmin4]
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Improve display of error messages on dialogues.