Files
chromebrew/packages/py3_urllib3.rb
Satadru Pramanik, DO, MPH, MEng c407dbc5e2 Rebuild json_glib, spirv_tools, spirv_llvm_translator; update mesa, qemu (#10175)
* rebuild json_glib

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

* update some spirv_tools binaries

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

* add more builds

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

* update py3_urllib3

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

* Add qemu binaries

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

* update version variable for py3_urllib3

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

* lint

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

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
2024-07-18 12:10:19 -05:00

15 lines
340 B
Ruby

require 'buildsystems/pip'
class Py3_urllib3 < Pip
description 'URLlib3 is an HTTP library with thread-safe connection pooling, file post, and more.'
homepage 'https://urllib3.readthedocs.io/'
version '2.2.2-py3.12'
license 'MIT'
compatibility 'all'
source_url 'SKIP'
depends_on 'python3' => :build
no_compile_needed
end