dev-python/millheater: add 0.11.8

Closes: #2623
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-04 11:55:55 +01:00
parent 23e809d991
commit 1106b8e549
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 32 additions and 2 deletions

View File

@ -612,11 +612,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 1606 Ebuilds in total, 1595 of them have in total 1610 (42 different) licenses assigned.
There are 1607 Ebuilds in total, 1596 of them have in total 1611 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|922|
|MIT|923|
|Apache-2.0|343|
|GPL-3|102|
|BSD|88|

View File

@ -1,5 +1,7 @@
DIST millheater-0.11.6.tar.gz 6491 BLAKE2B d65669ea45f319eb163fcb6851307131ef1e2090ce2568776ee66d77064f11cbe76fc268ab0463a28d7f3626dc46665037dc0952912cb15f97955923cc24a85d SHA512 d1d09bd42ee3bbad087cfb14bf82e03214e23aa46229b11ca2aa602410208f0266f3d4f1dc8ea1670b2d04560d74d20daed5ae7e333a9004f48ac57bd93f3fd1
DIST millheater-0.11.7.tar.gz 6541 BLAKE2B 1b131924dad354883c892018db0c096e27ff3bb0f173e51d3983cbddc4dfb3ebef161e70483746dcc0567c687121c7597bbed62557e2011553da818e88c2e6c4 SHA512 544edb3ca4aed836f2a23304b63ffe9e687c547ef055d816d354af756f51f27d61e0a30a0cef71c8d02d110e8b4eb94272d7e57954629a5c0d30193894b867b2
DIST millheater-0.11.8.tar.gz 6581 BLAKE2B f4f8b6a77b911a6d3ba80e69863a9a30d7c514cb94a9e740104c3aea892be249252e481eea4ad11d27fe9041979fc9adff0c7d533c1e981d23479ae986333015 SHA512 706306587cbe908df91035de62b0dd4c554fc290f1370565411be25748e4e7d431785a5fcde77910e2b8c9d0477f79087fc862f3e3dec0284b2dcdd79fcc7048
EBUILD millheater-0.11.6.ebuild 777 BLAKE2B c8e299e775de12d37fc13e2d0260bce159fefa4fe30a94f5d8296e854e5ff21a0d77612f2e20fbb5529a0b80bbae4bde98b2882265bb10c1315c25eb5e733926 SHA512 e616c70ed936a674f207513ff29222ced7b3c11796d66608df6944970b03b84810bd1c3d6d2b75e9c58831dc683b524ef880fa7ea4275d45919b994cf4434ff4
EBUILD millheater-0.11.7.ebuild 734 BLAKE2B 9e2c5edac772223243610a457e70e94d49fdbc87f38e2f9e87a635fe284d9b59ad54d98d5c99670746d9f00597bac2ab97aa9529d17620736d05e4ab74e8b2ee SHA512 caf7759bf794ba36c1978733e96e16b187b332613f653b58fc3261052cf2711068ddad9e581a29f2b7313322e85853b5b7911acf841576fd1a0d58add7dc79bf
EBUILD millheater-0.11.8.ebuild 693 BLAKE2B d378e16f6f19c9c15c256a56ef4b5ae4ff33a0e5ff303854530660b5a648dcd60cbcc670d5c8abe69c774c2915f47da24291070e20e46a6dec2e3b9324050d56 SHA512 a24647e94eceddf077721691787abce87e1642d8c60f3f527d163b5bc7b391cb16e1d13da9a56be1bb8182ce2e97fdb2f1fe2e724664755568a5453a75f7b85b
MISC metadata.xml 522 BLAKE2B c91ae298e464ceadc366e0c774fe6138fb1d295617da492fa412e1e46668aa55b829613c98bbe86a2f7deaa6ad18544092ae245d466ce93497b7031ee2c7f693 SHA512 48e539734d63a1be257fc50253ff23735f705ed5552de7dff822d35fbbe4281ee5721ebf081fc8c075c06e7bb60415ebb26100732217d33e656993f868e2d6aa

View File

@ -0,0 +1,28 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="A python3 library to communicate with Mill"
HOMEPAGE="https://github.com/Danielhiversen/pymill https://pypi.org/project/millheater/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/async-timeout[${PYTHON_USEDEP}]' python3_10)"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest