require 'buildsystems/python' class Py3_dbfread < Python description 'DBFread reads DBF Files with Python.' homepage 'https://dbfread.readthedocs.io/' @_ver = '2.0.7' version "#{@_ver}-py3.12" license 'MIT' compatibility 'all' source_url 'https://github.com/olemb/dbfread.git' git_hashtag @_ver binary_url({ aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_dbfread/2.0.7-py3.12_armv7l/py3_dbfread-2.0.7-py3.12-chromeos-armv7l.tar.zst', armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_dbfread/2.0.7-py3.12_armv7l/py3_dbfread-2.0.7-py3.12-chromeos-armv7l.tar.zst', i686: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_dbfread/2.0.7-py3.12_i686/py3_dbfread-2.0.7-py3.12-chromeos-i686.tar.zst', x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_dbfread/2.0.7-py3.12_x86_64/py3_dbfread-2.0.7-py3.12-chromeos-x86_64.tar.zst' }) binary_sha256({ aarch64: '93cfff2250b28c5ebabbcb9f95197f2869e1769aa9e385a810a57c71a9945f55', armv7l: '93cfff2250b28c5ebabbcb9f95197f2869e1769aa9e385a810a57c71a9945f55', i686: 'bf5940ad975c45a48914ac09ba0677317555154bc153fda751ccce569c135ee8', x86_64: '1a9ae024122fdc0df2e2973ff78e9ddc7c78d0cea43c9e29ffe48732ef5a5bb7' }) depends_on 'python3' => :build end