svn commit: r418488 - in head/devel: . py-phply

Kubilay Kocak koobs at FreeBSD.org
Thu Jul 14 07:38:15 UTC 2016


On 14/07/2016 2:18 AM, Kurt Jaeger wrote:
> Author: pi
> Date: Wed Jul 13 16:18:29 2016
> New Revision: 418488
> URL: https://svnweb.freebsd.org/changeset/ports/418488
> 
> Log:
>   New port: devel/py-phply
>   
>   phply is a parser for the PHP programming language written using PLY,
>   a Lex/YACC-style parser generator toolkit for Python.
>   
>   WWW: https://pypi.python.org/pypi/phply
>   
>   PR:		211049
>   Submitted by:	Danilo G. Baio <dbaio at bsd.com.br>

<snip>

> 
> Added: head/devel/py-phply/Makefile
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/devel/py-phply/Makefile	Wed Jul 13 16:18:29 2016	(r418488)
> @@ -0,0 +1,19 @@
> +# $FreeBSD$
> +
> +PORTNAME=	phply
> +PORTVERSION=	0.9.1
> +CATEGORIES=	devel python
> +MASTER_SITES=	CHEESESHOP
> +PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
> +
> +MAINTAINER=	dbaio at bsd.com.br
> +COMMENT=	PHP lexer and parser in Python
> +
> +LICENSE=	BSD3CLAUSE
> +LICENSE_FILE=	${WRKSRC}/LICENSE
> +
> +NO_ARCH=	yes
> +USES=		python

I don't believe this builds/runs/passes tests under Python 3.x [1][2]
and this line should be USES=python:-2.7 until its otherwise confirmed
to work with other versions

[1] https://github.com/ramen/phply/pull/10
[2] https://github.com/ramen/phply/issues/8


> +USE_PYTHON=	autoplist distutils
> +
> +.include <bsd.port.mk>
> 





More information about the svn-ports-all mailing list