PORTNAME=	sre-yield
PORTVERSION=	1.2
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	sre_yield-${PORTVERSION}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Expand a regular expression to its possible matches
WWW=		https://github.com/google/sre_yield

LICENSE=	APACHE20

USES=		python:3.6+
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>
