forked from ports/contrib
python3-fasteners: added a real url
This commit is contained in:
parent
c790fd631c
commit
7cacad3adc
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user