Files
chromebrew/packages/py3_mat2.rb
chromebrew-actions[bot] e120a42cd9 updater-py3_mat2-0.14.0 — py3_mat2 → 0.14.0 (#13506)
* 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>
2025-11-18 01:18:07 +00:00

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