Date: Sunday, April 16, 2023 @ 10:39:58
  Author: arojas
Revision: 1446467

upgpkg: python-hatchling 1.14.0-3: Add missing trove-classifiers dependency

Modified:
  python-hatchling/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-16 10:37:58 UTC (rev 1446466)
+++ PKGBUILD    2023-04-16 10:39:58 UTC (rev 1446467)
@@ -3,13 +3,13 @@
 
 pkgname=python-hatchling
 pkgver=1.14.0
-pkgrel=2
+pkgrel=3
 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-pluggy' 'python-editables' 'python-trove-classifiers')
 makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
 
 _name=${pkgname/python-/}

Reply via email to