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

Felix Yan felixonmars at archlinux.org
Mon Jul 20 03:31:49 UTC 2020


    Date: Monday, July 20, 2020 @ 03:31:49
  Author: felixonmars
Revision: 392295

upgpkg: python-isort 5.0.0-2: dephell should be a makedepend

Modified:
  python-isort/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-19 23:10:57 UTC (rev 392294)
+++ PKGBUILD	2020-07-20 03:31:49 UTC (rev 392295)
@@ -3,12 +3,13 @@
 
 pkgname=python-isort
 pkgver=5.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A Python utility / library to sort Python imports."
 arch=('any')
 url="https://github.com/timothycrosley/isort"
 license=('MIT')
-depends=('python-dephell')
+depends=('python')
+makedepends=('python-dephell')
 checkdepends=('pylama' 'python-hypothesis-auto' 'python-pip' 'python-pip-api' 'python-pipreqs'
               'python-pytest' 'python-requirementslib')
 source=("https://github.com/timothycrosley/isort/archive/$pkgver/$pkgname-$pkgver.tar.gz")



More information about the arch-commits mailing list