dev-python/sanix: new package, add 1.0.6

Closes: #3333
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-05-13 00:58:29 +02:00
parent b808e70e10
commit 76558191b5
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 44 additions and 2 deletions

View File

@ -617,11 +617,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 1820 Ebuilds in total, 1809 of them have in total 1828 (42 different) licenses assigned.
There are 1821 Ebuilds in total, 1810 of them have in total 1829 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1045|
|MIT|1046|
|Apache-2.0|396|
|GPL-3|110|
|BSD|106|

View File

@ -0,0 +1,3 @@
DIST sanix-1.0.6.tar.gz 3185 BLAKE2B d9bfdff43980efc409fd6537b6b58936f3298e1b5ff109ced02561be7f3422f3787664aa36c7c0c97e1c0b1cdb1c62ac987a11ca580d2dc572b85a4d3f19fd81 SHA512 256b9fde1d3d4dd90c18fae7d05caa2af8fc7dc0f4c78e9854df997611dd0241ae6f50f93e38693a72876299b864a663c1cf4b7a7ac50f30afd13167dee313ba
EBUILD sanix-1.0.6.ebuild 565 BLAKE2B 1a6198f61e9e9972ebafa8332d0a749bc4dd1e60a98e455de7120909ffab487e50f68925b31ae9cdeb5205673c47507c34f57f989ec2171a756cac79b1129c44 SHA512 41171108e85d22010bfdeecb58e92036961cb81827c51564c6d20ce89d1ede931241af74789aa9ff08faf69a00d085458600123a4a2fcd87788de2e91a779fbe
MISC metadata.xml 527 BLAKE2B 065608ea17a9d9172c6758e14c45692da602e119090ac747679a2c68abee803b87e3be5e417ca14d6b060f0b6fe40e06365fb69addcbcec99b8023d10c84b3cf SHA512 9bf9ae276b92957b21e12c9262b1f8bda0c7a17f2d6ddaf192d5d92189ceef7a38583a87bf9529e2d5c083ca9eb832ef7cb6e6461a10753a5a183b859df79be4

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">sanix</remote-id>
<remote-id type="github">tomaszsluszniak/sanix_py</remote-id>
<maintainer status="unknown">
<email>tomasz.sluszniak@gmail.com</email>
<name>Tomasz Słuszniak</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="Python wrapper for getting measurements data from Sanix devices."
HOMEPAGE="https://github.com/tomaszsluszniak/sanix_py https://pypi.org/project/sanix/"
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