pkgsrc/lang/py-six/Makefile
adam 157be6fe72 py-six: updated to 1.15.0
1.15.0:
Optimize `six.ensure_str` and `six.ensure_binary`.
2020-05-27 12:14:31 +00:00

22 lines
553 B
Makefile

# $NetBSD: Makefile,v 1.18 2020/05/27 12:14:31 adam Exp $
DISTNAME= six-1.15.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= lang python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/six/}
MAINTAINER= nils@NetBSD.org
HOMEPAGE= https://github.com/benjaminp/six
COMMENT= Python 2 and 3 compatibility utilities
LICENSE= mit
PYTHON_VERSIONED_DEPENDENCIES= test:test
USE_LANGUAGES= # none
do-test:
cd ${WRKSRC} && pytest-${PYVERSSUFFIX}
.include "../../lang/python/egg.mk"
.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"