deluge: marked unmaintained, missing dependency: python3-rencode

This commit is contained in:
Tim Biermann 2023-08-18 21:18:36 +02:00
parent dfeca9b561
commit d8b733ef4e
2 changed files with 9 additions and 8 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3/42IF3M5GJgc+ttb/t2yIZh7dR8AupN82NVj8gvCbm4QAG/mEx8z27/1lfZiDxKsLd5KmejhayYSCzsHq6rSQI=
SHA256 (Pkgfile) = 5275d9708f9402e514128fce5bb56e0565603e0878dacacb9d6e2e7849889975
RWSagIOpLGJF38vG4lXWCXiVpuFxc3rVtlh6Iu7KzIGXLTEKzcZqSF8xXL3MpR27xCmdJGz3+zDCO0/3UMRLzixsfC/ooE+BvwI=
SHA256 (Pkgfile) = ce61e0848febb01adb960adebc2a6af5769b40293744d65f293c6a69524c5b5a
SHA256 (.footprint) = fe143275fa1a52a43d8c619b140e28c7e2e721526d8e47c9acb3952d7c0138bd
SHA256 (deluge-2.1.1.tar.xz) = 768dd319802e42437ab3794ebe75b497142e08ed5b0fb2503bad62cef442dff7

View File

@ -1,7 +1,8 @@
# Description: A bittorrent client based on Python and GTK.
# Description: A bittorrent client based on Python and GTK
# URL: https://www.deluge-torrent.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: librsvg libtorrent-rasterbar python3-chardet python3-pyopenssl python3-pyxdg python3-twisted python3-pyxdg
# Maintainer: unmaintained
# Depends on: librsvg libtorrent-rasterbar python3-chardet python3-mako python3-pyasn1 python3-pyopenssl python3-pyxdg python3-twisted
# Missing ports: python3-rencode
name=deluge
version=2.1.1
@ -9,8 +10,8 @@ release=1
source=(https://ftp.osuosl.org/pub/deluge/source/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
cd $name-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr --root=$PKG --optimize=1 --skip-build
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr --root=$PKG --optimize=1 --skip-build
}