python3-django: 5.0.7 -> 5.1
This commit is contained in:
parent
f77ea29409
commit
c7954a96f0
python3-django
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF34xx3bESZWi2jbuZj4wb4l34WPoAP6uYkgCaXcn9SULg1CTN05dxFJi6rSCKbxkIZshqhkkH5lE2jjux1DrEfgg=
|
||||
SHA256 (Pkgfile) = a8172b49910879efd400e0d610be7bc63d58da442bf46cd05926181b49bf152b
|
||||
SHA256 (.footprint) = 2fe375a7040f5abdac0e06433d4df4c0f033f8466a230c04ce775507cb2b1265
|
||||
SHA256 (Django-5.0.7.tar.gz) = bd4505cae0b9bd642313e8fb71810893df5dc2ffcacaa67a33af2d5cd61888f2
|
||||
RWSagIOpLGJF315FDm74M9QunHupW18Vcjl4+RsWB1arfqbcLmlwID14Dl8etQ6iGFeAh6EwRwGNIUBnOsl3ddYzRE/LVj9DOQU=
|
||||
SHA256 (Pkgfile) = 607f4739677bd5fd8da3ca6c5e6536e306c7ede2b4548b681ddf211739cb5e08
|
||||
SHA256 (.footprint) = db02757dd7fd811af09b1de339e222f4880c596d442330a42c0f7d32d8605c71
|
||||
SHA256 (Django-5.1.tar.gz) = 848a5980e8efb76eea70872fb0e4bc5e371619c70fffbe48e3e1b50b2c09455d
|
||||
|
@ -5,15 +5,13 @@
|
||||
# Optional: python3-argon2_cffi python3-psycopg2
|
||||
|
||||
name=python3-django
|
||||
version=5.0.7
|
||||
version=5.1
|
||||
release=1
|
||||
source=(https://pypi.org/packages/source/D/Django/Django-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd Django-$version
|
||||
|
||||
/usr/bin/python3 setup.py build
|
||||
/usr/bin/python3 setup.py install --prefix=/usr \
|
||||
--root=$PKG \
|
||||
--skip-build
|
||||
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
|
||||
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user