Files
chromebrew/packages/py3_mat2.rb
github-actions[bot] fa68595cfe AutoBuild: updates-2025-01-09-00-18 started at 2025-01-09-00UTC (#11107)
* Add unbuilt updated pip packages to updates-2025-01-09-00-18

* Add built packages for linux/386 to updates-2025-01-09-00-18

* Add built packages for linux/amd64 to updates-2025-01-09-00-18

* Add built packages for linux/arm/v7 to updates-2025-01-09-00-18

---------

Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-01-09 04:27:24 +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.13.5-#{CREW_PY_VER}"
license 'MIT'
compatibility 'x86_64'
source_url 'SKIP'
depends_on 'py3_pycairo' # R
depends_on 'python3' => :build
no_compile_needed
end