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

Antonio Rojas arojas at gemini.archlinux.org
Tue May 17 19:16:15 UTC 2022


    Date: Tuesday, May 17, 2022 @ 19:16:15
  Author: arojas
Revision: 1207700

Add python-editables dependency

Modified:
  python-hatchling/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-17 19:15:01 UTC (rev 1207699)
+++ PKGBUILD	2022-05-17 19:16:15 UTC (rev 1207700)
@@ -3,13 +3,13 @@
 
 pkgname=python-hatchling
 pkgver=0.25.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A modern project, package, and virtual env manager (backend)"
 arch=('any')
 url="https://github.com/ofek/hatch"
 license=('MIT')
 depends=('python' 'python-tomli' 'python-packaging' 'python-pathspec'
-        'python-pluggy')
+        'python-pluggy' 'python-editables')
 makedepends=('python-pip' 'python-build' 'python-setuptools')
 
 _name=${pkgname/python-/}



More information about the arch-commits mailing list