pkgsrc/devel/py-cwcwidth/Makefile

19 lines
500 B
Makefile
Raw Normal View History

# $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"