freebsd-ports/devel/py-sre-yield/Makefile
Po-Chuan Hsieh e0c20d8c88
devel/py-sre-yield: Add py-sre-yield 1.2
The goal of sre_yield is to efficiently generate all values that can match a
given regular expression, or count possible matches efficiently. It uses the
parsed regular expression, so you get a much more accurate result than trying to
just split strings.

WWW: https://github.com/google/sre_yield
2021-05-16 23:23:44 +08:00

20 lines
427 B
Makefile

# 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>