require 'buildsystems/pip' class Py3_idna < Pip description 'IDNA provides internationalized domain names for Python.' homepage 'https://github.com/kjd/idna/' @_ver = '3.7' version "#{@_ver}-py3.12" license 'BSD-3' compatibility 'all' source_url 'SKIP' depends_on 'python3' => :build no_compile_needed end