mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-15 04:51:19 +02:00
create bsd12 branch
This commit is contained in:
17
python/py-pyparsing/Makefile
Normal file
17
python/py-pyparsing/Makefile
Normal file
@@ -0,0 +1,17 @@
|
||||
# Created by: Hye-Shik Chang
|
||||
# $FreeBSD: head/devel/py-pyparsing/Makefile 435542 2017-03-06 15:49:36Z sunpoet $
|
||||
|
||||
PORTNAME= pyparsing
|
||||
PORTVERSION= 2.2.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= General parsing module for Python
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_PYTHON= autoplist distutils
|
||||
USES= python
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
python/py-pyparsing/distinfo
Normal file
3
python/py-pyparsing/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1488809761
|
||||
SHA256 (pyparsing-2.2.0.tar.gz) = 0832bcf47acd283788593e7a0f542407bd9550a55a8a8435214a1960e04bcb04
|
||||
SIZE (pyparsing-2.2.0.tar.gz) = 1232522
|
||||
7
python/py-pyparsing/pkg-descr
Normal file
7
python/py-pyparsing/pkg-descr
Normal file
@@ -0,0 +1,7 @@
|
||||
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.
|
||||
|
||||
WWW: https://pypi.org/project/pyparsing/
|
||||
WWW: http://pyparsing.wikispaces.com/
|
||||
Reference in New Issue
Block a user