freebsd-ports/textproc/py-python-bidi/Makefile
Dmitry Marakasov 77d68471ad */*: rename CHEESESHOP to PYPI in MASTER_SITES
PR:			267994
Differential revision:	D37518
Approved by:		bapt
2023-01-11 18:58:34 +03:00

20 lines
488 B
Makefile

PORTNAME= python-bidi
DISTVERSION= 0.4.2
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Pure python implementation of the BiDi layout algorithm
WWW= https://github.com/MeirKriheli/python-bidi
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= distutils autoplist concurrent
NO_ARCH= yes
.include <bsd.port.mk>