Return to Makefile CVS log | Up to [cvs.NetBSD.org] / pkgsrc / textproc / py-Unidecode |
*: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS
# $NetBSD: Makefile,v 1.13 2022/01/04 20:54:51 wiz Exp $ DISTNAME= Unidecode-1.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} PKGREVISION= 1 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 post-install: cd ${DESTDIR}${PREFIX}/bin && \ ${MV} unidecode unidecode-${PYVERSSUFFIX} || ${TRUE} .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk"