pkgsrc/devel/py-cwcwidth/Makefile
adam 50dcf2677e py-cwcwidth: updated to 0.1.6
0.1.6
-----
* Add support for Python 3.10
* Drop support for Python 3.6
2022-01-07 17:22:24 +00:00

18 lines
500 B
Makefile

# $NetBSD: Makefile,v 1.4 2022/01/07 17:22:24 adam Exp $
DISTNAME= cwcwidth-0.1.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cwcwidth/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/sebastinas/cwcwidth
COMMENT= Python bindings for wc(s)width
LICENSE= mit
BUILD_DEPENDS+= ${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"