1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/math/py-pysmt/Makefile
Yuri Victorovich d65ced9ced math/py-pysmt: update 0.9.0 → 0.9.6
PR:	280342
Approved by:	Mateusz Piotrowski <0mp@FreeBSD.org>
2024-07-18 05:36:58 -07:00

27 lines
645 B
Makefile

PORTNAME= pysmt
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.6
CATEGORIES= math python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= 0mp@FreeBSD.org
COMMENT= Solver-agnostic library for SMT formulae manipulation and solving
WWW= http://www.pysmt.org
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}z3-solver>0:math/py-z3-solver@${PY_FLAVOR} \
z3>0:math/z3 \
cvc5>0:math/cvc5
USES= python
USE_GITHUB= yes
USE_PYTHON= distutils autoplist concurrent distutils pytest
PYDISTUTILS_PKGNAME= PySMT
NO_ARCH= yes
.include <bsd.port.mk>