diff options
author | fhajny <fhajny@pkgsrc.org> | 2018-02-01 22:20:08 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2018-02-01 22:20:08 +0000 |
commit | 7e5a46342f3555c76a46a98bf360f1628cf33e77 (patch) | |
tree | 8c0ecd9356ae5ee7a336cb845e7aaffb76adc495 /databases/Makefile | |
parent | 893a9b446e91ee59a2a6a6fd63ac3fd03ae255e6 (diff) | |
download | pkgsrc-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/Makefile | 3 |
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 |