Loading pkgs/development/python-modules/woob/default.nix +19 −7 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , cssselect , feedparser , fetchFromGitLab , fetchpatch , gdata , gnupg , google-api-python-client Loading @@ -13,6 +14,7 @@ , lxml , mechanize , nose , packaging , pdfminer-six , pillow , prettytable Loading @@ -23,12 +25,14 @@ , requests , simplejson , termcolor , testers , unidecode , woob }: buildPythonPackage rec { pname = "woob"; version = "3.0"; version = "3.3.1"; format = "setuptools"; disabled = pythonOlder "3.7"; Loading @@ -37,10 +41,11 @@ buildPythonPackage rec { owner = "woob"; repo = pname; rev = version; hash = "sha256-XLcHNidclORbxVXgcsHY6Ja/dak+EVSKTaVQmg1f/rw="; hash = "sha256-aPkMfPRDjPfHIlGDEvorGwk09yQuEWwOkJJUST0vLAs="; }; nativeBuildInputs = [ packaging pyqt5 ]; Loading @@ -57,6 +62,7 @@ buildPythonPackage rec { libyaml lxml mechanize packaging pdfminer-six pillow prettytable Loading @@ -68,11 +74,12 @@ buildPythonPackage rec { unidecode ]; postPatch = '' substituteInPlace setup.cfg \ --replace "with-doctest = 1" "" \ --replace "with-coverage = 1" "" ''; patches = [ (fetchpatch { url = "https://gitlab.com/woob/woob/-/commit/861b1bb92be53998d8174dcca6fa643d1c7cde12.patch"; sha256 = "sha256-IXcE59pMFtPLTOYa2inIvuA14USQvck6Q4hrKZTC0DE="; }) ]; nativeCheckInputs = [ nose Loading @@ -86,6 +93,11 @@ buildPythonPackage rec { "woob" ]; passthru.tests.version = testers.testVersion { package = woob; version = "v${version}"; }; meta = with lib; { description = "Collection of applications and APIs to interact with websites"; homepage = "https://woob.tech"; Loading Loading
pkgs/development/python-modules/woob/default.nix +19 −7 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , cssselect , feedparser , fetchFromGitLab , fetchpatch , gdata , gnupg , google-api-python-client Loading @@ -13,6 +14,7 @@ , lxml , mechanize , nose , packaging , pdfminer-six , pillow , prettytable Loading @@ -23,12 +25,14 @@ , requests , simplejson , termcolor , testers , unidecode , woob }: buildPythonPackage rec { pname = "woob"; version = "3.0"; version = "3.3.1"; format = "setuptools"; disabled = pythonOlder "3.7"; Loading @@ -37,10 +41,11 @@ buildPythonPackage rec { owner = "woob"; repo = pname; rev = version; hash = "sha256-XLcHNidclORbxVXgcsHY6Ja/dak+EVSKTaVQmg1f/rw="; hash = "sha256-aPkMfPRDjPfHIlGDEvorGwk09yQuEWwOkJJUST0vLAs="; }; nativeBuildInputs = [ packaging pyqt5 ]; Loading @@ -57,6 +62,7 @@ buildPythonPackage rec { libyaml lxml mechanize packaging pdfminer-six pillow prettytable Loading @@ -68,11 +74,12 @@ buildPythonPackage rec { unidecode ]; postPatch = '' substituteInPlace setup.cfg \ --replace "with-doctest = 1" "" \ --replace "with-coverage = 1" "" ''; patches = [ (fetchpatch { url = "https://gitlab.com/woob/woob/-/commit/861b1bb92be53998d8174dcca6fa643d1c7cde12.patch"; sha256 = "sha256-IXcE59pMFtPLTOYa2inIvuA14USQvck6Q4hrKZTC0DE="; }) ]; nativeCheckInputs = [ nose Loading @@ -86,6 +93,11 @@ buildPythonPackage rec { "woob" ]; passthru.tests.version = testers.testVersion { package = woob; version = "v${version}"; }; meta = with lib; { description = "Collection of applications and APIs to interact with websites"; homepage = "https://woob.tech"; Loading