Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jul 2016 17:38:06 +1000
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        Kurt Jaeger <pi@FreeBSD.org>, dbaio@bsd.com.br
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r418488 - in head/devel: . py-phply
Message-ID:  <e531fe8e-9b9e-69ad-2374-0feb1cfbafd9@FreeBSD.org>
In-Reply-To: <201607131618.u6DGITQX043776@repo.freebsd.org>
References:  <201607131618.u6DGITQX043776@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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@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@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>
> 






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?e531fe8e-9b9e-69ad-2374-0feb1cfbafd9>