aboutsummaryrefslogtreecommitdiffstats
path: root/math/py-pysmt/Makefile
blob: 901e0da754471dafe0af748b8c7eaad9cc43362f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
PORTNAME=	pysmt
DISTVERSIONPREFIX=	v
DISTVERSION=	0.9.6
PORTREVISION=	1
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>