databases/postgresql1{3,4,5,6,7}-client: Recommend py-psycopg over py-psycopg2

Upstream Python package maintainers recommend using the psycopg 3.x over
psycopg2 for new projects since the latter is in maintenance mode only.

Approved by:	girgen (pgsql)
Differential Revision:	https://reviews.freebsd.org/D48493
This commit is contained in:
Michael Osipov 2025-01-17 10:55:05 +01:00
parent c9795c9a25
commit 0eb165a891
10 changed files with 11 additions and 10 deletions

View file

@ -1,5 +1,5 @@
PORTNAME= postgresql
PORTREVISION= 0
PORTREVISION= 1
COMMENT= PostgreSQL database (client)

View file

@ -20,7 +20,7 @@ postgresql-odbc
method. Not needed to access unix PostgreSQL servers from Win32
using ODBC. See below.
ruby-postgres, py-psycopg2
ruby-postgres, py-psycopg
For client access to PostgreSQL databases using the ruby & python
languages.

View file

@ -1,5 +1,5 @@
PORTNAME= postgresql
PORTREVISION= 0
PORTREVISION= 1
COMMENT= PostgreSQL database (client)

View file

@ -20,7 +20,7 @@ postgresql-odbc
method. Not needed to access unix PostgreSQL servers from Win32
using ODBC. See below.
ruby-postgres, py-psycopg2
ruby-postgres, py-psycopg
For client access to PostgreSQL databases using the ruby & python
languages.

View file

@ -1,5 +1,5 @@
PORTNAME= postgresql
PORTREVISION= 0
PORTREVISION= 1
COMMENT= PostgreSQL database (client)

View file

@ -20,7 +20,7 @@ postgresql-odbc
method. Not needed to access unix PostgreSQL servers from Win32
using ODBC. See below.
ruby-postgres, py-psycopg2
ruby-postgres, py-psycopg
For client access to PostgreSQL databases using the ruby & python
languages.

View file

@ -1,5 +1,5 @@
PORTNAME= postgresql
PORTREVISION= 0
PORTREVISION= 1
COMMENT= PostgreSQL database (client)

View file

@ -20,7 +20,7 @@ postgresql-odbc
method. Not needed to access unix PostgreSQL servers from Win32
using ODBC. See below.
ruby-postgres, py-psycopg2
ruby-postgres, py-psycopg
For client access to PostgreSQL databases using the ruby & python
languages.

View file

@ -1,5 +1,6 @@
PORTNAME= postgresql
PORTREVISION= 0
PORTREVISION= 1
COMMENT= PostgreSQL database (client)
MASTERDIR= ${.CURDIR}/../postgresql17-server

View file

@ -20,7 +20,7 @@ postgresql-odbc
method. Not needed to access unix PostgreSQL servers from Win32
using ODBC. See below.
ruby-postgres, py-psycopg2
ruby-postgres, py-psycopg
For client access to PostgreSQL databases using the ruby & python
languages.