mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 02:06:46 +01:00
python3Packages.deemix: 3.6.5 -> 3.6.6
This commit is contained in:
parent
67f9281470
commit
da5f68cf2a
|
@ -12,12 +12,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "deemix";
|
||||
version = "3.6.5";
|
||||
version = "3.6.6";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "c56245b2a2142dafb0658d60919ccf34e04e5d87720d5909e0e030521349a65a";
|
||||
sha256 = "sha256-xEahzA1PIrGPfnnOcuXQLVQpSVOUFk6/0v9ViLgWCwk=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
@ -31,18 +33,14 @@ buildPythonPackage rec {
|
|||
|
||||
# Project has no tests
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [
|
||||
"spotipy"
|
||||
"click"
|
||||
"Cryptodome"
|
||||
"mutagen"
|
||||
"requests"
|
||||
"deezer"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://git.freezer.life/RemixDev/deemix-py";
|
||||
description = "Deezer downloader built from the ashes of Deezloader Remix";
|
||||
homepage = "https://git.freezerapp.xyz/RemixDev/deemix-py";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ natto1784 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue