pkgsrc/converters/py-bidi/Makefile
adam cc0498e588 py-bidi: added version 0.4.2
Bi-directional (BiDi) layout implementation in pure Python.
2021-04-28 09:53:18 +00:00

22 lines
635 B
Makefile

# $NetBSD: Makefile,v 1.1 2021/04/28 09:53:18 adam Exp $
DISTNAME= python-bidi-0.4.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^python-//}
CATEGORIES= converters python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-bidi/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/MeirKriheli/python-bidi
COMMENT= Pure Python implementation of the BiDi layout algorithm
LICENSE= gnu-lgpl-v2.1
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
USE_LANGUAGES= # none
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} pybidi pybidi-${PYVERSSUFFIX} || ${TRUE}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"