11 buildPythonPackage rec {
12 pname = "single-source";
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
20 repo = "single-source";
21 rev = "refs/tags/v${version}";
22 hash = "sha256-bhfMRIeJUd5JhN2tPww7fdbmHQ7ypcsZrYSa55v0+W8=";
29 propagatedBuildInputs = [
38 pythonImportsCheck = [
43 description = "Access to the project version in Python code for PEP 621-style projects";
44 homepage = "https://github.com/rabbit72/single-source";
45 changelog = "https://github.com/rabbit72/single-source/releases/tag/v${version}";
46 license = licenses.mit;
47 maintainers = with maintainers; [ ];