-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-python/awsiotsdk: new package, add 1.22.0
Signed-off-by: Andreas Billmeier <[email protected]>
- Loading branch information
Showing
3 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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,3 @@ | ||
DIST awsiotsdk-1.22.0.tar.gz 77978 BLAKE2B f8c6310dfbf53791d5356363b9cbcef0340167da3672b2b0c79248d44e9018e5b2fb22513b3fabf7e49c3b730fa846b650c01bccc02ed25f6bf6d84e97a8b771 SHA512 946d46c9f4c2972339db19c4f2797484f37b5c415fc967a0e758b549198b39db8d654525156daf499a7edaa0007d1011ab4899670b2ab83e0901d23301f06d4a | ||
EBUILD awsiotsdk-1.22.0.ebuild 569 BLAKE2B e1f0b4edd29e7c353fb53ed61eece3a51466bd72b1795a05caa65f900cd2a7a137291b14e205f741267037aff1a40630a3481ff48cf154bceb72e11f6ca654b1 SHA512 176719e5a276e000b838bc6e3cf053d876a2397d17b2ed26c2e3e6932c186adf9a2a17e19dab8e14b955449c69c49627866ba3d8b3aacf1806d029e25b3ff02c | ||
MISC metadata.xml 402 BLAKE2B 40003f5368ea500b600abde3b549b485a009e7a5c0a188aaa3541d43efbf2d362dabe42afe2a5313d4a8f04288b1d213a7b55f76664309aeb096136a1c545e22 SHA512 2b2889c041850451f2ddd0fff3b7cef6f9376e99f670957a4a91f7ebaffdcc61f2f21dd3fe1ccdf82bb64fc4f3171281eb396e9ca8722c3ed76da3257e5e25d7 |
This file contains 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,23 @@ | ||
# Copyright 1999-2024 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
PYTHON_COMPAT=( python3_{11..13} ) | ||
DISTUTILS_USE_PEP517=setuptools | ||
inherit distutils-r1 pypi | ||
|
||
DESCRIPTION="AWS IoT SDK based on the AWS Common Runtime" | ||
HOMEPAGE="https://github.com/aws/aws-iot-device-sdk-python-v2 https://pypi.org/project/awsiotsdk/" | ||
|
||
LICENSE="Apache-2.0" | ||
SLOT="0" | ||
KEYWORDS="amd64 arm arm64 x86" | ||
IUSE="test" | ||
RESTRICT="!test? ( test )" | ||
|
||
DOCS="README.md" | ||
|
||
RDEPEND="~dev-python/awscrt-0.21.1[${PYTHON_USEDEP}]" | ||
|
||
distutils_enable_tests pytest |
This file contains 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,12 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> | ||
<pkgmetadata> | ||
<maintainer type="project"> | ||
<email>[email protected]</email> | ||
<name>Andreas Billmeier</name> | ||
</maintainer> | ||
<upstream> | ||
<remote-id type="pypi">awsiotsdk</remote-id> | ||
<remote-id type="github">aws/aws-iot-device-sdk-python-v2</remote-id> | ||
</upstream> | ||
</pkgmetadata> |