mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-11 02:51:18 +02:00
create bsd12 branch
This commit is contained in:
23
python/py-pycparser/Makefile
Normal file
23
python/py-pycparser/Makefile
Normal file
@@ -0,0 +1,23 @@
|
||||
# Created by: William Grzybowski <wg@FreeBSD.org>
|
||||
# $FreeBSD: head/devel/py-pycparser/Makefile 466114 2018-04-01 03:58:03Z koobs $
|
||||
|
||||
PORTNAME= pycparser
|
||||
PORTVERSION= 2.18
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= wg@FreeBSD.org
|
||||
COMMENT= C parser in Python
|
||||
|
||||
# README says 2.7+, 3.4, 3.5+
|
||||
# TravisCI tests 2.6, 2.7, 3.2, 3.4, 3.5
|
||||
# https://travis-ci.org/eliben/pycparser
|
||||
# Go with the most accurate without missing any
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
#EOF
|
||||
3
python/py-pycparser/distinfo
Normal file
3
python/py-pycparser/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1522552852
|
||||
SHA256 (pycparser-2.18.tar.gz) = 99a8ca03e29851d96616ad0404b4aad7d9ee16f25c9f9708a11faf2810f7b226
|
||||
SIZE (pycparser-2.18.tar.gz) = 245897
|
||||
5
python/py-pycparser/pkg-descr
Normal file
5
python/py-pycparser/pkg-descr
Normal file
@@ -0,0 +1,5 @@
|
||||
pycparser is a complete parser of the C language, written in pure Python using
|
||||
the PLY parsing library. It parses C code into an AST and can serve as a
|
||||
front-end for C compilers or analysis tools.
|
||||
|
||||
WWW: https://github.com/eliben/pycparser
|
||||
Reference in New Issue
Block a user