dev-python/sensoterra: new package, add 2.0.1

Closes: #3908
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-10-25 23:32:13 +02:00
parent 4361ce7935
commit 001622b42f
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 44 additions and 2 deletions

View File

@ -606,11 +606,11 @@ 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 2083 Ebuilds in total, 2072 of them have in total 2099 (42 different) licenses assigned.
There are 2085 Ebuilds in total, 2074 of them have in total 2101 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1203|
|MIT|1205|
|Apache-2.0|470|
|GPL-3|127|
|BSD|111|

View File

@ -0,0 +1,3 @@
DIST sensoterra-2.0.1.tar.gz 7083 BLAKE2B 3b8b352c0e66b1816b0ed964c4b4492da18abb294bcdd3de3642c0bc56e368d5ba2068137585ec276611dae5f05275a9ddecdcc17ce834a18100a7ef4b4d286c SHA512 76a949dd29d317c4aa2265c911e0880231ce15cc57a6a20bc5e84c06e2ef7661f0f4c6a6517d33e1e3d62b76868eabd776848374763e48228aaa400d2b4adb0c
EBUILD sensoterra-2.0.1.ebuild 552 BLAKE2B 045d5bc9b19215c3d795f857963a82e09294f1ae7b40ccf70e641abb4304896705aa78cd9fdf09fb215cf0b7aebb13b7ba5ab1843653019e3defab2ca4733a48 SHA512 aa22d8da00e7733d95a830b51c533298e73ff4de9c0c3dc862042d85a15dd3bcee60366b53b2e0629a9d733b1cca39ed030382bd0526f1623b19b68ece6037f1
MISC metadata.xml 522 BLAKE2B 5fb80c5370b2cc170e1907094730f47f688001571fd3fcbd647595d3e7e30379019c6e896206a3088822cb18ef456cbe929aab9d48dd227bd69a24a12e1ef01e SHA512 7a6db4edceb65e671b9673d1e89fc846cb71732c15f8a6833d24b6c50eed3c1ef057d5a21e4895a43df88fe5de3126c2e7f1e4a87d6c6da730271a5d4220a229

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">sensoterra</remote-id>
<remote-id type="gitlab">sensoterra/public/python</remote-id>
<maintainer status="unknown">
<email>mark.ruys@sensoterra.com</email>
<name>Mark Ruys</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -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="Query Sensoterra probes using the Customer API"
HOMEPAGE="https://gitlab.com/sensoterra/public/python https://pypi.org/project/sensoterra/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
distutils_enable_tests pytest