12 buildPythonPackage rec {
13 pname = "socid-extractor";
17 disabled = pythonOlder "3.10";
19 src = fetchFromGitHub {
21 repo = "socid-extractor";
23 hash = "sha256-oiXIxNvedEk+EufYzxhvRr8m+kuQRs0J62Yel5JLenQ=";
26 build-system = [ setuptools ];
34 # Test require network access
37 pythonImportsCheck = [ "socid_extractor" ];
40 description = "Python module to extract details from personal pages";
41 homepage = "https://github.com/soxoj/socid-extractor";
42 changelog = "https://github.com/soxoj/socid-extractor/blob/v${version}/CHANGELOG.md";
43 license = licenses.gpl3Only;
44 maintainers = with maintainers; [ fab ];
45 mainProgram = "socid_extractor";