# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

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

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Expand a regular expression to its possible matches

LICENSE=	APACHE20

USES=		python:3.6+
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>
