python3-maturin: updated to version 1.5.1

This commit is contained in:
Matt Housh 2024-03-24 16:21:32 -05:00
parent 6a7059d95a
commit abab3b74e1
Signed by: jaeger
GPG Key ID: F9DE89ED1BFADFD7
3 changed files with 16 additions and 16 deletions

View File

@ -4,14 +4,14 @@ drwxr-xr-x root/root usr/bin/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python3.10/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/maturin-1.5.0.dist-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/maturin-1.5.0.dist-info/INSTALLER
-rw-r--r-- root/root usr/lib/python3.10/site-packages/maturin-1.5.0.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.10/site-packages/maturin-1.5.0.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.10/site-packages/maturin-1.5.0.dist-info/REQUESTED (EMPTY)
-rw-r--r-- root/root usr/lib/python3.10/site-packages/maturin-1.5.0.dist-info/WHEEL
-rw-r--r-- root/root usr/lib/python3.10/site-packages/maturin-1.5.0.dist-info/direct_url.json
-rw-r--r-- root/root usr/lib/python3.10/site-packages/maturin-1.5.0.dist-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.10/site-packages/maturin-1.5.1.dist-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/maturin-1.5.1.dist-info/INSTALLER
-rw-r--r-- root/root usr/lib/python3.10/site-packages/maturin-1.5.1.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.10/site-packages/maturin-1.5.1.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.10/site-packages/maturin-1.5.1.dist-info/REQUESTED (EMPTY)
-rw-r--r-- root/root usr/lib/python3.10/site-packages/maturin-1.5.1.dist-info/WHEEL
-rw-r--r-- root/root usr/lib/python3.10/site-packages/maturin-1.5.1.dist-info/direct_url.json
-rw-r--r-- root/root usr/lib/python3.10/site-packages/maturin-1.5.1.dist-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.10/site-packages/maturin/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/maturin/__init__.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/maturin/__main__.py

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF304vNHaqMzZK8QMhDmUx/YPvvZFyzWItBux5Zhbh6iPA4Crngxc6FjS8bjQ8Ca70MbFXVO/XF0QDmNWb20iMvAA=
SHA256 (Pkgfile) = 6af1f84de1a5b9413d01fc0a59ecfcac95e7ddcf34c5509a991256cc97b3a14b
SHA256 (.footprint) = cc5d45f7512d98db39db969932fb1c8d13d87c149de79f576770af674ba83f6a
SHA256 (maturin-1.5.0.tar.gz) = e046ea2aed687991d58c42f6276dfcc0c037092934654f538b5877fd57dd3a9c
RWSagIOpLGJF35MAXMtc1psZXxX9Bxv2rXNnFB4XVECNyzCcWmh6c6JS1fywAmdJit76EvQmHyei4mMbGG3AHogNnxkp6nAGHgQ=
SHA256 (Pkgfile) = 88bd91d5b81f03d2786ec4fa5ebfe833ae48c82070d132bc11dfa386f53b8c7b
SHA256 (.footprint) = fabd83d7cb092ba01bab46d29cf23baa2c133d81d63a6f28f98c8545d25cc8c6
SHA256 (maturin-1.5.1.tar.gz) = 3dd834ece80edb866af18cbd4635e0ecac40139c726428d5f1849ae154b26dca

View File

@ -4,12 +4,12 @@
# Depends on: python3-setuptools-rust
name=python3-maturin
version=1.5.0
version=1.5.1
release=1
source=(https://pypi.python.org/packages/source/m/maturin/maturin-$version.tar.gz)
build() {
cd maturin-$version
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
PIP_CONFIG_FILE=/dev/null /usr/bin/pip3 install --isolated --root=$PKG --ignore-installed --no-deps dist/*.whl
cd maturin-$version
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
PIP_CONFIG_FILE=/dev/null /usr/bin/pip3 install --isolated --root=$PKG --ignore-installed --no-deps dist/*.whl
}