Files
chromebrew/packages/py3_urllib3.rb
Satadru Pramanik, DO, MPH, MEng 25604b1446 Qemu => 8.2.1, glib update, add libslirp, add py3_sphinx_rtd_theme (#9378)
* update of py3_pygments, glib, add libslirp

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

* update packages and filelists

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

* add binaries for glib, libslirp

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

* Add py3_sphinx_rtd_theme

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

* add more filelists

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

* add qemu binaries

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

* adjust py3_urllib3 version

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

* adjust libslirp dep ordering

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

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
2024-02-24 10:53:19 -06:00

16 lines
361 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/'
@_ver = '2.2.1'
version "#{@_ver}-py3.12"
license 'MIT'
compatibility 'all'
source_url 'SKIP'
depends_on 'python3' => :build
no_compile_needed
end