[arch-commits] Commit in python-isort/trunk (PKGBUILD)
Caleb Maclennan
alerque at gemini.archlinux.org
Wed Nov 24 02:32:27 UTC 2021
Date: Wednesday, November 24, 2021 @ 02:32:27
Author: alerque
Revision: 1054533
upgpkg: python-isort 5.10.1-2
Modified:
python-isort/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-24 01:07:31 UTC (rev 1054532)
+++ PKGBUILD 2021-11-24 02:32:27 UTC (rev 1054533)
@@ -5,12 +5,13 @@
_pyname=isort
pkgname=python-$_pyname
pkgver=5.10.1
-pkgrel=1
+pkgrel=2
pkgdesc='A Python utility / library to sort Python imports'
arch=(any)
url="https://github.com/PyCQA/$_pyname"
license=(MIT)
-_pydeps=(toml)
+_pydeps=(toml
+ tomli)
depends=(python
"${_pydeps[@]/#/python-}")
makedepends=(python-dephell
More information about the arch-commits
mailing list