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