9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
20 hash = "sha256-eNouFJQDgp56fgkA7wZKfosKWOKU6OvXRjFwjCMvZqI=";
28 substituteInPlace pyads/pyads_ex.py \
29 --replace "ctypes.CDLL(adslib)" "ctypes.CDLL(\"${adslib}/lib/adslib.so\")"
36 pythonImportsCheck = [
41 description = "Python wrapper for TwinCAT ADS library";
42 homepage = "https://github.com/MrLeeh/pyads";
43 license = licenses.mit;
44 maintainers = with maintainers; [ jamiemagee ];