databases/py-psycopg: Convert to USE_PYTHON=pep517

- Update WWW and clean up pkg-descr
- Bump PORTREVISION for package change
This commit is contained in:
Po-Chuan Hsieh 2023-04-06 01:15:44 +08:00
parent d31ece78ec
commit 8b9e9bf4d8
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
2 changed files with 7 additions and 4 deletions

View file

@ -1,18 +1,23 @@
PORTNAME= psycopg
PORTVERSION= 3.1.8
PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PostgreSQL database adapter for Python
WWW= https://www.psycopg.org/
WWW= https://www.psycopg.org/ \
https://github.com/psycopg/psycopg
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=49.2.0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0.37:devel/py-wheel@${PY_FLAVOR}
USES= pgsql python:3.7+
USE_PYTHON= autoplist concurrent distutils
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes

View file

@ -1,5 +1,3 @@
PostgreSQL database adapter for Python
Psycopg 3 is a modern implementation of a PostgreSQL adapter for Python.
See also: https://github.com/psycopg/psycopg