Date: Thu, 27 Aug 2020 18:42:13 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r546399 - in head/devel: . py-astunparse Message-ID: <202008271842.07RIgDH1017231@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Aug 27 18:42:13 2020 New Revision: 546399 URL: https://svnweb.freebsd.org/changeset/ports/546399 Log: Add py-astunparse 1.6.3 This is a factored out version of unparse found in the Python source distribution. WWW: https://github.com/simonpercivall/astunparse Added: head/devel/py-astunparse/ head/devel/py-astunparse/Makefile (contents, props changed) head/devel/py-astunparse/distinfo (contents, props changed) head/devel/py-astunparse/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Aug 27 18:42:07 2020 (r546398) +++ head/devel/Makefile Thu Aug 27 18:42:13 2020 (r546399) @@ -4078,6 +4078,7 @@ SUBDIR += py-astroid SUBDIR += py-astroid1 SUBDIR += py-asttokens + SUBDIR += py-astunparse SUBDIR += py-async_generator SUBDIR += py-async_timeout SUBDIR += py-asyncio Added: head/devel/py-astunparse/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-astunparse/Makefile Thu Aug 27 18:42:13 2020 (r546399) @@ -0,0 +1,24 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= astunparse +PORTVERSION= 1.6.3 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= AST unparser for Python + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.6.1<2.0:devel/py-six@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0.23.0<1.0:devel/py-wheel@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/devel/py-astunparse/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-astunparse/distinfo Thu Aug 27 18:42:13 2020 (r546399) @@ -0,0 +1,3 @@ +TIMESTAMP = 1598456545 +SHA256 (astunparse-1.6.3.tar.gz) = 5ad93a8456f0d084c3456d059fd9a92cce667963232cbf763eac3bc5b7940872 +SIZE (astunparse-1.6.3.tar.gz) = 18290 Added: head/devel/py-astunparse/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-astunparse/pkg-descr Thu Aug 27 18:42:13 2020 (r546399) @@ -0,0 +1,4 @@ +This is a factored out version of unparse found in the Python source +distribution. + +WWW: https://github.com/simonpercivall/astunparse
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008271842.07RIgDH1017231>