Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / python-hatchling
Commits: e64b4ae6 by Christian Hesse at 2023-10-10T17:15:50+02:00 upgpkg: 1.18.0-2: rebuild packages signed by sangy - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,21 @@ +pkgbase = python-hatchling + pkgdesc = A modern project, package, and virtual env manager (backend) + pkgver = 1.18.0 + pkgrel = 2 + url = https://github.com/pypa/hatch + arch = any + license = MIT + makedepends = python-build + makedepends = python-installer + makedepends = python-setuptools + makedepends = python-wheel + depends = python + depends = python-packaging + depends = python-pathspec + depends = python-pluggy + depends = python-editables + depends = python-trove-classifiers + source = https://github.com/pypa/hatch/archive/refs/tags/hatchling-v1.18.0.tar.gz + sha256sums = 2394b594f26c346c478187f18fd59533ab052d157201a8cecb9a89c99cbe7373 + +pkgname = python-hatchling ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=python-hatchling pkgver=1.18.0 -pkgrel=1 +pkgrel=2 pkgdesc="A modern project, package, and virtual env manager (backend)" arch=('any') url="https://github.com/pypa/hatch" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-hatchling/-/commit/e64b4ae67fbe690374c0fc8958826ef3e26fe55b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-hatchling/-/commit/e64b4ae67fbe690374c0fc8958826ef3e26fe55b You're receiving this email because of your account on gitlab.archlinux.org.
