Files
chromebrew/packages/py3_urllib3.rb
github-actions[bot] ef3b906219 AutoBuild: updates-2024-12-23-00-19 started at 2024-12-23-00UTC (#11031)
* Add unbuilt updated pip packages to updates-2024-12-23-00-19

* Add built packages for linux/386 to updates-2024-12-23-00-19

* Add built packages for linux/amd64 to updates-2024-12-23-00-19

* Add built packages for linux/arm/v7 to updates-2024-12-23-00-19

---------

Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-12-23 00:38:39 +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.3.0-#{CREW_PY_VER}"
license 'MIT'
compatibility 'all'
source_url 'SKIP'
depends_on 'python3' => :build
no_compile_needed
end