pkgsrc/databases/py-pymysql/Makefile
wiz 8a9cb53cf6 *: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
2022-01-04 20:52:30 +00:00

19 lines
509 B
Makefile

# $NetBSD: Makefile,v 1.14 2022/01/04 20:52:44 wiz Exp $
DISTNAME= PyMySQL-0.10.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
PKGREVISION= 1
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
DEPENDS+= ${PYPKGPREFIX}-cryptography-[0-9]*:../../security/py-cryptography
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"