Files
chromebrew/packages/py3_identify.rb
github-actions[bot] 6671b3e9d1 Automatic PR to update packages for 2024-11-28-04-24 (#10814)
* Add unbuilt updated pip packages to updates-2024-11-28-04-24

* Add updated packages for linux/amd64 to updates-2024-11-28-04-24

* Add updated packages for linux/arm/v7 to updates-2024-11-28-04-24

* Add updated packages for linux/386 to updates-2024-11-28-04-24

---------

Co-authored-by: satmandu <satmandu@users.noreply.github.com>
2024-11-28 06:00:14 +00:00

15 lines
310 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.3-#{CREW_PY_VER}"
license 'MIT'
compatibility 'all'
source_url 'SKIP'
depends_on 'python3' => :build
no_compile_needed
end