summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Armengol2024-01-04 23:02:38 +0000
committerPatrick Armengol2024-01-04 23:02:38 +0000
commit2be5ef62b938b23d1baca1eccb1d9a3b38356704 (patch)
tree124214ec83ec378f3058bba8d1f72024ff217237
parentcdf92d0b6fc11be597c5794ad009ce7833c909a6 (diff)
downloadaur-python-hatchling-git.tar.gz
upgpkg: python-hatchling-git 1.21.0.r17.g7b1ef02a-1
updated python-hatchling-git dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 319d6a459334..2c927527a0ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-hatchling-git
pkgdesc = Modern, extensible Python build backend
- pkgver = 1.11.1.r43.g15a583af
+ pkgver = 1.21.0.r17.g7b1ef02a
pkgrel = 1
url = https://hatch.pypa.io/latest/
arch = any
@@ -13,7 +13,7 @@ pkgbase = python-hatchling-git
depends = python-packaging
depends = python-pathspec
depends = python-pluggy
- depends = python-tomli
+ depends = python-trove-classifiers
provides = python-hatchling
conflicts = python-hatchling
source = hatch::git+https://github.com/pypa/hatch.git
diff --git a/PKGBUILD b/PKGBUILD
index c3eb7ebb094c..962d4f79c0d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_name=hatchling
pkgname=python-hatchling-git
-pkgver=1.11.1.r43.g15a583af
+pkgver=1.21.0.r17.g7b1ef02a
pkgrel=1
pkgdesc="Modern, extensible Python build backend"
arch=('any')
url="https://hatch.pypa.io/latest/"
license=('MIT')
groups=()
-depends=('python-editables' 'python-packaging' 'python-pathspec' 'python-pluggy' 'python-tomli')
+depends=('python-editables' 'python-packaging' 'python-pathspec' 'python-pluggy' 'python-trove-classifiers')
makedepends=('git' 'python-build' 'python-installer' 'python-wheel')
checkdepends=()
optdepends=()