PIP Package Building for pgAdmin4

From: Muhammad Aqeel <muhammad(dot)aqeel(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: PIP Package Building for pgAdmin4
Date: 2016-03-09 14:24:17
Message-ID: CAJ4pYuwtF0kkePx7mGFC9Q2K9PSAeSWeY2y4QO_OZTXsvD1Ntw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
pgadmin4_pip_framework.patch application/octet-stream 4.2 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-03-09 16:03:12 pgAdmin 4 commit: Improve display of error messages on dialogues.
Previous Message Harshal Dhumal 2016-03-09 11:04:25 Re: Event trigges node patch [pgadmin4]