freebsd-ports/math/py-logical-unification/Makefile
Po-Chuan Hsieh 893f4c2299
math/py-logical-unification: Clean up USES=python
Approved by:	portmgr (blanket)
With hat:	python
2023-06-30 15:08:38 +08:00

28 lines
741 B
Makefile

PORTNAME= logical-unification
DISTVERSIONPREFIX= v
DISTVERSION= 0.4.6
CATEGORIES= math python
#MASTER_SITES= PYPI # no tests
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Logical unification in Python
WWW= https://github.com/pythological/unification/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}versioneer>0:devel/py-versioneer@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}multipledispatch>0:devel/py-multipledispatch@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}toolz>0:devel/py-toolz@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist pytest
USE_GITHUB= yes
GH_ACCOUNT= pythological
GH_PROJECT= unification
NO_ARCH= yes
.include <bsd.port.mk>