13 buildPythonPackage rec {
16 format = "setuptools";
18 src = fetchFromGitHub {
22 sha256 = "2Yh5MeIv+BIxjoO9GOPqq7xTAFhyBvnxPy7DeO2FrkI=";
26 sed -ri 's/@@VERSION@@/${version}/g' \
27 bcg/__init__.py setup.py
30 propagatedBuildInputs = [
41 pythonImportsCheck = [ "bcg" ];
44 homepage = "https://github.com/hardwario/bch-gateway";
45 description = "HARDWARIO Gateway (Python Application «bcg»)";
47 platforms = platforms.linux;
48 license = licenses.mit;
49 maintainers = with maintainers; [ cynerd ];