Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Dec 2016 16:28:43 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r427907 - in head/databases: . py35-mysqlclient
Message-ID:  <201612051628.uB5GShsS076260@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Dec  5 16:28:43 2016
New Revision: 427907
URL: https://svnweb.freebsd.org/changeset/ports/427907

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

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

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Mon Dec  5 16:27:38 2016	(r427906)
+++ head/databases/Makefile	Mon Dec  5 16:28:43 2016	(r427907)
@@ -556,9 +556,9 @@
     SUBDIR += percona56-server
     SUBDIR += pg_activity
     SUBDIR += pg_citus
+    SUBDIR += pg_qualstats
     SUBDIR += pg_reorg
     SUBDIR += pg_rman
-    SUBDIR += pg_qualstats
     SUBDIR += pg_stat_kcache
     SUBDIR += pg_statsinfo
     SUBDIR += pgaccess
@@ -795,6 +795,7 @@
     SUBDIR += py34-gdbm
     SUBDIR += py34-sqlite3
     SUBDIR += py35-gdbm
+    SUBDIR += py35-mysqlclient
     SUBDIR += py35-sqlite3
     SUBDIR += pydbx
     SUBDIR += pymongo

Added: head/databases/py35-mysqlclient/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/py35-mysqlclient/Makefile	Mon Dec  5 16:28:43 2016	(r427907)
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+MASTERDIR=	${.CURDIR}/../py-mysqlclient
+
+PYTHON_VERSION=	python3.5
+
+.include "${MASTERDIR}/Makefile"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612051628.uB5GShsS076260>