New port: devel/py-google-pasta: Library to refactor python code through AST manipulation

PR:		226400
Submitted by:	Anthony <amzo1337@gmail.com>
This commit is contained in:
Yuri Victorovich 2019-07-29 07:03:10 +00:00
parent 5b3a2f85e3
commit accfed8b4b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=507561
4 changed files with 30 additions and 0 deletions

View file

@ -4462,6 +4462,7 @@
SUBDIR += py-gobject3
SUBDIR += py-google-apputils
SUBDIR += py-google-i18n-address
SUBDIR += py-google-pasta
SUBDIR += py-googleapis-common-protos
SUBDIR += py-grab
SUBDIR += py-graphene

View file

@ -0,0 +1,19 @@
# $FreeBSD$
PORTNAME= google-pasta
PORTVERSION= 0.1.7
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= amzo1337@gmail.com
COMMENT= Library to refactor python code through AST manipulation
LICENSE= APACHE20
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1564217403
SHA256 (google-pasta-0.1.7.tar.gz) = 79d1ce28b381d68e98ef7707d19909adb58912f8dae8734402454424fc76b8fe
SIZE (google-pasta-0.1.7.tar.gz) = 37090

View file

@ -0,0 +1,7 @@
Google pasta aims to provide python source code refactoring through AST
modifications.
With the goal to be able to safely migrate code from one api to another.
Refectory code to enfore a certain style and to facilitate moving or renaming
python modules by rewriting import statements.
WWW: https://github.com/google/pasta