[arch-commits] Commit in python-isort/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Jan 5 14:41:33 UTC 2021
Date: Tuesday, January 5, 2021 @ 14:41:32
Author: felixonmars
Revision: 405267
upgpkg: python-isort 5.7.0-1
Modified:
python-isort/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-05 11:26:17 UTC (rev 405266)
+++ PKGBUILD 2021-01-05 14:41:32 UTC (rev 405267)
@@ -2,8 +2,8 @@
# Contributor: Yaron de Leeuw <me at jarondl.net>
pkgname=python-isort
-pkgver=5.6.4
-pkgrel=3
+pkgver=5.7.0
+pkgrel=1
pkgdesc="A Python utility / library to sort Python imports."
arch=('any')
url="https://github.com/timothycrosley/isort"
@@ -13,14 +13,11 @@
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"
- $pkgname-ignore-tmuxp.patch::https://github.com/PyCQA/isort/commit/7c2cb61e7ce2200a99f6852532e1f40f502d4e2c.patch)
-sha512sums=('11a8eade92c5ef59ca2f15ed0ca5b965d088bb3951e14ae6470c016df1e0cf8d74e15689e9deae8b1fd131ddee62c7ddc4e86dfe7d491ac2c7f8237151abdc13'
- 'e578da287361a4bd971c959888effd2d50c1128633520305f9c5607162fbe9fca184cd6fb345ef8f04cc1cef0b68d60cde8b1350266f4d8f731c4f4812196fe9')
+source=("https://github.com/timothycrosley/isort/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('d651f9101c0a68558f6f7ea9e1348eabdff70c7ffc537656fe2a9c9c66e8d5fcd369e5ffd08a791393b1bd4af006131818c43260e7e9e5db307becc21fccb777')
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