dev-python/weheat: add 2024.11.26
Closes: #4310 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
@@ -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 2377 Ebuilds in total, 2363 of them have in total 2407 (43 different) licenses assigned.
|
||||
There are 2378 Ebuilds in total, 2364 of them have in total 2408 (43 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1352|
|
||||
|MIT|1353|
|
||||
|Apache-2.0|557|
|
||||
|GPL-3|149|
|
||||
|BSD|127|
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
DIST weheat-2024.11.26.tar.gz 42053 BLAKE2B eafcda14f54396247e4e3306362fe76cd5e41a5f51ae6b2e02ed3d1c56df7836d6fbab97d620a751146168afb337ac3e8a865da83e40827557f643f7d80c14a3 SHA512 eb3a393b00ebe09dcd7fb058ddd96ff8b96795b0a0cb0da59c332294992116a7b19f75fcc1c16474e4011253c44222fb5498fdbafcce89fa47636e7d9a600a32
|
||||
DIST weheat-2024.9.23.tar.gz 41472 BLAKE2B e9251ce5a4660b8f1a5f89499aaf4070b3e99cf1dcd8a1f23dd35f0d5775db4b87bdb3154a4dacc65d982ea31958fc59017ff08dc53990b6e421e1086fcec84e SHA512 f3b185ec2013113b99afabf9610d9128052249141a12c3bcacaa97a58b4945e91a0e90dcd05848638a8258772417beb5e0a548bb6b2b945d767dad6854807d56
|
||||
EBUILD weheat-2024.11.26.ebuild 675 BLAKE2B 667c6d3747c959dd724aa4fd730e3a1db216a7e47681079cf8e44c460087a6c1051a52f667a36dd6236bb4b09df204ca9d617d48769dd424b7909a36f47947e6 SHA512 3733c97eee21c5faf9aba8ff3b21bfdde9d81d51ea985b6744c9c448956e0d8b122dc1d6a63d1c2632991bd03e947879e4a1aa9725c1628b103c3508c4130ef7
|
||||
EBUILD weheat-2024.9.23.ebuild 675 BLAKE2B 667c6d3747c959dd724aa4fd730e3a1db216a7e47681079cf8e44c460087a6c1051a52f667a36dd6236bb4b09df204ca9d617d48769dd424b7909a36f47947e6 SHA512 3733c97eee21c5faf9aba8ff3b21bfdde9d81d51ea985b6744c9c448956e0d8b122dc1d6a63d1c2632991bd03e947879e4a1aa9725c1628b103c3508c4130ef7
|
||||
MISC metadata.xml 532 BLAKE2B 51ec61e2e7ccb8bb39d6112ad1f539645f6e01508faabd784e2f557b43a544e2cfef90f5313b62d1f11d1535923d26e4e9ea3dd170a1f4781b9cc612dd1d6155 SHA512 42895574fccc9dc8bd6c062931c7299b6aee80666c224d529bc56b2b70814ec537c4a850b9ee11d022459cab934f5295fcbabc78cb690f68d9b10bbe58f3a991
|
||||
|
||||
26
dev-python/weheat/weheat-2024.11.26.ebuild
Normal file
26
dev-python/weheat/weheat-2024.11.26.ebuild
Normal 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
|
||||
Reference in New Issue
Block a user