13 buildPythonPackage rec {
17 src = fetchFromGitHub {
21 sha256 = "2Yh5MeIv+BIxjoO9GOPqq7xTAFhyBvnxPy7DeO2FrkI=";
25 sed -ri 's/@@VERSION@@/${version}/g' \
26 bcg/__init__.py setup.py
29 propagatedBuildInputs = [
40 pythonImportsCheck = [ "bcg" ];
43 homepage = "https://github.com/hardwario/bch-gateway";
44 description = "HARDWARIO Gateway (Python Application «bcg»)";
45 platforms = platforms.linux;
46 license = licenses.mit;
47 maintainers = with maintainers; [ cynerd ];