diff --git a/python3-pyproject-hooks/.footprint b/python3-pyproject-hooks/.footprint index 627f21532..dfed2404f 100644 --- a/python3-pyproject-hooks/.footprint +++ b/python3-pyproject-hooks/.footprint @@ -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__/ diff --git a/python3-pyproject-hooks/.signature b/python3-pyproject-hooks/.signature index dc720136a..e1655b1f1 100644 --- a/python3-pyproject-hooks/.signature +++ b/python3-pyproject-hooks/.signature @@ -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 diff --git a/python3-pyproject-hooks/Pkgfile b/python3-pyproject-hooks/Pkgfile index e3c63121c..39b53fd3c 100644 --- a/python3-pyproject-hooks/Pkgfile +++ b/python3-pyproject-hooks/Pkgfile @@ -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 . }