svn commit: r427980 - in head/databases: . py35-psycopg2

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Dec 6 17:49:21 UTC 2016


Author: amdmi3
Date: Tue Dec  6 17:49:20 2016
New Revision: 427980
URL: https://svnweb.freebsd.org/changeset/ports/427980

Log:
  - Add py35-psycopg2, python 3.5 variant of py-psycopg2

Added:
  head/databases/py35-psycopg2/
  head/databases/py35-psycopg2/Makefile   (contents, props changed)
Modified:
  head/databases/Makefile

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Tue Dec  6 17:33:54 2016	(r427979)
+++ head/databases/Makefile	Tue Dec  6 17:49:20 2016	(r427980)
@@ -796,6 +796,7 @@
     SUBDIR += py34-sqlite3
     SUBDIR += py35-gdbm
     SUBDIR += py35-mysqlclient
+    SUBDIR += py35-psycopg2
     SUBDIR += py35-sqlite3
     SUBDIR += pydbx
     SUBDIR += pymongo

Added: head/databases/py35-psycopg2/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/py35-psycopg2/Makefile	Tue Dec  6 17:49:20 2016	(r427980)
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+MASTERDIR=	${.CURDIR}/../py-psycopg2
+
+PYTHON_VERSION=	python3.5
+
+.include "${MASTERDIR}/Makefile"


More information about the svn-ports-head mailing list