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

Felix Yan felixonmars at archlinux.org
Sat Nov 14 21:51:33 UTC 2020


    Date: Saturday, November 14, 2020 @ 21:51:32
  Author: felixonmars
Revision: 401123

ignore broken tests

Modified:
  python-isort/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-14 20:29:13 UTC (rev 401122)
+++ PKGBUILD	2020-11-14 21:51:32 UTC (rev 401123)
@@ -13,11 +13,14 @@
 checkdepends=('git' 'pylama' 'python-black' 'python-hypothesis-auto' 'python-hypothesmith'
               'python-libcst' 'python-pip' 'python-pip-api' 'python-pipreqs' 'python-pytest'
               'python-pytest-mock' 'python-requirementslib')
-source=("https://github.com/timothycrosley/isort/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('11a8eade92c5ef59ca2f15ed0ca5b965d088bb3951e14ae6470c016df1e0cf8d74e15689e9deae8b1fd131ddee62c7ddc4e86dfe7d491ac2c7f8237151abdc13')
+source=("https://github.com/timothycrosley/isort/archive/$pkgver/$pkgname-$pkgver.tar.gz"
+        $pkgname-ignore-tmuxp.patch::https://github.com/PyCQA/isort/commit/7c2cb61e7ce2200a99f6852532e1f40f502d4e2c.patch)
+sha512sums=('11a8eade92c5ef59ca2f15ed0ca5b965d088bb3951e14ae6470c016df1e0cf8d74e15689e9deae8b1fd131ddee62c7ddc4e86dfe7d491ac2c7f8237151abdc13'
+            'e578da287361a4bd971c959888effd2d50c1128633520305f9c5607162fbe9fca184cd6fb345ef8f04cc1cef0b68d60cde8b1350266f4d8f731c4f4812196fe9')
 
 prepare() {
   cd isort-$pkgver
+  patch -p1 -i ../$pkgname-ignore-tmuxp.patch
 
   # Devendor toml
   rm -r isort/_vendored



More information about the arch-commits mailing list