mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
databases/py-Pyrseas: Update to 0.9.1
Update DESCR PR: 258882 Reported by: arcade@b1t.name(maintainer)
This commit is contained in:
parent
ae1fb1cea6
commit
74f8b93a08
3 changed files with 8 additions and 9 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= Pyrseas
|
||||
PORTVERSION= 0.9.0
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTVERSION= 0.9.1
|
||||
CATEGORIES= databases python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1567194448
|
||||
SHA256 (perseas-Pyrseas-v0.9.0_GH0.tar.gz) = e013e3776ae52f1b71c3b46f25946962355fa3f816c6925cf85ff14e332429eb
|
||||
SIZE (perseas-Pyrseas-v0.9.0_GH0.tar.gz) = 176948
|
||||
TIMESTAMP = 1633310255
|
||||
SHA256 (perseas-Pyrseas-0.9.1_GH0.tar.gz) = 5d413579a9f3e840b9494d54f761c47389990165fac976eeb8c7922e9d00a883
|
||||
SIZE (perseas-Pyrseas-0.9.1_GH0.tar.gz) = 177861
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Pyrseas provides a framework and utilities to upgrade and maintain a relational
|
||||
database. Its purpose is to enhance and follow through on the concepts of the
|
||||
Andromeda Project (http://www.andromeda-project.org/)
|
||||
Pyrseas provides utilities to describe a PostgreSQL database schema as YAML, to
|
||||
verify the schema against the same or a different database and to generate SQL
|
||||
that will modify the schema to match the YAML description.
|
||||
|
||||
WWW: http://pgfoundry.org/projects/pyrseas
|
||||
WWW: https://github.com/perseas/Pyrseas
|
||||
|
|
Loading…
Add table
Reference in a new issue