Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
python-isort


Commits:
11bfb41d by Caleb Maclennan at 2024-05-02T08:43:47+03:00
upgpkg: 5.13.2-3: Drop obsolete dependency

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-isort
        pkgdesc = A Python utility / library to sort Python imports
        pkgver = 5.13.2
-       pkgrel = 2
+       pkgrel = 3
        url = https://github.com/PyCQA/isort
        arch = any
        license = MIT
@@ -11,7 +11,6 @@ pkgbase = python-isort
        makedepends = python-poetry-core
        depends = python
        depends = python-toml
-       depends = python-tomli
        source = 
https://github.com/PyCQA/isort/archive/5.13.2/isort-5.13.2.tar.gz
        sha256sums = 
0f13e665483ca8cfa3d3e1809738ea518f8a66fe5489430273f08368893193e1
 


=====================================
PKGBUILD
=====================================
@@ -5,13 +5,12 @@
 _pyname=isort
 pkgname=python-$_pyname
 pkgver=5.13.2
-pkgrel=2
+pkgrel=3
 pkgdesc='A Python utility / library to sort Python imports'
 arch=(any)
 url="https://github.com/PyCQA/$_pyname";
 license=(MIT)
-_pydeps=(toml
-         tomli)
+_pydeps=(toml)
 depends=(python
          "${_pydeps[@]/#/python-}")
 makedepends=(python-{build,installer,wheel}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-isort/-/commit/11bfb41d30566292757e394fb33da244fc976db7

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-isort/-/commit/11bfb41d30566292757e394fb33da244fc976db7
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to