require 'buildsystems/pip' class Py3_jeepney < Pip description 'Jeepney is a low-level, pure Python DBus protocol wrapper.' homepage 'https://gitlab.com/takluyver/jeepney/' @_ver = '0.7.1' version "#{@_ver}-py3.12" license 'MIT' compatibility 'all' source_url 'SKIP' depends_on 'python3' => :build no_compile_needed end