diff options
author | Tim Biermann <tbier@posteo.de> | 2022-07-11 00:14:26 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-07-11 00:14:26 +0200 |
commit | e7b96b5202345f65ad75cf64b59294e927c4519b (patch) | |
tree | e72a90c0e0742949b87a50e7a20cce7c56908532 /python3-hatchling | |
parent | 66fe7c96304f8e832a48dc88806c54f0cbe76453 (diff) | |
parent | d7e79699f9e9c293263b4019bcbbc55e1d6f2f9c (diff) | |
download | contrib-e7b96b5202345f65ad75cf64b59294e927c4519b.tar.gz contrib-e7b96b5202345f65ad75cf64b59294e927c4519b.tar.xz |
Merge remote-tracking branch 'origin/3.6' into 3.7
Diffstat (limited to 'python3-hatchling')
-rw-r--r-- | python3-hatchling/.signature | 4 | ||||
-rw-r--r-- | python3-hatchling/Pkgfile | 7 |
2 files changed, 6 insertions, 5 deletions
diff --git a/python3-hatchling/.signature b/python3-hatchling/.signature index c0a06a6e1..9c65a89a1 100644 --- a/python3-hatchling/.signature +++ b/python3-hatchling/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3676XX0+hpnTtHnH1kxK6QF/aB+4hn2/5jk4ET7DVDLVzR5DjCcysaCEFf5KTtaYybwkT6eP2X4sDpn6Sk0agww= -SHA256 (Pkgfile) = bbf4e66118e1e81f978175fe40a7b3f342d1c4e9f66b8aac230faef7976620ea +RWSagIOpLGJF30do9DLZ4J3NGmI6G3UJjjWSVRtNXf6JAJsolZvdO1ARb1FJJx7t9KU++HQhPLQN0ooxtGVSD40hfKXzKKiB4gA= +SHA256 (Pkgfile) = c51c2fa336730cfd4d3a011310f77ea6464c24be4174267cf8d927bc7b7bf0b4 SHA256 (.footprint) = 32046bcc7ea98c41218c451e2fd63faadac607a7efd09fbfb90e1604bca5db2f 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 } |