python-twisted: dropped

This commit is contained in:
Tim Biermann 2022-02-05 18:20:23 +01:00
parent c0595fc3ad
commit 69870e7ec0
3 changed files with 0 additions and 2692 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3/42zhTz8g4LzllyaKJrJJ9QKy0RsYzsokreO0zrQwiDKd4YN4BXOxQNXuYjPcWthKJilNRsAhTTCU1U9uha2w0=
SHA256 (Pkgfile) = 3434611c22404016b719c3bbf6231f2da391d826ccefe924abf27b74cc4dbf82
SHA256 (.footprint) = 4e82f8d6177708e3c14e9d8edc180be1b07cf28ddad89881f65e03ab761742a2
SHA256 (twisted-19.10.0.tar.gz) = 4339536f148b53aee71759f4dc3b619cbf69a602e97b42082c24afe54869b963

View File

@ -1,15 +0,0 @@
# Description: Python event-driven networking framework.
# URL: https://www.twistedmatrix.com/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: python-Automat python-constantly python-hyperlink python-incremental python-zope-interface
name=python-twisted
version=19.10.0
release=1
source=(https://github.com/twisted/twisted/archive/twisted-$version.tar.gz)
build() {
cd twisted-twisted-$version
/usr/bin/python setup.py build
/usr/bin/python setup.py install --root=$PKG --optimize=1
}