ports/devel/py-dpcontracts/Makefile
Po-Chuan Hsieh 97618f0c90
devel/py-dpcontracts: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2024-04-09 04:16:47 +08:00

22 lines
532 B
Makefile

PORTNAME= dpcontracts
PORTVERSION= 0.6.0
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Simple implementation of contracts for Python
WWW= https://github.com/deadpixi/contracts
LICENSE= LGPL3+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>