dev-python/iottycloud: new package, add 0.2.1
Closes: #3867 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
24c418162d
commit
6c8fc7e171
@ -606,7 +606,7 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
|
||||
|
||||
## Licenses
|
||||
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
|
||||
There are 2095 Ebuilds in total, 2084 of them have in total 2111 (42 different) licenses assigned.
|
||||
There are 2096 Ebuilds in total, 2085 of them have in total 2112 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
@ -624,10 +624,10 @@ There are 2095 Ebuilds in total, 2084 of them have in total 2111 (42 different)
|
||||
|PSF-2|10|
|
||||
|ISC|6|
|
||||
|MPL-2.0|6|
|
||||
|AGPL-3|4|
|
||||
|EPL-1.0|4|
|
||||
|ZPL|3|
|
||||
|LGPL-2.1+|3|
|
||||
|AGPL-3|3|
|
||||
|CC0-1.0|3|
|
||||
|AGPL-3+|2|
|
||||
|LGPL-2+|2|
|
||||
|
3
dev-python/iottycloud/Manifest
Normal file
3
dev-python/iottycloud/Manifest
Normal 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
|
21
dev-python/iottycloud/iottycloud-0.2.1.ebuild
Normal file
21
dev-python/iottycloud/iottycloud-0.2.1.ebuild
Normal file
@ -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
dev-python/iottycloud/metadata.xml
Normal file
16
dev-python/iottycloud/metadata.xml
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user