Merge pull request #328504 from Coca162/scdl-2.11.1

scdl: 2.7.12 -> 2.11.2
This commit is contained in:
Peder Bergebakken Sundt 2024-07-25 20:31:02 +02:00 committed by GitHub
commit a75ae8c786
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,24 +2,25 @@
python3Packages.buildPythonApplication rec {
pname = "scdl";
version = "2.7.12";
version = "2.11.2";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-XZGFsLnQaYaDUUN4on4JegK8I4UFEGzyvAZWbXU25Ec=";
hash = "sha256-5fko7WV1r0uP7//29tcmhO4Heu8QBNdhHv4afUs6W7E=";
};
build-system = [ python3Packages.setuptools ];
dependencies = with python3Packages; [
docopt
docopt-ng
mutagen
termcolor
requests
clint
tqdm
pathvalidate
soundcloud-v2
filelock
];
# No tests in repository
@ -28,7 +29,7 @@ python3Packages.buildPythonApplication rec {
pythonImportsCheck = [ "scdl" ];
meta = with lib; {
description = "Download Music from Souncloud";
description = "Download Music from Soundcloud";
homepage = "https://github.com/flyingrub/scdl";
license = licenses.gpl2Only;
maintainers = with maintainers; [ ];