[Python-apps-commits] r11468 - in packages/beets/trunk/debian (5 files)
laarmen-guest at users.alioth.debian.org
laarmen-guest at users.alioth.debian.org
Thu Oct 23 17:41:39 UTC 2014
Date: Thursday, October 23, 2014 @ 17:41:37
Author: laarmen-guest
Revision: 11468
* Add python-pylast to Build-Depends for the tests
* Patch out the tests depending on pyechonest and rarfile
* Add new copyright holders for the plugins
* Build-conflict on python-rarfile as the Debian version don't pass the test
(note that this is gracefully handled beets)
Added:
packages/beets/trunk/debian/patches/disable-broken-tests
Modified:
packages/beets/trunk/debian/changelog
packages/beets/trunk/debian/control
packages/beets/trunk/debian/copyright
packages/beets/trunk/debian/patches/series
Modified: packages/beets/trunk/debian/changelog
===================================================================
--- packages/beets/trunk/debian/changelog 2014-10-23 08:58:12 UTC (rev 11467)
+++ packages/beets/trunk/debian/changelog 2014-10-23 17:41:37 UTC (rev 11468)
@@ -16,6 +16,11 @@
* Bump Standards-Version to 3.9.6, no changes needed.
* Add build-dependencies on python-response and python-nose for the tests
* Bump copyright year.
+ * Add python-pylast to Build-Depends for the tests
+ * Patch out the tests depending on pyechonest and rarfile
+ * Add new copyright holders for the plugins
+ * Build-conflict on python-rarfile as the Debian version don't pass the test
+ (note that this is gracefully handled beets)
-- Simon Chopin <chopin.simon at gmail.com> Sun, 28 Sep 2014 20:52:50 +0200
Modified: packages/beets/trunk/debian/control
===================================================================
--- packages/beets/trunk/debian/control 2014-10-23 08:58:12 UTC (rev 11467)
+++ packages/beets/trunk/debian/control 2014-10-23 17:41:37 UTC (rev 11468)
@@ -17,12 +17,14 @@
python-musicbrainzngs (>= 0.4),
python-mutagen (>= 1.22),
python-nose,
+ python-pylast,
python-responses,
python-setuptools,
python-sphinx (>= 1.0.7+dfsg),
python-unidecode,
python-unittest2,
python-yaml
+Build-Conflicts: python-rarfile
X-Python-Version: >= 2.5
Standards-Version: 3.9.6
Homepage: http://beets.radbox.org/
@@ -44,17 +46,18 @@
${python:Depends}
Suggests:
beets-doc,
+ gir1.2-gstreamer-1.0,
libav-tools,
mp3gain,
python-acoustid,
python-bs4,
python-flask,
+ python-gi,
python-gst0.10,
python-imaging,
python-mpd,
python-pylast,
- python-requests,
- python-rgain
+ python-requests
Description: music tagger and library organizer
Beets is a media library management system for obsessive-compulsive music
geeks.
Modified: packages/beets/trunk/debian/copyright
===================================================================
--- packages/beets/trunk/debian/copyright 2014-10-23 08:58:12 UTC (rev 11467)
+++ packages/beets/trunk/debian/copyright 2014-10-23 17:41:37 UTC (rev 11468)
@@ -23,6 +23,9 @@
2014, Thomas Scholtes
2013, Verrus
2014, Yevgeny Bezman
+ 2014, aroquen
+ 2014, Dang Mai <contact at dangmai.net>
+ 2014, Blemjhoo Tezoulbr <baobab at heresiarch.info>
License: Expat
Files: beetsplug/mbcollection.py
Added: packages/beets/trunk/debian/patches/disable-broken-tests
===================================================================
--- packages/beets/trunk/debian/patches/disable-broken-tests (rev 0)
+++ packages/beets/trunk/debian/patches/disable-broken-tests 2014-10-23 17:41:37 UTC (rev 11468)
@@ -0,0 +1,19 @@
+Description: Disable the pyechonest dependency for the tests
+ This will in turn disable the tests themselves.
+Author: Simon Chopin <chopin.simon at gmail.com>
+Forwarded: not-needed
+Last-Update: 2014-10-21
+
+--- a/setup.py
++++ b/setup.py
+@@ -86,10 +86,8 @@
+
+ tests_require=[
+ 'responses',
+- 'pyechonest',
+ 'mock',
+ 'flask',
+- 'rarfile',
+ 'pylast',
+ ],
+
Modified: packages/beets/trunk/debian/patches/series
===================================================================
--- packages/beets/trunk/debian/patches/series 2014-10-23 08:58:12 UTC (rev 11467)
+++ packages/beets/trunk/debian/patches/series 2014-10-23 17:41:37 UTC (rev 11468)
@@ -0,0 +1 @@
+disable-broken-tests
More information about the Python-apps-commits
mailing list