From bae09e6b69382dcfc6f2e3cb07da633c8dfcc2b5 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sun, 13 Aug 2023 09:22:21 +0200 Subject: [PATCH] python3-attrs: adopted port --- python3-attrs/.signature | 4 ++-- python3-attrs/Pkgfile | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/python3-attrs/.signature b/python3-attrs/.signature index c6b658942..e42dd6939 100644 --- a/python3-attrs/.signature +++ b/python3-attrs/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF38Eb9cYuooytCn4Dlfo7stxbvhprX5Lk/26OGNNTpKpRhAAOsswZXrsQJ4VT9c1Hzv7mi9IjF1ZgmSQzhtOiSQw= -SHA256 (Pkgfile) = a2f79563895fdaa06252ba0a4d32e3d7c267a9339f251ff8d064e292fc01e1fa +RWSagIOpLGJF3weBXuJ9T8C1xgdE1yn2lGs3KL4AxXQNQfUlwq2QEMRZtTUsdxL/J26qY316ABHoGIDNjdZuqYa33gGE0QIA7A0= +SHA256 (Pkgfile) = a3885a054000bb9ed60fd526fdc138c4506e30c40a49836d48c4fe73be029d9d SHA256 (.footprint) = d3eb775157140186fb87d8b90389025718e153264b042f940bf53f6248a89097 SHA256 (attrs-23.1.0.tar.gz) = 6279836d581513a26f1bf235f9acd333bc9115683f14f7e8fae46c98fc50e015 diff --git a/python3-attrs/Pkgfile b/python3-attrs/Pkgfile index 21cef7969..4c6ed85db 100644 --- a/python3-attrs/Pkgfile +++ b/python3-attrs/Pkgfile @@ -1,6 +1,6 @@ # Description: python classes without boilerplate. # URL: https://pypi.python.org/pypi/attrs -# Maintainer: Danny Rawlins, crux at romster dot me +# Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: python3-hatch-fancy-pypi-readme python3-hatch-vcs name=python3-attrs @@ -9,8 +9,8 @@ release=1 source=(https://files.pythonhosted.org/packages/source/${name:8:1}/${name#*-}/${name#*-}-$version.tar.gz) build() { - cd ${name#*-}-$version + cd ${name#*-}-$version - /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation - /usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl + /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation + /usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl }