python3-attrs: adopted port

This commit is contained in:
Tim Biermann 2023-08-13 09:22:21 +02:00
parent 6f4ddef2f5
commit bae09e6b69
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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
}