Date: Sunday, May 7, 2023 @ 06:25:44
  Author: felixonmars
Revision: 1459194

upgpkg: python-hatchling 1.14.1-2: remove unneeded tomli dep (needed only for 
python < 3.11)

Modified:
  python-hatchling/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-07 06:21:59 UTC (rev 1459193)
+++ PKGBUILD    2023-05-07 06:25:44 UTC (rev 1459194)
@@ -3,13 +3,13 @@
 
 pkgname=python-hatchling
 pkgver=1.14.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A modern project, package, and virtual env manager (backend)"
 arch=('any')
 url="https://github.com/pypa/hatch";
 license=('MIT')
-depends=('python' 'python-tomli' 'python-packaging' 'python-pathspec'
-        'python-pluggy' 'python-editables' 'python-trove-classifiers')
+depends=('python' 'python-packaging' 'python-pathspec' 'python-pluggy'
+         'python-editables' 'python-trove-classifiers')
 makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
 
 _name=${pkgname/python-/}

Reply via email to