dev-python/iottycloud: new package, add 0.2.1

Closes: #3867
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2024-10-26 00:17:57 +02:00
parent 24c418162d
commit 6c8fc7e171
4 changed files with 42 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
DIST iottycloud-0.2.1.tar.gz 15855 BLAKE2B 9bd2b5268ad221f0f12c89b75be704e0cb4b93a66af071c64c99cc5aa99f463730f4deb78a1d1df1c22f3ca20f724397893f2f1f722f55c6426cd31f81bfa36c SHA512 46faec60f4f933f4a363c42f29a4057748d15422573ac45cf801a5d7009a011a67775e7efebc33c841e83932d5a1eea31b354faecee6da8ad34bcd6d3e75ac34
EBUILD iottycloud-0.2.1.ebuild 502 BLAKE2B 9152431cc7df8dfda7893f5768daad79266aade91e2abd38bec095ae5e3582bd0b52a7fb366dc4901f09367b01b469436dd5764fceeb838ece76c40b97ad8a52 SHA512 ee897f626102990200522c6c349beaf7e5098934161ee4a196fd20f8fb43a2889c2b903e3eda8e72a62b65af796f75d8ed07035fd239142ead6fee649f02f73a
MISC metadata.xml 517 BLAKE2B b71bc7f70d3d3379ddb590793c5f0309e63d4a36f8f3440f41de6103cf77ee96ce8a579b428e2ced18415631930e96d7f2e61fad97c980669da0e8bcae8cf270 SHA512 51e37c06c8cf7d84fc269136cddcc4916563d966b02eb90ad3b9249736dc61d06ec313eec8e1f756d2a05c965122845aa33d50aff6c33d1cf50d211921c61258
@@ -0,0 +1,21 @@
# 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=hatchling
inherit distutils-r1 pypi
DESCRIPTION="A Python library to interact with iotty CloudApi"
HOMEPAGE=" https://github.com/pburgio/iottycloud https://pypi.org/project/iottycloud/"
LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
distutils_enable_tests pytest
+16
View File
@@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">iottycloud</remote-id>
<remote-id type="github">pburgio/iottycloud</remote-id>
<maintainer status="unknown">
<email>paolo.burgio@gmail.com</email>
<name>Paolo Burgio</name>
</maintainer>
</upstream>
</pkgmetadata>