From 7cacad3adcc2ebaa836956a6ff8c92844a0901e5 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Tue, 15 Jun 2021 20:09:47 +0000 Subject: [PATCH] python3-fasteners: added a real url --- python3-fasteners/.signature | 4 ++-- python3-fasteners/Pkgfile | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/python3-fasteners/.signature b/python3-fasteners/.signature index 4a8f095a2..25b170d21 100644 --- a/python3-fasteners/.signature +++ b/python3-fasteners/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF32DehK7FAtcuFjeFkeFjBWzzDNMk+zumk2lBWvTGUbBAbzOUSu4CNH/EfqKs1yimMvFJ3ekEwaRlY1IpqnCTogQ= -SHA256 (Pkgfile) = 3f3d85deb54e8d7c86c12a117e9692ad82c56c54243b839e277dcaa4f444af32 +RWSagIOpLGJF312tgszWr4LmUoXlXzEUfsAcJ7q9jCYSMkOVJc3pOyCJ/4hb/Jika/g8SxOHjafvwFCf/e0ztdbr2U/CyT7I9Qc= +SHA256 (Pkgfile) = 78c0dba338f313a18ba44594b2a54a799026ffebcea3962e31b6d1ef8a1ccf82 SHA256 (.footprint) = ae2887e23a2396ef26498edfebc7b08dc367ba5bd8728dd19e16be403c170905 SHA256 (fasteners-0.16.2.tar.gz) = 2fa2ca17a4fa0510ff63e0a091ab58fdd1bcdbab82e08d4e449b85ff086fa68e diff --git a/python3-fasteners/Pkgfile b/python3-fasteners/Pkgfile index 64669f3b4..fc73d0b74 100644 --- a/python3-fasteners/Pkgfile +++ b/python3-fasteners/Pkgfile @@ -1,5 +1,5 @@ # Description: A python package that provides useful locks -# URL: A python package that provides useful locks +# URL: https://github.com/harlowja/fasteners # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: python3-setuptools # Optional: python3-six @@ -7,10 +7,10 @@ name=python3-fasteners version=0.16.2 release=1 -source=(https://pypi.org/packages/source/f/fasteners/${name#*-}-$version.tar.gz) +source=(https://pypi.org/packages/source/f/fasteners/fasteners-$version.tar.gz) build() { - cd ${name#*-}-$version + cd fasteners-$version /usr/bin/python3 setup.py build /usr/bin/python3 setup.py install --optimize=1 --root=$PKG }