From a6ef9415e6fe66a25da23a90da89677bf5e3920c Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sun, 10 Jul 2022 18:05:08 +0200 Subject: python3-hatchling: added missing dependency: python3-editables --- python3-hatchling/.signature | 4 ++-- python3-hatchling/Pkgfile | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'python3-hatchling') diff --git a/python3-hatchling/.signature b/python3-hatchling/.signature index 303a6f554..5e1392388 100644 --- a/python3-hatchling/.signature +++ b/python3-hatchling/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3y+nyFjSPbixV1d78JzZunDDWWM5QWBXLooGgz6M7E224mcQi8uT2UZZp0Ah5M1gbIJq97x6BMiKtRYiHWOSxwo= -SHA256 (Pkgfile) = bbf4e66118e1e81f978175fe40a7b3f342d1c4e9f66b8aac230faef7976620ea +RWSagIOpLGJF35/UDznwhrRv2IZiolBDbmla32vQCP7lIZlB13bjC24FANplAvxjzddAzTPkGVCc8ojH4UmflBqCPnNvDAWU9A8= +SHA256 (Pkgfile) = c51c2fa336730cfd4d3a011310f77ea6464c24be4174267cf8d927bc7b7bf0b4 SHA256 (.footprint) = b621cb7185bcd7800d676b7798f86f745124e6199d980508d8e5703790bc0af9 SHA256 (hatchling-1.4.1.tar.gz) = 8c1fc7ab16e2f2323fcdb8989498b291bbd1daaa6441448f2f9712f8f7fe1292 diff --git a/python3-hatchling/Pkgfile b/python3-hatchling/Pkgfile index 145a32736..6502d3aa9 100644 --- a/python3-hatchling/Pkgfile +++ b/python3-hatchling/Pkgfile @@ -1,7 +1,7 @@ # Description: Modern, extensible Python project management # URL: https://github.com/pypa/hatch # Maintainer: Tim Biermann, tbier at posteo dot de -# Depends on: python3-build python3-pathspec python3-pluggy +# Depends on: python3-editables python3-pathspec python3-pluggy name=python3-hatchling version=1.4.1 @@ -11,6 +11,7 @@ source=(https://github.com/ofek/hatch/archive/hatchling-v$version/hatchling-$ver build() { cd hatch-hatchling-v$version - /usr/bin/python3 -m build backend --wheel --skip-dependency-check --no-isolation - /usr/bin/pip3 install --isolate --root=$PKG --ignore-installed --no-deps backend/dist/*.whl + /usr/bin/python3 -m build backend + PIP_CONFIG_FILE=/dev/null /usr/bin/pip3 install --isolated --root=$PKG \ + --ignore-installed --no-deps backend/dist/*.whl } -- cgit v1.2.3