File: extconf.rb

package info (click to toggle)
python-hypothesis 6.139.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 15,328 kB
  • sloc: python: 63,396; ruby: 1,107; sh: 261; makefile: 41; javascript: 6
file content (5 lines) | stat: -rw-r--r-- 131 bytes parent folder | download | duplicates (6)
1
2
3
4
5
if !system('cargo --version')
  raise 'Hypothesis requires cargo to be installed (https://www.rust-lang.org/)'
end

require 'rake'