15 buildPythonPackage rec {
16 pname = "seventeentrack";
17 version = "2022.04.6";
20 disabled = pythonOlder "3.8";
22 src = fetchFromGitHub {
26 hash = "sha256-vMdRXcd0es/LjgsVyWItSLFzlSTEa3oaA6lr/NL4i8U=";
33 propagatedBuildInputs = [
47 # Ignore the examples directory as the files are prefixed with test_
51 pythonImportsCheck = [
56 description = "Python library to track package info from 17track.com";
57 homepage = "https://github.com/McSwindler/seventeentrack";
58 license = with licenses; [ mit ];
59 maintainers = with maintainers; [ fab ];