freebsd-ports/devel/py-pyls-black/Makefile
Rainer Hurling 0ebc2a78cf devel/py-pyls-black: Update to 0.4.7
- Fixes breaking change introduced in version 21.04b of black
- Release includes the LICENSE file in the source tarball

Reported by:	portscout, Repology
2021-06-05 11:54:59 +02:00

21 lines
451 B
Makefile

# Created by: Rainer Hurling <rhurlin@gwdg.de>
PORTNAME= pyls-black
PORTVERSION= 0.4.7
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rhurlin@FreeBSD.org
COMMENT= Black plugin for the Python Language Server
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}black>0:devel/py-black@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>