11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.8";
18 src = fetchFromGitHub {
21 rev = "refs/tags/v${version}";
22 hash = "sha256-4JJVhB6x1NGagtfzE03Jae2GOr25hh+4l7gQ23zc7Ck=";
25 propagatedBuildInputs = [
31 # Tests require network access
34 pythonImportsCheck = [ "socialscan" ];
37 description = "Python library and CLI for accurately querying username and email usage on online platforms";
38 mainProgram = "socialscan";
39 homepage = "https://github.com/iojw/socialscan";
40 changelog = "https://github.com/iojw/socialscan/releases/tag/v${version}";
41 license = with licenses; [ mpl20 ];
42 maintainers = with maintainers; [ fab ];