[arch-commits] Commit in python-libcst/trunk (PKGBUILD)

Filipe Laíns ffy00 at archlinux.org
Wed Nov 25 14:41:22 UTC 2020


    Date: Wednesday, November 25, 2020 @ 14:41:22
  Author: ffy00
Revision: 761067

upgpkg: python-libcst 0.3.14-1

Modified:
  python-libcst/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-25 14:38:25 UTC (rev 761066)
+++ PKGBUILD	2020-11-25 14:41:22 UTC (rev 761067)
@@ -2,8 +2,8 @@
 
 _pkgname=LibCST
 pkgname=python-libcst
-pkgver=0.3.13
-pkgrel=3
+pkgver=0.3.14
+pkgrel=1
 pkgdesc="A concrete syntax tree parser and serializer library for Python that preserves many aspects of Python's abstract syntax tree"
 arch=('any')
 url='https://github.com/Instagram/LibCST'
@@ -12,12 +12,11 @@
 makedepends=('python-setuptools')
 checkdepends=('python-hypothesis' 'python-hypothesmith' 'python-isort' 'python-black')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('f4f0a962557a12bf92b806d10ee9c10de04c066fe6f56e59a2664439a79f49b9a98e4420b78321ac0dd49c04a3603f778b2ebbc0597521725421bd512072c2eb')
+sha512sums=('d3ce611815917a42070c632646556d08350428b8a7264d3617ccf3b9dca7c722945f281f47ab90bd08677a8bc732e63ded68a37c7848fc404198e3b98daed0e9')
 
 prepare() {
   cd $_pkgname-$pkgver
 
-  sed -i 's/import AbstractBaseMatcherNodeMeta/import Optional, AbstractBaseMatcherNodeMeta/' libcst/codegen/gen_matcher_classes.py
   python -m libcst.codegen.generate matchers
 }
 



More information about the arch-commits mailing list