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

Filipe Laíns ffy00 at archlinux.org
Mon Sep 28 18:47:58 UTC 2020


    Date: Monday, September 28, 2020 @ 18:47:58
  Author: ffy00
Revision: 713256

upgpkg: python-libcst 0.3.11-1

Modified:
  python-libcst/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-28 18:45:11 UTC (rev 713255)
+++ PKGBUILD	2020-09-28 18:47:58 UTC (rev 713256)
@@ -2,7 +2,7 @@
 
 _pkgname=LibCST
 pkgname=python-libcst
-pkgver=0.3.9
+pkgver=0.3.11
 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')
@@ -10,9 +10,9 @@
 license=('MIT')
 depends=('python-typing_extensions' 'python-typing_inspect' 'python-yaml')
 makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-hypothesis' 'python-isort' 'python-black')
+checkdepends=('python-hypothesis' 'python-hypothesmith' 'python-isort' 'python-black')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('6d67205bd874d8c37ac3c15af996b9786dfaf90591a9d38e1de28836708cdb4b0851ac5bcf77352e8ddabcd9f650dfbf90cbf43bc9a6908fb2be8612a0b927ce')
+sha512sums=('1e29b56d776c3066e1c7558d4f2dec9e88127c22866659e8cc82bcc50073e5c87caa2aa3d1508ac4648a33e329fe9d5127e5c2a03b6d48a4ef718b3d19c1889b')
 
 build() {
   cd $_pkgname-$pkgver
@@ -23,7 +23,7 @@
 check() {
   cd $_pkgname-$pkgver
 
-  python setup.py pytest --addopts '--ignore libcst/tests/test_fuzz.py'
+  python -m unittest
 }
 
 package() {



More information about the arch-commits mailing list