whipper: 0.9.0 -> 0.9.1.dev7+g9e95f06
This commit is contained in:
@@ -3,19 +3,24 @@
|
|||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "whipper";
|
pname = "whipper";
|
||||||
version = "0.9.0";
|
version = "0.9.1.dev7+g${stdenv.lib.substring 0 7 src.rev}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "whipper-team";
|
owner = "whipper-team";
|
||||||
repo = "whipper";
|
repo = "whipper";
|
||||||
rev = "v${version}";
|
rev = "9e95f0604fa30ab06445fe46e3bc93bba6092a05";
|
||||||
sha256 = "0x1qsp021i0l5sdcm2kcv9zfwp696k4izhw898v6marf8phll7xc";
|
sha256 = "1c2qldw9vxpvdfh5wl6mfcd7zzz3v8r86ffqll311lcp2zin33dg";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonPath = with python3.pkgs; [
|
pythonPath = with python3.pkgs; [
|
||||||
pygobject3 musicbrainzngs urllib3 chardet
|
musicbrainzngs
|
||||||
pycdio setuptools setuptools_scm mutagen
|
mutagen
|
||||||
|
pycdio
|
||||||
|
pygobject3
|
||||||
requests
|
requests
|
||||||
|
ruamel_yaml
|
||||||
|
setuptools
|
||||||
|
setuptools_scm
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [ libsndfile ];
|
buildInputs = [ libsndfile ];
|
||||||
@@ -36,7 +41,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
export SETUPTOOLS_SCM_PRETEND_VERSION="v${version}"
|
export SETUPTOOLS_SCM_PRETEND_VERSION="${version}"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# some tests require internet access
|
# some tests require internet access
|
||||||
|
|||||||
Reference in New Issue
Block a user