Skip to content

Commit 1106b8e

Browse files
committed
dev-python/millheater: add 0.11.8
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/2623 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 23e809d commit 1106b8e

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,11 +612,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
612612

613613
## Licenses
614614
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.
615-
There are 1606 Ebuilds in total, 1595 of them have in total 1610 (42 different) licenses assigned.
615+
There are 1607 Ebuilds in total, 1596 of them have in total 1611 (42 different) licenses assigned.
616616

617617
|License| Ebuilds using it|
618618
|-------|-----|
619-
|MIT|922|
619+
|MIT|923|
620620
|Apache-2.0|343|
621621
|GPL-3|102|
622622
|BSD|88|

dev-python/millheater/Manifest

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
DIST millheater-0.11.6.tar.gz 6491 BLAKE2B d65669ea45f319eb163fcb6851307131ef1e2090ce2568776ee66d77064f11cbe76fc268ab0463a28d7f3626dc46665037dc0952912cb15f97955923cc24a85d SHA512 d1d09bd42ee3bbad087cfb14bf82e03214e23aa46229b11ca2aa602410208f0266f3d4f1dc8ea1670b2d04560d74d20daed5ae7e333a9004f48ac57bd93f3fd1
22
DIST millheater-0.11.7.tar.gz 6541 BLAKE2B 1b131924dad354883c892018db0c096e27ff3bb0f173e51d3983cbddc4dfb3ebef161e70483746dcc0567c687121c7597bbed62557e2011553da818e88c2e6c4 SHA512 544edb3ca4aed836f2a23304b63ffe9e687c547ef055d816d354af756f51f27d61e0a30a0cef71c8d02d110e8b4eb94272d7e57954629a5c0d30193894b867b2
3+
DIST millheater-0.11.8.tar.gz 6581 BLAKE2B f4f8b6a77b911a6d3ba80e69863a9a30d7c514cb94a9e740104c3aea892be249252e481eea4ad11d27fe9041979fc9adff0c7d533c1e981d23479ae986333015 SHA512 706306587cbe908df91035de62b0dd4c554fc290f1370565411be25748e4e7d431785a5fcde77910e2b8c9d0477f79087fc862f3e3dec0284b2dcdd79fcc7048
34
EBUILD millheater-0.11.6.ebuild 777 BLAKE2B c8e299e775de12d37fc13e2d0260bce159fefa4fe30a94f5d8296e854e5ff21a0d77612f2e20fbb5529a0b80bbae4bde98b2882265bb10c1315c25eb5e733926 SHA512 e616c70ed936a674f207513ff29222ced7b3c11796d66608df6944970b03b84810bd1c3d6d2b75e9c58831dc683b524ef880fa7ea4275d45919b994cf4434ff4
45
EBUILD millheater-0.11.7.ebuild 734 BLAKE2B 9e2c5edac772223243610a457e70e94d49fdbc87f38e2f9e87a635fe284d9b59ad54d98d5c99670746d9f00597bac2ab97aa9529d17620736d05e4ab74e8b2ee SHA512 caf7759bf794ba36c1978733e96e16b187b332613f653b58fc3261052cf2711068ddad9e581a29f2b7313322e85853b5b7911acf841576fd1a0d58add7dc79bf
6+
EBUILD millheater-0.11.8.ebuild 693 BLAKE2B d378e16f6f19c9c15c256a56ef4b5ae4ff33a0e5ff303854530660b5a648dcd60cbcc670d5c8abe69c774c2915f47da24291070e20e46a6dec2e3b9324050d56 SHA512 a24647e94eceddf077721691787abce87e1642d8c60f3f527d163b5bc7b391cb16e1d13da9a56be1bb8182ce2e97fdb2f1fe2e724664755568a5453a75f7b85b
57
MISC metadata.xml 522 BLAKE2B c91ae298e464ceadc366e0c774fe6138fb1d295617da492fa412e1e46668aa55b829613c98bbe86a2f7deaa6ad18544092ae245d466ce93497b7031ee2c7f693 SHA512 48e539734d63a1be257fc50253ff23735f705ed5552de7dff822d35fbbe4281ee5721ebf081fc8c075c06e7bb60415ebb26100732217d33e656993f868e2d6aa
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Copyright 1999-2023 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{10..12} )
7+
DISTUTILS_USE_PEP517=setuptools
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="A python3 library to communicate with Mill"
11+
HOMEPAGE="https://github.com/Danielhiversen/pymill https://pypi.org/project/millheater/"
12+
13+
LICENSE="MIT"
14+
SLOT="0"
15+
KEYWORDS="amd64 arm arm64 x86"
16+
IUSE="test"
17+
RESTRICT="!test? ( test )"
18+
19+
DOCS="README.md"
20+
21+
RDEPEND=">=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}]
22+
$(python_gen_cond_dep 'dev-python/async-timeout[${PYTHON_USEDEP}]' python3_10)"
23+
BDEPEND="
24+
test? (
25+
dev-python/pytest[${PYTHON_USEDEP}]
26+
)"
27+
28+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)