From owner-svn-ports-head@freebsd.org Wed Jul 10 00:29:33 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91F5215E9CE0; Wed, 10 Jul 2019 00:29:33 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 397DC8E091; Wed, 10 Jul 2019 00:29:33 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2C4087671; Wed, 10 Jul 2019 00:29:33 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x6A0TX3U076978; Wed, 10 Jul 2019 00:29:33 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x6A0TWgK076974; Wed, 10 Jul 2019 00:29:32 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201907100029.x6A0TWgK076974@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 10 Jul 2019 00:29:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r506325 - in head/devel: . py-gast X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/devel: . py-gast X-SVN-Commit-Revision: 506325 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 397DC8E091 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.94)[-0.941,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Wed, 10 Jul 2019 00:29:33 -0000 Author: yuri Date: Wed Jul 10 00:29:32 2019 New Revision: 506325 URL: https://svnweb.freebsd.org/changeset/ports/506325 Log: New port: devel/py-gast: AST that abstracts the underlying Python version PR: 226400 Submitted by: Anthony Added: head/devel/py-gast/ head/devel/py-gast/Makefile (contents, props changed) head/devel/py-gast/distinfo (contents, props changed) head/devel/py-gast/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Jul 10 00:14:40 2019 (r506324) +++ head/devel/Makefile Wed Jul 10 00:29:32 2019 (r506325) @@ -4430,6 +4430,7 @@ SUBDIR += py-game SUBDIR += py-game_sdl2 SUBDIR += py-gamin + SUBDIR += py-gast SUBDIR += py-gdata SUBDIR += py-gdbgui SUBDIR += py-gearman Added: head/devel/py-gast/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-gast/Makefile Wed Jul 10 00:29:32 2019 (r506325) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= gast +DISTVERSION= 0.2.2 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= amzo1337@gmail.com +COMMENT= AST that abstracts the underlying Python version + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python +USE_PYTHON= distutils autoplist + +NO_ARCH= yes + +.include Added: head/devel/py-gast/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-gast/distinfo Wed Jul 10 00:29:32 2019 (r506325) @@ -0,0 +1,3 @@ +TIMESTAMP = 1562695667 +SHA256 (gast-0.2.2.tar.gz) = fe939df4583692f0512161ec1c880e0a10e71e6a232da045ab8edd3756fbadf0 +SIZE (gast-0.2.2.tar.gz) = 10294 Added: head/devel/py-gast/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-gast/pkg-descr Wed Jul 10 00:29:32 2019 (r506325) @@ -0,0 +1,6 @@ +A generic AST to represent Python2 and Python3's Abstract Syntax Tree (AST). + +GAST provides a compatibility layer between the AST of various Python versions, +as produced by ast.parse from the standard ast module. + +WWW: https://github.com/serge-sans-paille/gast