86a2274fdc
unidecode 1.1.1 * Fix tests failing on PyPy 7.1.1
20 lines
541 B
Makefile
20 lines
541 B
Makefile
# $NetBSD: Makefile,v 1.10 2019/07/02 10:21:09 adam Exp $
|
|
|
|
DISTNAME= Unidecode-1.1.1
|
|
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
|
|
|
|
post-install:
|
|
cd ${DESTDIR}${PREFIX}/bin && \
|
|
${MV} unidecode unidecode-${PYVERSSUFFIX} || ${TRUE}
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|