-
Notifications
You must be signed in to change notification settings - Fork 781
{lib}[GCCcore/13.3.0] aiohttp v3.10.10 #21687
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Micket
merged 8 commits into
easybuilders:develop
from
lcniel:20241017141236_new_pr_aiohttp31010
Oct 17, 2024
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
7b2fc96
adding easyconfigs: aiohttp-3.10.10-GCCcore-13.3.0.eb
lcniel d5d8940
updated deos
lcniel 94a975f
updated hashes
lcniel 85911e6
updated deps
lcniel 9af0713
updated deps
lcniel e43b554
updated deps again
lcniel e9f6bde
updated deps again
lcniel 3ad1d5f
updated deps again
lcniel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
72 changes: 72 additions & 0 deletions
72
easybuild/easyconfigs/a/aiohttp/aiohttp-3.10.10-GCCcore-13.3.0.eb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,72 @@ | ||
| easyblock = 'PythonBundle' | ||
|
|
||
| name = 'aiohttp' | ||
| version = '3.10.10' | ||
|
|
||
| homepage = 'https://github.com/aio-libs/aiohttp' | ||
| description = "Asynchronous HTTP client/server framework for asyncio and Python." | ||
|
|
||
| toolchain = {'name': 'GCCcore', 'version': '13.3.0'} | ||
|
|
||
| builddependencies = [ | ||
| ('binutils', '2.42'), | ||
| ('poetry', '1.8.3'), | ||
| ('Cython', '3.0.10'), | ||
| ] | ||
|
|
||
| dependencies = [ | ||
| ('Python', '3.12.3'), | ||
| ('Python-bundle-PyPI', '2024.06'), | ||
| ] | ||
|
|
||
| use_pip = True | ||
|
|
||
| # aioredis and aiosignal do not depend on aiohttp, but are commonly used together and share dependencies | ||
| exts_list = [ | ||
| ('botocore', '1.35.36', { | ||
| 'checksums': ['354ec1b766f0029b5d6ff0c45d1a0f9e5007b7d2f3ec89bcdd755b208c5bc797'], | ||
| }), | ||
| ('jmespath', '1.0.1', { | ||
| 'checksums': ['90261b206d6defd58fdd5e85f478bf633a2901798906be2ad389150c5c60edbe'], | ||
| }), | ||
| ('multidict', '6.1.0', { | ||
| 'checksums': ['22ae2ebf9b0c69d206c003e2f6a914ea33f0a932d4aa16f236afc049d9958f4a'], | ||
| }), | ||
| ('expandvars', '0.12.0', { | ||
| 'checksums': ['7d1adfa55728cf4b5d812ece3d087703faea953e0c0a1a78415de9df5024d844'], | ||
| }), | ||
| ('propcache', '0.2.0', { | ||
| 'checksums': ['df81779732feb9d01e5d513fad0122efb3d53bbc75f61b2a4f29a020bc985e70'], | ||
| }), | ||
| ('yarl', '1.15.4', { | ||
| 'checksums': ['a0c5e271058d148d730219ca4f33c5d841c6bd46e05b0da60fea7b516906ccd3'], | ||
| }), | ||
| ('frozenlist', '1.4.1', { | ||
| 'checksums': ['c037a86e8513059a2613aaba4d817bb90b9d9b6b69aace3ce9c877e8c8ed402b'], | ||
| }), | ||
| ('async-timeout', '4.0.3', { | ||
| 'checksums': ['4640d96be84d82d02ed59ea2b7105a0f7b33abe8703703cd0ab0bf87c427522f'], | ||
| }), | ||
| ('aiosignal', '1.3.1', { | ||
| 'checksums': ['54cd96e15e1649b75d6c87526a6ff0b6c1b0dd3459f43d9ca11d48c339b68cfc'], | ||
| }), | ||
| ('aiohappyeyeballs', '2.4.3', { | ||
| 'checksums': ['75cf88a15106a5002a8eb1dab212525c00d1f4c0fa96e551c9fbe6f09a621586'], | ||
| }), | ||
| (name, version, { | ||
| 'checksums': ['0631dd7c9f0822cc61c88586ca76d5b5ada26538097d0f1df510b082bad3411a'], | ||
| }), | ||
| ('aioitertools', '0.12.0', { | ||
| 'checksums': ['c2a9055b4fbb7705f561b9d86053e8af5d10cc845d22c32008c43490b2d8dd6b'], | ||
| }), | ||
| ('wrapt', '1.16.0', { | ||
| 'checksums': ['5f370f952971e7d17c7d1ead40e49f32345a7f7a5373571ef44d800d06b1899d'], | ||
| }), | ||
| ('aiobotocore', '2.15.2', { | ||
| 'checksums': ['9ac1cfcaccccc80602968174aa032bf978abe36bd4e55e6781d6500909af1375'], | ||
| }), | ||
| ] | ||
|
|
||
| sanity_pip_check = True | ||
|
|
||
| moduleclass = 'lib' | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please update
multidict 6.1.0
yarl 1.15.4
aiohappyeyeballs 2.4.3