pkgsrc/databases/py-mysql-connector/Makefile
adam 4d65c9eaa0 v2.2.1
======
- Add support for Protocol Buffers 3
- Add View support (without DDL)
- Implement get_default_schema() method in BaseSchema
- DevAPI: Per ReplicaSet SQL execution
- DevAPI: XSession accepts a list of routers
- DevAPI: Define action on adding empty list of documents
- BUG23729357: Fix fetching BIT datatype
- BUG23583381: Add who_am_i and am_i_real methods to DatabaseObject
- BUG23568257: Add fetch_one method to mysqlx.result
- BUG23550743: Add close method to XSession and NodeSession
- BUG23550057: Add support for URI as connection data
2016-10-01 09:43:33 +00:00

15 lines
526 B
Makefile

# $NetBSD: Makefile,v 1.9 2016/10/01 09:43:33 adam Exp $
DISTNAME= mysql-connector-python-2.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python//}
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_MYSQL:=Connector-Python/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://dev.mysql.com/downloads/connector/python/
COMMENT= Standardized mysql database driver for Python development
LICENSE= gnu-gpl-v2
.include "../../lang/python/distutils.mk"
.include "../../mk/mysql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"