mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04:00
* 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>
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.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
|