mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
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
|
@ -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
|
||||
|
|
19
devel/py-google-pasta/Makefile
Normal file
19
devel/py-google-pasta/Makefile
Normal 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>
|
3
devel/py-google-pasta/distinfo
Normal file
3
devel/py-google-pasta/distinfo
Normal 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
|
7
devel/py-google-pasta/pkg-descr
Normal file
7
devel/py-google-pasta/pkg-descr
Normal 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
|
Loading…
Add table
Reference in a new issue