mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-07 22:54:11 -05:00
* 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>
15 lines
311 B
Ruby
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
|