bb579283d0
They now have a tool dependency on py-setuptools instead of a DEPENDS
22 lines
649 B
Makefile
22 lines
649 B
Makefile
# $NetBSD: Makefile,v 1.8 2022/01/04 20:53:48 wiz Exp $
|
|
|
|
DISTNAME= wcwidth-0.2.5
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=w/wcwidth/}
|
|
|
|
MAINTAINER= kamelderouiche@yahoo.com
|
|
HOMEPAGE= https://github.com/jquast/wcwidth
|
|
COMMENT= Measures number of Terminal column cells of wide-character codes
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/python/pyversion.mk"
|
|
.if ${_PYTHON_VERSION} == 27
|
|
DEPENDS+= ${PYPKGPREFIX}-backports.functools_lru_cache>=1.2.1:../../devel/py-backports.functools_lru_cache
|
|
.endif
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|