File: control

package info (click to toggle)
pylast 1.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 316 kB
  • ctags: 720
  • sloc: python: 3,600; makefile: 7
file content (48 lines) | stat: -rw-r--r-- 1,608 bytes parent folder | download
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
Source: pylast
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Simon Chopin <chopin.simon@gmail.com>
Build-Depends:
 debhelper (>= 9),
 dh-python,
 python-all (>= 2.6.6-3~),
 python-flaky,
 python-mock,
 python-pytest,
 python-setuptools,
 python-six,
 python3-all (>= 3.1.3-12~),
 python3-flaky,
 python3-mock,
 python3-pytest,
 python3-setuptools,
 python3-six
X-Python-Version: >=2.6
X-Python3-Version: >=3.0
Standards-Version: 3.9.8
Homepage: https://github.com/pylast/pylast/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pylast.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pylast.git

Package: python-pylast
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Python interface to Last.fm and other compatible services
 Last.fm is a service providing a way to keep a record of what the users listen
 to and offering music recommendations based on that record.
 .
 This interface allows access to all the data exposed by the Last.fm API as
 well as to the scrobbling functionality.

Package: python3-pylast
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Python 3 interface to Last.fm and other compatible services
 Last.fm is a service providing a way to keep a record of what the users listen
 to and offering music recommendations based on that record.
 .
 This interface allows access to all the data exposed by the Last.fm API as
 well as to the scrobbling functionality.
 .
 This package provides the Python 3 module.