pkgsrc/databases/py-pymysql/Makefile
adam dd3eabbf53 py-pymysql: update to 0.7.11
0.7.11
* Fixed Connection.close() failed when failed to send COM_CLOSE packet.
* Cursor.executemany() accepts query ends with semicolon.
* ssl parameters can be read from my.cnf.
2017-09-17 13:31:04 +00:00

22 lines
763 B
Makefile

# $NetBSD: Makefile,v 1.7 2017/09/17 13:31:04 adam Exp $
DISTNAME= PyMySQL-0.7.11
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_PYPI:=P/PyMySQL/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/PyMySQL/PyMySQL/
COMMENT= Pure-Python MySQL driver
LICENSE= mit
USE_LANGUAGES= # none
REPLACE_PYTHON+= pymysql/tests/thirdparty/test_MySQLdb/capabilities.py
REPLACE_PYTHON+= pymysql/tests/thirdparty/test_MySQLdb/dbapi20.py
REPLACE_PYTHON+= pymysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_capabilities.py
REPLACE_PYTHON+= pymysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_dbapi20.py
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"