PORTNAME=	openfeature-sdk
PORTVERSION=	0.10.0
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	openfeature_sdk-${PORTVERSION}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Standardizing Feature Flagging for Everyone
WWW=		https://openfeature.dev/ \
		https://github.com/open-feature/python-sdk

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}

USES=		python
USE_PYTHON=	autoplist concurrent pep517

NO_ARCH=	yes

.include <bsd.port.mk>
