Port details |
- py-pum Postgres upgrade manager
- 0.9.14 databases
=0 0.9.14Version of this port present on the latest quarterly branch. - Maintainer: lbartoletti@FreeBSD.org
 - Port Added: 2018-03-19 06:52:17
- Last Update: 2021-06-06 06:07:01
- Commit Hash: faa55ca
- Also Listed In: python
- License: GPLv2
- Description:
- Acronym stands for "Postgres Upgrades Manager". It is a database migration
management tool very similar to flyway-db or Liquibase, based on metadata
tables.
Pum is python program that can be used via command line or directly from
another python program.
Pum permits the followings operations on Postgres databases:
- check the differences between two databases
- create a backup (dump file) of a database
- restore a database from a backup
- upgrade a database applying delta files
and some other useful operations.
WWW: https://github.com/opengisch/pum
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pum>0:databases/py-pum@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/databases/py-pum/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/py-pum
- pkg install py38-pum
NOTE: This is a Python port. Instead of py38-pum listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-pum
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1622957369
SHA256 (pum-0.9.14.tar.gz) = 37946162d9cf80d45e58e4f688c01379c4427b6e294237607fc444bb6302fea3
SIZE (pum-0.9.14.tar.gz) = 22195
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-psycopg2>=2.7.3 : databases/py-psycopg2@py38
- py38-yaml>0 : devel/py-yaml@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- databases_py-pum
- USES:
- python:3.4+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Jun 2021 06:07:01 0.9.14
|
Loïc Bartoletti (lbartoletti)  |
databases/py-pum: Update to 0.9.14
Changes:
- pum check ignoring parameter-less function
- pum --version returning [DEV] instead of actual version |
07 Apr 2021 08:09:01 0.9.12
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.9.12
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
23 Oct 2020 17:40:09
0.9.12
|
lbartoletti  |
databases/py-pum: Update to 0.9.12 |
15 Apr 2020 18:00:51
0.9.10
|
lbartoletti  |
databases/py-pum: Update to 0.9.10
- Update to 0.9.10
- Alphabetize USE_PYTHON
Changelog:
- https://github.com/opengisch/pum/releases/tag/0.9.10
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D24391 |
14 Jan 2020 21:45:15
0.9.8
|
lbartoletti  |
Change my mail address to lbartoletti@FreeBSD.org
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D23169 |
27 Jul 2019 11:58:00
0.9.8
|
sunpoet  |
Update to 0.9.8
- While I'm here, cosmetic change
Changes: https://github.com/opengisch/pum/releases
PR: 239454
Submitted by: Loic Bartoletti <lbartoletti@tuxfamily.org> (maintainer) |
26 Jul 2019 20:46:57
0.8.6_1
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
09 May 2019 18:43:46
0.8.6
|
swills  |
databases/py-pum: update to 0.8.6
PR: 237785
Submitted by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer) |
12 Dec 2018 01:35:36
0.7.1_1
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
20 Jun 2018 17:05:44
0.7.1
|
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
26 Apr 2018 09:32:56
0.7.1
|
krion  |
Update to 0.7.1
PR: 227783
Submitted by: maintainer |
28 Mar 2018 23:59:29
0.5.13
|
yuri  |
databases/py-pum: Update 0.5.11 -> 0.5.13
PR: 227035
Submitted by: lbartoletti <lbartoletti@tuxfamily.org> |
19 Mar 2018 06:51:48
0.5.11
|
yuri  |
New port: databases/py-pum: Postgres upgrade manager
PR: 225756
Submitted by: lbartoletti@tuxfamily.org |