diff --git a/python3-dbfread/.signature b/python3-dbfread/.signature index 602e2ec..d7fa0a9 100644 --- a/python3-dbfread/.signature +++ b/python3-dbfread/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/jmq.pub -RWTTPlFarK9CxCLSX+anFKweF7i37XUZmCCpPNEEtrdYfEgBdSs3BcQ3BoiJRUJam12Wt+DmhsR93EeCQ8BDaiJPH/1OcBQflgM= -SHA256 (Pkgfile) = 4d647864571ed35f19d4c9c9aa72ee5b094e3d28c4e448a55c4a779281f24437 +RWTTPlFarK9CxLTPtYxVJQipJQ0GcBqvZn25XbL5N0lTDLb2ZUyU5jdd+wT1NCPTQ7ilQiZC9rg84dTKzB7TTYAMERjEats0ewI= +SHA256 (Pkgfile) = 6569a42f35a602056b2b58d007eeb296e16b25561eafecc751e8cfb0dd0b5759 SHA256 (.footprint) = f80526e92a17f3d31ad7598495072ded4df787929da812cfc26474be21d541a5 -SHA256 (python3-dbfread-2.0.7.tar.gz) = 7772db69a32beb87027356cb04dd7775bbc2e36581e76df6ba33c0eb8d1c49ad +SHA256 (dbfread-2.0.7.tar.gz) = 07c8a9af06ffad3f6f03e8fe91ad7d2733e31a26d2b72c4dd4cfbae07ee3b73d diff --git a/python3-dbfread/Pkgfile b/python3-dbfread/Pkgfile index 847a29e..6084884 100644 --- a/python3-dbfread/Pkgfile +++ b/python3-dbfread/Pkgfile @@ -6,14 +6,14 @@ name=python3-dbfread version=2.0.7 release=1 -source=(https://github.com/olemb/${name##python3-}/archive/refs/tags/$version.tar.gz) -renames=($name-$version.tar.gz) +_commit=a5891681f5012724d062a4ca63ec2ff539c73d5804ba594e7e0e72099d3f +source=(https://files.pythonhosted.org/packages/ad/ae/$_commit/dbfread-$version.tar.gz) build() { - cd ${name##python3-}-$version + cd dbfread-$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 installer --compile-bytecode 2 --destdir="$PKG" dist/*.whl - rm $PKG/usr/lib/python3*/site-packages/*.dist-info/{LICENSE,METADATA,WHEEL} + rm -rf "$PKG"/usr/lib/python3*/site-packages/*.dist-info/{licenses,METADATA,WHEEL} }