require 'buildsystems/pip' class Py3_hatch_vcs < Pip description 'A plugin for Hatch that uses your preferred version control system.' homepage 'https://github.com/ofek/hatch-vcs' @_ver = '0.3.0' version "#{@_ver}-py3.12" license 'MIT' compatibility 'all' source_url 'SKIP' depends_on 'python3' => :build no_compile_needed end