dev-python/weheat: new package, add 2024.9.23

Closes: #3931
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-10-25 23:28:26 +02:00
parent 0cfe92e62b
commit 4361ce7935
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 47 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 2082 Ebuilds in total, 2071 of them have in total 2098 (42 different) licenses assigned.
There are 2083 Ebuilds in total, 2072 of them have in total 2099 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1202|
|MIT|1203|
|Apache-2.0|470|
|GPL-3|127|
|BSD|111|

View File

@ -0,0 +1,3 @@
DIST weheat-2024.9.23.tar.gz 41472 BLAKE2B e9251ce5a4660b8f1a5f89499aaf4070b3e99cf1dcd8a1f23dd35f0d5775db4b87bdb3154a4dacc65d982ea31958fc59017ff08dc53990b6e421e1086fcec84e SHA512 f3b185ec2013113b99afabf9610d9128052249141a12c3bcacaa97a58b4945e91a0e90dcd05848638a8258772417beb5e0a548bb6b2b945d767dad6854807d56
EBUILD weheat-2024.9.23.ebuild 675 BLAKE2B 667c6d3747c959dd724aa4fd730e3a1db216a7e47681079cf8e44c460087a6c1051a52f667a36dd6236bb4b09df204ca9d617d48769dd424b7909a36f47947e6 SHA512 3733c97eee21c5faf9aba8ff3b21bfdde9d81d51ea985b6744c9c448956e0d8b122dc1d6a63d1c2632991bd03e947879e4a1aa9725c1628b103c3508c4130ef7
MISC metadata.xml 532 BLAKE2B 51ec61e2e7ccb8bb39d6112ad1f539645f6e01508faabd784e2f557b43a544e2cfef90f5313b62d1f11d1535923d26e4e9ea3dd170a1f4781b9cc612dd1d6155 SHA512 42895574fccc9dc8bd6c062931c7299b6aee80666c224d529bc56b2b70814ec537c4a850b9ee11d022459cab934f5295fcbabc78cb690f68d9b10bbe58f3a991

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">weheat</remote-id>
<remote-id type="github">wefabricate/wh-python</remote-id>
<maintainer status="unknown">
<email>jesper.raemaekers@wefabricate.com</email>
<name>Jesper Raemaekers</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,26 @@
# 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="Weheat Backend client"
HOMEPAGE="https://github.com/wefabricate/wh-python https://pypi.org/project/weheat/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/urllib3-1.25.3[${PYTHON_USEDEP}]
>=dev-python/python-dateutil-2.8.2[${PYTHON_USEDEP}]
>=dev-python/pydantic-1.10.5[${PYTHON_USEDEP}]
>=dev-python/aenum-3.1.11[${PYTHON_USEDEP}]"
distutils_enable_tests pytest