12 buildPythonPackage rec {
15 format = "setuptools";
17 disabled = pythonOlder "3.8";
19 src = fetchFromGitHub {
21 repo = "python-afsapi";
22 rev = "refs/tags/${version}";
23 hash = "sha256-eE5BsXNtSU6YUhRn4/SKpMrqaYf8tyfLKdxxGOmNJ9I=";
26 SETUPTOOLS_SCM_PRETEND_VERSION = version;
32 propagatedBuildInputs = [
46 pythonImportsCheck = [
51 description = "Python implementation of the Frontier Silicon API";
52 homepage = "https://github.com/wlcrs/python-afsapi";
53 changelog = "https://github.com/wlcrs/python-afsapi/releases/tag/${version}";
54 license = licenses.asl20;
55 maintainers = with maintainers; [ fab ];