cc0498e588
Bi-directional (BiDi) layout implementation in pure Python.
22 lines
635 B
Makefile
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"
|