python3-twisted: 22.10.0 -> 23.8.0

This commit is contained in:
Tim Biermann 2023-08-29 06:58:38 +02:00
parent b2d9863d3f
commit ff35594197
3 changed files with 910 additions and 880 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF34sUFpFvuI45oCqjnnGAijpBCoNK4VstyUioWvp93fZheiDKthiCkIP9dxwj0ADs5VqjbMYjvbYHJCdYUlhLiAc=
SHA256 (Pkgfile) = 842c91025dec6167294912ec75e02ad37f75f7989d6690f1d147e1a851b919a4
SHA256 (.footprint) = a6f5b0abffb882a2770d1ad57caa28268e52d90c604e8c0506261f9a46117c9b
SHA256 (twisted-22.10.0.tar.gz) = 2a310f83278b54d8e8e2b9d804baf839835f80ab5b42e141a370cdc170dd7ddb
RWSagIOpLGJF344cOvzCR/ZP7k1mwR4uZ/dlzI1A5saQe+41rBBVD/3meTV5eDX8NFCuCtep/562UJwN5tcPp45DjVjkxalb2Q4=
SHA256 (Pkgfile) = 793aead92d30873b1965fb10c14c48b2c60937c6e07173616daf59a4f0220c53
SHA256 (.footprint) = 1bd9567747632acbca770efcf3e9533914784174c021bec50947e684534ea6c1
SHA256 (twisted-23.8.0.tar.gz) = c81efd179c95b787427270e075fca0d53ef15a3516063832f0ad5655209ffe8d

View File

@ -4,15 +4,13 @@
# Depends on: python3-automat python3-constantly python3-hyperlink python3-incremental python3-zope-interface
name=python3-twisted
version=22.10.0
version=23.8.0
release=1
source=(https://github.com/twisted/twisted/archive/twisted-$version.tar.gz)
build() {
cd twisted-twisted-$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
}