pythonPackages.beets: 1.0.0 -> 1.3.6

This commit is contained in:
Domen Kožar 2014-07-08 09:35:55 +02:00
parent c7159f0706
commit b40055d6ec

View File

@ -678,11 +678,11 @@ rec {
}; };
beets = buildPythonPackage rec { beets = buildPythonPackage rec {
name = "beets-1.0.0"; name = "beets-1.3.6";
src = fetchurl { src = fetchurl {
url = "http://pypi.python.org/packages/source/b/beets/${name}.tar.gz"; url = "http://pypi.python.org/packages/source/b/beets/${name}.tar.gz";
md5 = "88ad09a93aa0d69ce813205cf23b2a6c"; md5 = "59615a54b3ac3983159e77ff9dda373e";
}; };
# tests depend on $HOME setting # tests depend on $HOME setting
@ -694,9 +694,18 @@ rec {
pythonPackages.mutagen pythonPackages.mutagen
pythonPackages.munkres pythonPackages.munkres
pythonPackages.musicbrainzngs pythonPackages.musicbrainzngs
pythonPackages.enum34
pythonPackages.pylast
pythonPackages.rarfile
pythonPackages.flask
modules.sqlite3 modules.sqlite3
modules.readline modules.readline
]; ];
buildInputs = with pythonPackages; [ mock pyechonest six responses nose ];
# 10 tests are failing
doCheck = false;
meta = { meta = {
homepage = http://beets.radbox.org; homepage = http://beets.radbox.org;
@ -705,6 +714,52 @@ rec {
maintainers = [ stdenv.lib.maintainers.iElectric ]; maintainers = [ stdenv.lib.maintainers.iElectric ];
}; };
}; };
responses = pythonPackages.buildPythonPackage rec {
name = "responses-0.2.2";
propagatedBuildInputs = with pythonPackages; [ requests mock six pytest flake8 ];
doCheck = false;
src = fetchurl {
url = "https://pypi.python.org/packages/source/r/responses/responses-0.2.2.tar.gz";
md5 = "5d79fd425cf8d858dfc8afa6475395d3";
};
};
rarfile = pythonPackages.buildPythonPackage rec {
name = "rarfile-2.6";
propagatedBuildInputs = with pythonPackages; [ ];
src = fetchurl {
url = "https://pypi.python.org/packages/source/r/rarfile/rarfile-2.6.tar.gz";
md5 = "50ce3f3fdb9196a00059a5ea7b3739fd";
};
meta = with stdenv.lib; {
description = "rarfile - RAR archive reader for Python";
homepage = https://github.com/markokr/rarfile;
};
};
pyechonest = pythonPackages.buildPythonPackage rec {
name = "pyechonest-8.0.2";
propagatedBuildInputs = with pythonPackages; [ ];
src = fetchurl {
url = "https://pypi.python.org/packages/source/p/pyechonest/pyechonest-8.0.2.tar.gz";
md5 = "5586fe8ece7af4e24f71ea740185127e";
};
meta = with stdenv.lib; {
description = "Tap into The Echo Nest's Musical Brain for the best music search, information, recommendations and remix tools on the web";
homepage = https://github.com/echonest/pyechonest;
};
};
bitbucket_api = buildPythonPackage rec { bitbucket_api = buildPythonPackage rec {
@ -2997,6 +3052,15 @@ rec {
}; };
}; };
enum34 = buildPythonPackage rec {
name = "enum34-1.0";
src = fetchurl {
url = "http://pypi.python.org/packages/source/e/enum34/${name}.tar.gz";
md5 = "9d57f5454c70c11707998ea26c1b0a7c";
};
};
epc = buildPythonPackage rec { epc = buildPythonPackage rec {
name = "epc-0.0.3"; name = "epc-0.0.3";
@ -4336,11 +4400,11 @@ rec {
musicbrainzngs = buildPythonPackage rec { musicbrainzngs = buildPythonPackage rec {
name = "musicbrainzngs-0.2"; name = "musicbrainzngs-0.5";
src = fetchurl { src = fetchurl {
url = "http://pypi.python.org/packages/source/m/musicbrainzngs/${name}.tar.gz"; url = "http://pypi.python.org/packages/source/m/musicbrainzngs/${name}.tar.gz";
md5 = "bc32aa1cf121f29c3ca1c06e9668865f"; md5 = "9e17a181af72d04a291c9a960bc73d44";
}; };
meta = { meta = {
@ -4353,12 +4417,15 @@ rec {
mutagen = buildPythonPackage (rec { mutagen = buildPythonPackage (rec {
name = "mutagen-1.20"; name = "mutagen-1.23";
src = fetchurl { src = fetchurl {
url = "http://mutagen.googlecode.com/files/${name}.tar.gz"; url = "http://pypi.python.org/packages/source/m/mutagen/${name}.tar.gz";
sha256 = "1rz63nh7r6qj3zsidf8d3a7ih647prvvqzi51p8dqkqmvrwc8mky"; sha256 = "12f70aaf5ggdzll76bhhkn64b27xy9s1acx417dbsaqnnbis8s76";
}; };
# one unicode test fails
doCheck = false;
meta = { meta = {
description = "Python multimedia tagging library"; description = "Python multimedia tagging library";
@ -7135,11 +7202,11 @@ rec {
six = buildPythonPackage rec { six = buildPythonPackage rec {
name = "six-1.3.0"; name = "six-1.7.3";
src = fetchurl { src = fetchurl {
url = "http://pypi.python.org/packages/source/s/six/${name}.tar.gz"; url = "http://pypi.python.org/packages/source/s/six/${name}.tar.gz";
md5 = "ec47fe6070a8a64c802363d2c2b1e2ee"; md5 = "784c6e5541c3c4952de9c0a966a0a80b";
}; };
# error: invalid command 'test' # error: invalid command 'test'