mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-07 22:54:11 -05:00
* Add unbuilt py3_mat2 to updater-py3_mat2-0.14.0 * updater-py3_mat2-0.14.0: Package File Update Run on linux/amd64 container. --------- Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
16 lines
331 B
Ruby
16 lines
331 B
Ruby
require 'buildsystems/pip'
|
|
|
|
class Py3_mat2 < Pip
|
|
description 'A handy tool to trash your metadata'
|
|
homepage 'https://0xacab.org/jvoisin/mat2'
|
|
version "0.14.0-#{CREW_PY_VER}"
|
|
license 'MIT'
|
|
compatibility 'x86_64'
|
|
source_url 'SKIP'
|
|
|
|
depends_on 'py3_pycairo' # R
|
|
depends_on 'python3' => :build
|
|
|
|
no_compile_needed
|
|
end
|