mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
deluge: Twisted -> python-Twisted
This commit is contained in:
parent
d3a1c87e3a
commit
e83340b578
1 changed files with 3 additions and 2 deletions
|
@ -1,14 +1,15 @@
|
||||||
# Template file for 'deluge'
|
# Template file for 'deluge'
|
||||||
pkgname=deluge
|
pkgname=deluge
|
||||||
version=1.3.15
|
version=1.3.15
|
||||||
revision=2
|
revision=3
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
pycompile_module="deluge"
|
pycompile_module="deluge"
|
||||||
system_accounts="deluge"
|
system_accounts="deluge"
|
||||||
deluge_homedir="/var/lib/deluge"
|
deluge_homedir="/var/lib/deluge"
|
||||||
hostmakedepends="intltool python-setuptools"
|
hostmakedepends="intltool python-setuptools"
|
||||||
depends="python-setuptools python-chardet Twisted python-xdg libtorrent-rasterbar-python"
|
depends="python-setuptools python-chardet python-Twisted python-xdg
|
||||||
|
libtorrent-rasterbar-python"
|
||||||
short_desc="Fully-featured cross-platform BitTorrent client"
|
short_desc="Fully-featured cross-platform BitTorrent client"
|
||||||
maintainer="Alexey Rochev <equeim@gmail.com>"
|
maintainer="Alexey Rochev <equeim@gmail.com>"
|
||||||
homepage="http://deluge-torrent.org/"
|
homepage="http://deluge-torrent.org/"
|
||||||
|
|
Loading…
Add table
Reference in a new issue