Files
chromebrew/packages/py3_identify.rb
chromebrew-actions[bot] ad1260b029 updater-py3_identify-2.6.15 — py3_identify → 2.6.15 (#13019)
* Add unbuilt py3_identify to updater-py3_identify-2.6.15

* updater-py3_identify-2.6.15: Package File Update Run on linux/386 container.

* updater-py3_identify-2.6.15: Package File Update Run on linux/amd64 container.

* updater-py3_identify-2.6.15: Package File Update Run on linux/arm/v7 container.

---------

Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
2025-10-03 00:39:11 +00:00

15 lines
311 B
Ruby

require 'buildsystems/pip'
class Py3_identify < Pip
description 'File identification library for Python'
homepage 'https://github.com/pre-commit/identify'
version "2.6.15-#{CREW_PY_VER}"
license 'MIT'
compatibility 'all'
source_url 'SKIP'
depends_on 'python3' => :build
no_compile_needed
end