# $NetBSD: Makefile,v 1.15 2022/10/31 21:58:01 adam Exp $ DISTNAME= Unidecode-1.3.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=U/Unidecode/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/avian2/unidecode COMMENT= ASCII transliterations of Unicode text LICENSE= gnu-gpl-v2 USE_LANGUAGES= # none USE_PKG_RESOURCES= yes PYTHON_VERSIONS_INCOMPATIBLE= 27 post-install: cd ${DESTDIR}${PREFIX}/bin && \ ${MV} unidecode unidecode-${PYVERSSUFFIX} || ${TRUE} .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk"