ports/contrib (3.7): python3-idna: adopted port
commit f6202c64120a4287b986ec4f8d43cccdd5973148 Author: Tim Biermann <tbier@posteo.de> Date: Sun Aug 13 09:19:36 2023 +0200 python3-idna: adopted port diff --git a/python3-idna/.signature b/python3-idna/.signature index cee52499c..d3313c5d9 100644 --- a/python3-idna/.signature +++ b/python3-idna/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF314UgVYPy02FLsibKm8sJnK0ixUAfbUi9e8zWdv5n+kTclYWpFTiBcIi0M3j16iydK/U3+ky6Q8p8I0Goa06CwU= -SHA256 (Pkgfile) = 06ed26a59a627ae14b01a93d4f757b4cde0c251f9fa6247a62891ce4b6cffea9 +RWSagIOpLGJF3yFN1mEI/bt8SQ3fTZTTLvVv0z/mwIcsOX0x6Xd0NzHRmg4Vr4MKkaWQZC7v3LGDWxxD3b+Pj8W18tA82EQSgA0= +SHA256 (Pkgfile) = 405b48608bd5a8a9b8cd270ef920368cebc24a2da51300ccc42c7d8a7275f5ef SHA256 (.footprint) = 82226d6266218bbaeef5ee8a90c1e04d0643697f89b7d0fc52e2fdd281dfce2c SHA256 (idna-3.4.tar.gz) = 814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4 diff --git a/python3-idna/Pkgfile b/python3-idna/Pkgfile index 05ca97793..d1314ea07 100644 --- a/python3-idna/Pkgfile +++ b/python3-idna/Pkgfile @@ -1,6 +1,6 @@ # Description: Internationalized Domain Names in Applications (IDNA). # URL: https://github.com/kjd/idna -# Maintainer: Danny Rawlins, crux at romster dot me +# Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: python3-build python3-flit-core python3-installer name=python3-idna @@ -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 0 --destdir=$PKG dist/*.whl + /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation + /usr/bin/python3 -m installer --compile-bytecode 0 --destdir=$PKG dist/*.whl }
participants (1)
-
crux@crux.nu