From owner-svn-ports-head@freebsd.org Thu Jul 14 07:38:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47685B98474; Thu, 14 Jul 2016 07:38:15 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x22a.google.com (mail-pa0-x22a.google.com [IPv6:2607:f8b0:400e:c03::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 152B61E34; Thu, 14 Jul 2016 07:38:15 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pa0-x22a.google.com with SMTP id ks6so26156555pab.0; Thu, 14 Jul 2016 00:38:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:cc:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=91flnTELmKfPJ3GJrppJ3JHcUNQVroVfKmKFNzdbaXg=; b=BbkpJr4gfSGhJFMAfZlQ+NFaunx/WLfrf8MpxRvivD27jE8/Tn1IaZEG01pwNYby0h /ETgXGIp4qVYOYqxXiHn9lGbQQHAFR7BYujvy2vFO5uqFUcHKNfdcNh95vLYPAi1jsD3 VJLDgaZgNSR/5ndU8vykjH9HsYfxfh8PGAGzIwxM/+wiu7WwpTxHzmaqGg4u7LHPFdga TdwSiVUipzjV1Hu6jKLhXXzma2kN/3w4aEUG1pqJUG92wxIFY0jRDsxwG+b57QI/Ab5T EDZixSMhPMtmEOpWZjEl4SZx9QhbtY0f+C8jNJPSLCw3G5dbtJv9O9A3NJ3V/NEOVAxw qZfA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:reply-to:subject:references:to:from:cc :message-id:date:user-agent:mime-version:in-reply-to :content-transfer-encoding; bh=91flnTELmKfPJ3GJrppJ3JHcUNQVroVfKmKFNzdbaXg=; b=loJ5JKrRBqoJcat+b0KG8KTlQetX3+8jP/L95duyhyw+5G3V7+nLlVNgLQBZmsYKxe xMzz2LYftutl320gznHVfpZxmZYrXb43R+x65sA0bDpegGPh4/NFjR4yjw5SHG2VMHEO vrHe2hT+Cw2dhoP/MmKG+/TXJkvHpD+JoY36tWzMcS3oALFz6L5jBkW0vnAvloA9WlzB gY8rn6KhpqLha3fm0EOxAu8hUjkiHNdgEOGkdLgUYvfT3ANalTUfPftGklBNi8g0HvTs tGaQRSzPKTO3th3BL3a2xt9NUy929tFn+CTefpjPxTKMRJY8b1NnMW5t95dTPJ/KlYt9 s2Uw== X-Gm-Message-State: ALyK8tLfkJ964wIHIcj48Fa6IR+IyoLq9pHfV6vwX1Jge4MY74Zy4pi4kJrfKuZ8XCbwAQ== X-Received: by 10.67.3.105 with SMTP id bv9mr20827440pad.29.1468481894685; Thu, 14 Jul 2016 00:38:14 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01:c49:87b8:16c9:519d? (2001-44b8-31ae-7b01-0c49-87b8-16c9-519d.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:c49:87b8:16c9:519d]) by smtp.gmail.com with ESMTPSA id q1sm7338092pfi.93.2016.07.14.00.38.08 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 14 Jul 2016 00:38:10 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r418488 - in head/devel: . py-phply References: <201607131618.u6DGITQX043776@repo.freebsd.org> To: Kurt Jaeger , dbaio@bsd.com.br From: Kubilay Kocak Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: Date: Thu, 14 Jul 2016 17:38:06 +1000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Thunderbird/47.0 MIME-Version: 1.0 In-Reply-To: <201607131618.u6DGITQX043776@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2016 07:38:15 -0000 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 > > 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 >