# $NetBSD: Makefile,v 1.9 2024/02/07 10:21:07 adam Exp $ DISTNAME= confusable_homoglyphs-3.3.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= converters python MASTER_SITES= ${MASTER_SITE_PYPI:=c/confusable_homoglyphs/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/vhf/confusable_homoglyphs COMMENT= Detect confusable usage of unicode homoglyphs LICENSE= mit TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel # cli DEPENDS+= ${PYPKGPREFIX}-click-[0-9]*:../../devel/py-click USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 post-install: cd ${DESTDIR}${PREFIX}/bin && \ ${MV} confusable_homoglyphs confusable_homoglyphs-${PYVERSSUFFIX} || ${TRUE} .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk"