forked from Lainports/freebsd-ports
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:
parent
d31ece78ec
commit
8b9e9bf4d8
2 changed files with 7 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue