python3-pyproject-hooks: added missing dependency: python3-tomli

This commit is contained in:
Tim Biermann 2023-04-08 16:37:04 +02:00
parent e234a567ec
commit c6a689b92c
3 changed files with 7 additions and 6 deletions

View File

@ -9,6 +9,7 @@ drwxr-xr-x root/root usr/lib/python3.10/site-packages/pyproject_hooks-1.0.0.dist
-rw-r--r-- root/root usr/lib/python3.10/site-packages/pyproject_hooks-1.0.0.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.10/site-packages/pyproject_hooks-1.0.0.dist-info/REQUESTED (EMPTY)
-rw-r--r-- root/root usr/lib/python3.10/site-packages/pyproject_hooks-1.0.0.dist-info/WHEEL
-rw-r--r-- root/root usr/lib/python3.10/site-packages/pyproject_hooks-1.0.0.dist-info/direct_url.json
drwxr-xr-x root/root usr/lib/python3.10/site-packages/pyproject_hooks/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/pyproject_hooks/__init__.py
drwxr-xr-x root/root usr/lib/python3.10/site-packages/pyproject_hooks/__pycache__/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/QKpiT931pntr7b7tJkXAjELqmcP3MFaRglHA//d0pdAX0Gow8h+y/gUNteFqSBtbfWfTEAop42SeykBpECpPQ8=
SHA256 (Pkgfile) = 5dd82a3faa06c1a69ea3807391a7eaaecf491e3b84d683e1485dd63552839851
SHA256 (.footprint) = 3e2002155e9b2319c97d5ed45262bf5ea357019e8cbc60fd76fc076f77fb1964
RWSE3ohX2g5d/R8ww6mV59ok5IQ7GfuT3CKwtPBat9gC5lP9X/wXelYwp0Mzsfrt/E0IhtZnVbtcUFRQqfibTkums2HiWGThXwI=
SHA256 (Pkgfile) = afc2c2052768c8f54ea3dbcdba16fd392ccd10690701d0ad6d41d62d898ce25f
SHA256 (.footprint) = 1ace615eb26c3479bced944acafe45ec0c4c6b9138b71d34930ddc5ffe461d43
SHA256 (pyproject_hooks-1.0.0.tar.gz) = f271b298b97f5955d53fb12b72c1fb1948c22c1a6b70b315c54cedaca0264ef5

View File

@ -1,7 +1,7 @@
# Description: A low-level library for calling build-backends in pyproject.toml-based project
# URL: https://github.com/pypa/pyproject-hooks
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-pip
# Depends on: python3-tomli
name=python3-pyproject-hooks
version=1.0.0
@ -10,6 +10,6 @@ source=(https://files.pythonhosted.org/packages/source/p/pyproject_hooks/pyproje
build() {
cd pyproject_hooks-$version
/usr/bin/pip3 install --isolate --root=$PKG --ignore-installed --no-deps pyproject-hooks==$version
rm -rf $PKG/usr/lib/python$_pyver/site-packages/tomli-$version.dist-info/{INSTALLER,REQUESTED}
/usr/bin/pip3 install --isolate --root=$PKG --ignore-installed --no-deps .
}