mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 08:56:28 -04:00
21 lines
456 B
Makefile
21 lines
456 B
Makefile
PORTNAME= syrupy
|
|
DISTVERSION= 4.7.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Zero-dependency pytest snapshot plugin
|
|
WWW= https://tophat.github.io/syrupy/
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>0:devel/py-poetry-core@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= pep517 autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|