diff --git a/README.md b/README.md index b2fdbf956..bcbfddeb8 100644 --- a/README.md +++ b/README.md @@ -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| diff --git a/dev-python/weheat/Manifest b/dev-python/weheat/Manifest new file mode 100644 index 000000000..152cc3784 --- /dev/null +++ b/dev-python/weheat/Manifest @@ -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 diff --git a/dev-python/weheat/metadata.xml b/dev-python/weheat/metadata.xml new file mode 100644 index 000000000..a4b47648a --- /dev/null +++ b/dev-python/weheat/metadata.xml @@ -0,0 +1,16 @@ + + + + + b@edevau.net + Andreas Billmeier + + + weheat + wefabricate/wh-python + + jesper.raemaekers@wefabricate.com + Jesper Raemaekers + + + diff --git a/dev-python/weheat/weheat-2024.9.23.ebuild b/dev-python/weheat/weheat-2024.9.23.ebuild new file mode 100644 index 000000000..170982303 --- /dev/null +++ b/dev-python/weheat/weheat-2024.9.23.ebuild @@ -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