summaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2018-02-01 22:20:08 +0000
committerfhajny <fhajny@pkgsrc.org>2018-02-01 22:20:08 +0000
commit7e5a46342f3555c76a46a98bf360f1628cf33e77 (patch)
tree8c0ecd9356ae5ee7a336cb845e7aaffb76adc495 /databases/Makefile
parent893a9b446e91ee59a2a6a6fd63ac3fd03ae255e6 (diff)
downloadpkgsrc-7e5a46342f3555c76a46a98bf360f1628cf33e77.tar.gz
Import mysqlclient 1.3.12 as databases/py-mysqlclient.
Based on https://github.com/joyent/pkgsrc/issues/77 by @wiedi This is a fork of MySQLdb. This project adds Python 3 support and bug fixes.
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile
index b6c58f82a77..42effbae68e 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.555 2018/01/07 18:13:34 wiz Exp $
+# $NetBSD: Makefile,v 1.556 2018/02/01 22:20:08 fhajny Exp $
COMMENT= Databases
@@ -356,6 +356,7 @@ SUBDIR+= py-mongo
SUBDIR+= py-mssql
SUBDIR+= py-multidict
SUBDIR+= py-mysql-connector
+SUBDIR+= py-mysqlclient
SUBDIR+= py-mysqldb
SUBDIR+= py-orderedmultidict
SUBDIR+= py-peewee