mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
parent
9ad208c95d
commit
a94cb2405c
1 changed files with 5 additions and 11 deletions
|
@ -1,22 +1,21 @@
|
|||
# Template file for 'deluge'
|
||||
pkgname=deluge
|
||||
version=2.0.5
|
||||
revision=3
|
||||
version=2.1.1
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
# TODO package python3-slimit to minify javascript
|
||||
hostmakedepends="intltool python3-setuptools python3-wheel"
|
||||
depends="python3-setuptools python3-chardet python3-Twisted python3-Mako
|
||||
python3-xdg python3-rencode python3-setproctitle libtorrent-rasterbar-python3
|
||||
python3-Pillow python3-pyasn1 python3-openssl python3-six python3-zope.interface"
|
||||
checkdepends="python3-pytest $depends python3-pytest-mock python3-mock gtk+3
|
||||
python3-gobject xvfb-run cantarell-fonts"
|
||||
short_desc="Fully-featured cross-platform BitTorrent client"
|
||||
maintainer="Alexey Rochev <equeim@gmail.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://deluge-torrent.org/"
|
||||
changelog="https://raw.githubusercontent.com/deluge-torrent/deluge/develop/CHANGELOG.md"
|
||||
distfiles="https://ftp.osuosl.org/pub/deluge/source/2.0/deluge-${version}.tar.xz"
|
||||
checksum=c4bd04abfd211b65218be03f3c46d26f44024884de10e01859fb856fdd6f25d8
|
||||
distfiles="https://ftp.osuosl.org/pub/deluge/source/${version%.*}/deluge-${version}.tar.xz"
|
||||
checksum=768dd319802e42437ab3794ebe75b497142e08ed5b0fb2503bad62cef442dff7
|
||||
make_check=no # requires unpackaged pytest_twisted
|
||||
|
||||
system_accounts="deluge"
|
||||
deluge_homedir="/var/lib/deluge"
|
||||
|
@ -27,11 +26,6 @@ make_dirs="
|
|||
/var/lib/deluge/.config/deluge 0755 deluge deluge
|
||||
"
|
||||
|
||||
do_check() {
|
||||
rm deluge/tests/test_torrentview.py deluge/tests/test_files_tab.py
|
||||
xvfb-run python3 -m pytest
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vsv deluged
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue