Files
chromebrew/packages/py3_urllib3.rb
chromebrew-actions[bot] a4face8297 'updater-py3_urllib3-2.6.2-py3.14' (#13811)
* Add unbuilt py3_urllib3 to updater-py3_urllib3-2.6.2-py3.14

* updater-py3_urllib3-2.6.2-py3.14: Package File Update Run on linux/386 container.

* updater-py3_urllib3-2.6.2-py3.14: Package File Update Run on linux/amd64 container.

* updater-py3_urllib3-2.6.2-py3.14: Package File Update Run on linux/arm/v7 container.

---------

Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
2025-12-12 00:55:59 +00:00

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