freebsd-ports/textproc/py-pyscss/Makefile
Dmitry Marakasov 75bf72ea4b textproc/py-pyscss: switch to USES=pytest and fix tests
Reported by:	reprise
Approved by:	portmgr blanket
2022-04-26 16:44:32 +03:00

24 lines
549 B
Makefile

# Created by: Ilya A. Arkhipov <rum1cro@yandex.ru>
PORTNAME= pyscss
PORTVERSION= 1.3.7
CATEGORIES= textproc python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rum1cro@yandex.ru
COMMENT= Compiler for SCSS flavor of the Sass language
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
LIB_DEPENDS= libpcre.so:devel/pcre
USE_GITHUB= yes
GH_ACCOUNT= Kronuz
GH_PROJECT= pyScss
USES= python:3.6+ localbase:ldflags pytest:4
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>