Files
chromebrew/packages/py3_identify.rb
Satadru Pramanik, DO, MPH, MEng 1d8b34524f Add Fastfetch, yyjson, and update some py3_packages (#10485)
* py3_setuptools => 75.0.0

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add fastfetch, yyjson, and py3 updates

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
2024-09-15 21:28:28 -05:00

15 lines
302 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.1-py3.12'
license 'MIT'
compatibility 'all'
source_url 'SKIP'
depends_on 'python3' => :build
no_compile_needed
end