blob: 69d72435d3f336c1e51048c9a30d5fa686166e8a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
|
pkgbase = netease-musicbox-git
pkgdesc = A sexy command line interface musicbox for NetEase based on Python
pkgver = r564.57d0fde
pkgrel = 1
url = https://github.com/darknessomi/musicbox
install = netease-musicbox-git.install
arch = any
license = MIT
makedepends = git
makedepends = python2
makedepends = mpg123
makedepends = python2-beautifulsoup4
makedepends = python2-requests
makedepends = python2-setuptools
makedepends = python2-crypto
makedepends = python2-future
makedepends = python2-lxml
makedepends = python2-cryptography
makedepends = python2-requests-cache
makedepends = python
makedepends = mpg123
makedepends = python-beautifulsoup4
makedepends = python-requests
makedepends = python-setuptools
makedepends = python-crypto
makedepends = python-future
makedepends = python-lxml
makedepends = python-cryptography
makedepends = python-requests-cache
depends = mpg123
optdepends = aria2: music caching
optdepends = libnotify: notifications
provides = netease-musicbox
conflicts = netease-musicbox
options = !emptydirs
source = git+https://github.com/darknessomi/musicbox
sha256sums = SKIP
pkgname = netease-musicbox-git
depends = python
depends = mpg123
depends = python-beautifulsoup4
depends = python-requests
depends = python-setuptools
depends = python-crypto
depends = python-future
depends = python-lxml
depends = python-cryptography
depends = python-requests-cache
optdepends = aria2: music caching
optdepends = libnotify: notifications
optdepends = python-pyqt4: lyrics support
optdepends = python-dbus: lyrics support
pkgname = netease-musicbox-py2-git
depends = python2
depends = mpg123
depends = python2-beautifulsoup4
depends = python2-requests
depends = python2-setuptools
depends = python2-crypto
depends = python2-future
depends = python2-lxml
depends = python2-cryptography
depends = python2-requests-cache
optdepends = aria2: music caching
optdepends = python2-keybinder2: global keybindings
optdepends = libnotify: notifications
optdepends = python2-pyqt4: lyrics support
optdepends = python2-dbus: lyrics support
|