Add Fastfetch, yyjson, and update some py3_packages (#10485)

* py3_setuptools => 75.0.0

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

* Add fastfetch, yyjson, and py3 updates

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

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
Satadru Pramanik, DO, MPH, MEng
2024-09-15 22:28:28 -04:00
committed by GitHub
parent 17c32d45d7
commit 1d8b34524f
18 changed files with 275 additions and 182 deletions

View File

@@ -3,17 +3,17 @@ require 'buildsystems/pip'
class Py3_idna < Pip
description 'IDNA provides internationalized domain names for Python.'
homepage 'https://github.com/kjd/idna/'
version '3.9-py3.12'
version '3.10-py3.12'
license 'BSD-3'
compatibility 'all'
source_url 'SKIP'
binary_compression 'tar.zst'
binary_sha256({
aarch64: 'b8664822f6157e92b8fed191e85e33216a60c32db4900be779f4311f7240a8be',
armv7l: 'b8664822f6157e92b8fed191e85e33216a60c32db4900be779f4311f7240a8be',
i686: 'c9bd9415d84fe223489796692d36f67e2bff4cff35e28099d998dd882ab8f9a9',
x86_64: 'a2e85e5209722ed0ecc4e3f03f7dff905a26e87f7189e35a55242896f32e9172'
aarch64: '933812e4fc1780ee39c2d24b7758320a27e3b8f0f1d35b6f73d3cf675f6ee8cc',
armv7l: '933812e4fc1780ee39c2d24b7758320a27e3b8f0f1d35b6f73d3cf675f6ee8cc',
i686: '7684da659cb9e024c554ca8747e536c31908f520b1470ebe68023e65b5ee4c88',
x86_64: '2f92d90c413ca1a58524d1795ff5bfdaf9a43f690a961e388e6dccd31e1eaeb2'
})
depends_on 'python3' => :build