3453fd4422
www/py-graphite-web is BROKEN with latest devel/py-pyparsing Pyparsing is a general parsing module for Python. Grammars are implemented directly in the client code using parsing objects, instead of externally, as with lex/yacc-type tools. Includes simple examples for parsing SQL, CORBA IDL, and 4-function math. This is 2.X branch of pyparsing. WWW: https://pypi.org/project/pyparsing/ WWW: https://github.com/pyparsing/pyparsing Reported by: tz Sponsored by: Bounce Experts
19 lines
378 B
Makefile
19 lines
378 B
Makefile
PORTNAME= pyparsing
|
|
PORTVERSION= 2.4.7
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
PKGNAMESUFFIX= 2
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= General parsing module for Python - 2.X branch
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|