PORTNAME=	uri-template
PORTVERSION=	1.2.0
CATEGORIES=	net python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	uri_template-${PORTVERSION}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	RFC 6570 URI Template Processor
WWW=		https://github.com/plinss/uri_template

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		python:3.7+
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>
