diff options
| author | root <root@alpha.trunkmasters.com> | 2026-09-11 01:41:34 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-09-11 01:41:34 -0500 |
| commit | fc39c62a8944e95c0ecccfc9781763822b23e66c (patch) | |
| tree | 11feafa0dbddccf6fcd9dabb290b0ce5faafec36 /dev-python/awscrt | |
| parent | 98068fb4a1502cade02134b1834439134ca4eed1 (diff) | |
| download | baldeagleos-repo-fc39c62a8944e95c0ecccfc9781763822b23e66c.tar.gz baldeagleos-repo-fc39c62a8944e95c0ecccfc9781763822b23e66c.tar.xz baldeagleos-repo-fc39c62a8944e95c0ecccfc9781763822b23e66c.zip | |
Adding metadata
Diffstat (limited to 'dev-python/awscrt')
| -rw-r--r-- | dev-python/awscrt/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/awscrt/awscrt-0.36.1.ebuild | 64 |
2 files changed, 0 insertions, 65 deletions
diff --git a/dev-python/awscrt/Manifest b/dev-python/awscrt/Manifest index af31b6126a0a..0838de46a99d 100644 --- a/dev-python/awscrt/Manifest +++ b/dev-python/awscrt/Manifest @@ -1,2 +1 @@ -DIST awscrt-0.36.1.tar.gz 37073487 BLAKE2B e2807fe2a0c0389c420c610fbbbdb9f1e43d130a85a8c20e85f4abcf0dd42200a9a8779b1ff4970378200cabee8822f7cfd158964142633dd2b5728dbe6404cb SHA512 bc0663307af5694318dd3b7733598aa7826cec9ed5904bd798a32c6aa0544112516634ab1c8f7f3558547fcd7f38ee0c1cb5348b1b0726e242f9852562b7e5c3 DIST awscrt-0.36.2.tar.gz 37121147 BLAKE2B d75e83e023c7be0ed351df02056337bb6541dbbd8364e8e1037adf9644dbb0418f06a78789ed7d3823d9a30348dea77bd870b0af9bf3735f41f8f43b50a37d76 SHA512 e58de9bc41cdf7b70e15517da3025f1494e27a3eddf207fe571975e02a63b7a447900fc81b5fcf5c9876bd9ce514da02c7c7d8a39e90948d5cd03b96d644726a diff --git a/dev-python/awscrt/awscrt-0.36.1.ebuild b/dev-python/awscrt/awscrt-0.36.1.ebuild deleted file mode 100644 index b5723a03c1c4..000000000000 --- a/dev-python/awscrt/awscrt-0.36.1.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 pypi - -DESCRIPTION="A common runtime for AWS Python projects" -HOMEPAGE=" - https://github.com/awslabs/aws-crt-python/ - https://pypi.org/project/awscrt/ -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm64" - -DEPEND=" - dev-libs/aws-c-common:= - dev-libs/aws-c-auth:= - dev-libs/aws-c-sdkutils:= - dev-libs/aws-c-cal:= - dev-libs/aws-c-io:= - dev-libs/aws-c-compression:= - dev-libs/aws-c-event-stream:= - dev-libs/aws-c-http:= - dev-libs/aws-c-auth:= - dev-libs/aws-c-mqtt:= - dev-libs/aws-c-s3:= - dev-libs/aws-checksums:= - dev-libs/openssl:= - dev-libs/s2n-tls:= -" -RDEPEND=" - ${DEPEND} -" -BDEPEND=" - test? ( - dev-python/h2[${PYTHON_USEDEP}] - dev-python/websockets[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests unittest - -src_prepare() { - distutils-r1_src_prepare - - # remove bundled libs - rm -r crt || die - export AWS_CRT_BUILD_USE_SYSTEM_LIBS=1 - - # Internet/DNS - sed -e 's:test_h2_remote_end_stream_ordering:_&:' \ - -e 's:test_cross_thread_http2_client:_&:' \ - -e 's:test_h2_client:_&:' \ - -e 's:test_h2_manual_write_exception:_&:' \ - -e 's:test_h2_remote_end_stream_ordering:_&:' \ - -i test/test_{aio,}http_client.py || die -} |
