mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
databases/py-psycopg2: allow concurrent install
- USES pgsql python With hat: python Reported by: Richard Kuhns (via freebsd-python@)
This commit is contained in:
parent
5fe3cddf6d
commit
e109de4669
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370346
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= psycopg2
|
||||
PORTVERSION= 2.5.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= http://initd.org/psycopg/tarballs/PSYCOPG-2-5/ \
|
||||
CHEESESHOP
|
||||
@ -11,13 +12,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
COMMENT= High performance Python adapter for PostgreSQL
|
||||
|
||||
USE_PGSQL= yes
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/py-psycopg2
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/py-psycopg2
|
||||
USES= pgsql python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
PORTEXAMPLES= binary.py copy_from.py copy_to.py cursor.py dialtone.py \
|
||||
dict.py dt.py encoding.py fetch.py lastrowid.py lobject.py \
|
||||
|
Loading…
Reference in New Issue
Block a user