2022-01-07 18:22:24 +01:00
|
|
|
# $NetBSD: Makefile,v 1.4 2022/01/07 17:22:24 adam Exp $
|
2021-03-20 16:10:41 +01:00
|
|
|
|
2022-01-07 18:22:24 +01:00
|
|
|
DISTNAME= cwcwidth-0.1.6
|
2021-03-20 16:10:41 +01:00
|
|
|
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"
|