svn commit: r370346 - head/databases/py-psycopg2
William Grzybowski
wg at FreeBSD.org
Tue Oct 7 14:45:40 UTC 2014
Author: wg
Date: Tue Oct 7 14:45:39 2014
New Revision: 370346
URL: https://svnweb.freebsd.org/changeset/ports/370346
QAT: https://qat.redports.org/buildarchive/r370346/
Log:
databases/py-psycopg2: allow concurrent install
- USES pgsql python
With hat: python
Reported by: Richard Kuhns (via freebsd-python@)
Modified:
head/databases/py-psycopg2/Makefile
Modified: head/databases/py-psycopg2/Makefile
==============================================================================
--- head/databases/py-psycopg2/Makefile Tue Oct 7 14:41:58 2014 (r370345)
+++ head/databases/py-psycopg2/Makefile Tue Oct 7 14:45:39 2014 (r370346)
@@ -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 at 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 \
More information about the svn-ports-all
mailing list