Files
chromebrew/packages/py3_referencing.rb
Satadru Pramanik, DO, MPH, MEng d214c8e6eb libmbedtls => 4.0 — py3_jsonschema → 4.25.1,py3_jsonschema_specifications → 2025.9.1,py3_markdown_it_py → 4.0.0,py3_mdurl → 0.1.2,py3_referencing → 0.37.0,py3_rich → 14.2.0,py3_rpds_py → 0.28.0,py3_uc_micro_py → 1.0.3,libmbedtls → 4.0.0,librhash → 1.4.6-1,py3_pygments → 2.19.2,py3_requests → 2.32.5,py3_twine → 6.2.0 (#13295)
* libmbedtls => 4.0

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

* Add librhash compatibility symlink to keep cmake from breaking.

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

* Add py3_jsonschema and add as dep to libmbedtls.

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

* Add py3_attrs build dep to libmbedtls.

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

* Add -Wno-dev to CMAKE_OPTIONS.

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

* Do not cache git repos when in GitHub Actions.

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

* Add more python packages

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

* Add py3_jsonschema_specifications.

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

* Add builds for py3_pygments

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

* Adjust deps.

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

* Add py3_jinja2 dep to mbedtls build

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

* lint

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

* lint

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

* Disable tests.

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

* Adjust rubocop reinstalls during builds.

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

* Update i686 manifest

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

* Add armv7l manifest

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

* Add x86_64 filelists.

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

* Use array in superclass check.

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

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
2025-10-31 20:10:49 +00:00

28 lines
937 B
Ruby

# Adapted from Arch Linux python-referencing PKGBUILD at:
# https://gitlab.archlinux.org/archlinux/packaging/packages/python-referencing/-/blob/main/PKGBUILD?ref_type=heads
require 'buildsystems/pip'
class Py3_referencing < Pip
description 'An implementation-agnostic implementation of JSON reference resolution'
homepage 'https://referencing.readthedocs.io'
version '0.37.0'
license 'MIT'
compatibility 'all'
source_url 'SKIP'
binary_compression 'tar.zst'
binary_sha256({
aarch64: 'a90f4481467f54f6f69c8d81001187b4c4f8c28306e5ca00776c5f8cc9c406ff',
armv7l: 'a90f4481467f54f6f69c8d81001187b4c4f8c28306e5ca00776c5f8cc9c406ff',
i686: '8ca58219750fe5271285080685aca12af1409a8c14330f3f77fadd931ee2ac97',
x86_64: 'dd3b1588d03a1873dcc5c64a5a8f96c611b535623ea573b8304d14049de91b50'
})
depends_on 'py3_attrs' # R
depends_on 'py3_rpds_py' # R
depends_on 'python3' => :build
no_source_build
end