File: libdiscid.patch

package info (click to toggle)
isrcsubmit 2.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 512 kB
  • ctags: 199
  • sloc: python: 1,246; makefile: 144; sh: 2
file content (26 lines) | stat: -rw-r--r-- 925 bytes parent folder | download | duplicates (3)
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
Description: Replace discid with python-libdiscid
 discid is not in the archive, but python-libdiscid is.
Author: Sebastian Ramacher <sramacher@debian.org>
Forwarded: not-needed
Last-Update: 2014-03-04

--- a/setup.py
+++ b/setup.py
@@ -49,7 +49,7 @@
 
 args = {}
 if have_setuptools:
-    args["install_requires"] = ["discid >=1.0.0", "musicbrainzngs >=0.4"],
+    args["install_requires"] = ["python_libdiscid >=0.2", "musicbrainzngs >=0.4"],
     # we load isrcsubmit on setup
     args["setup_requires"] = args["install_requires"],
 
@@ -99,7 +99,7 @@
         author="Johannes Dewender",
         author_email="brainz@JonnyJD.net",
         url="https://github.com/JonnyJD/musicbrainz-isrcsubmit",
-        requires=["discid(>=1.0.0)", "musicbrainzngs(>=0.4)"],
+        requires=["python_libdiscid(>=0.2)", "musicbrainzngs(>=0.4)"],
         scripts=["isrcsubmit.py"],
         license="GPLv3+",
         classifiers=[