PIP Package Building for pgAdmin4 - Mailing list pgadmin-hackers

From Muhammad Aqeel
Subject PIP Package Building for pgAdmin4
Date
Msg-id CAJ4pYuwtF0kkePx7mGFC9Q2K9PSAeSWeY2y4QO_OZTXsvD1Ntw@mail.gmail.com
Whole thread Raw
Responses Re: PIP Package Building for pgAdmin4
List 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
Attachment

pgadmin-hackers by date:

Previous
From: Harshal Dhumal
Date:
Subject: Re: Event trigges node patch [pgadmin4]
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Improve display of error messages on dialogues.