Skip to content

Commit

Permalink
databases/py-psycopg2: Update WWW and clean up pkg-descr
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Apr 5, 2023
1 parent 4dea052 commit 29fe691
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion databases/py-psycopg2/Makefile
Expand Up @@ -6,7 +6,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= High performance Python adapter for PostgreSQL
WWW= http://initd.org/psycopg/
WWW= http://initd.org/psycopg/ \
https://github.com/psycopg/psycopg2

LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/doc/COPYING.LESSER
Expand Down
2 changes: 0 additions & 2 deletions databases/py-psycopg2/pkg-descr
Expand Up @@ -10,5 +10,3 @@ database. Every time a new cursor is created, a new connection does not need to
be opened; instead one of the unused connections from the pool is used. That
makes psycopg very fast in typical client-server applications that create a
servicing thread every time a client request arrives.

See also: https://github.com/psycopg/psycopg2

0 comments on commit 29fe691

Please sign in to comment.