dev-python/millheater: drop 0.10.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-12-17 17:33:33 +01:00
committed by Andreas Billmeier
parent 5000642354
commit 23f2748318
3 changed files with 2 additions and 37 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 1673 Ebuilds in total, 1662 of them have in total 1680 (42 different) licenses assigned.
There are 1672 Ebuilds in total, 1661 of them have in total 1679 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|970|
|MIT|969|
|Apache-2.0|349|
|GPL-3|108|
|BSD|92|

View File

@@ -1,7 +1,5 @@
DIST millheater-0.10.0.tar.gz 8336 BLAKE2B 153bafe2a341922db377785131550c86a3a4860e449d1b9219f662b10c0c358609218c8ed6f4610b4bc1d87eeeb6660d4567edf345a2b012c4e8b39e4218c8fd SHA512 413db1df9c8bba8e3a9b7e09ce3af1da9d10ae550c609fb051125e5a08c4164b6f381076c7f8bc411b39bc3bdddd460666717e2e856ddefbcfe1e5f9a28ffe9d
DIST millheater-0.11.6.tar.gz 6491 BLAKE2B d65669ea45f319eb163fcb6851307131ef1e2090ce2568776ee66d77064f11cbe76fc268ab0463a28d7f3626dc46665037dc0952912cb15f97955923cc24a85d SHA512 d1d09bd42ee3bbad087cfb14bf82e03214e23aa46229b11ca2aa602410208f0266f3d4f1dc8ea1670b2d04560d74d20daed5ae7e333a9004f48ac57bd93f3fd1
DIST millheater-0.11.7.tar.gz 6541 BLAKE2B 1b131924dad354883c892018db0c096e27ff3bb0f173e51d3983cbddc4dfb3ebef161e70483746dcc0567c687121c7597bbed62557e2011553da818e88c2e6c4 SHA512 544edb3ca4aed836f2a23304b63ffe9e687c547ef055d816d354af756f51f27d61e0a30a0cef71c8d02d110e8b4eb94272d7e57954629a5c0d30193894b867b2
EBUILD millheater-0.10.0.ebuild 740 BLAKE2B 8600b437e9c6827f7b0a68a7412c3fdc52f95912d9aa38eb62b3995e5dd40b1ff10fbf17de3adb129c5a9abcb71aeabba9c4d53cd5f24c40509c9a50a78fe0e9 SHA512 8f53185011e4c0c5ebf103d40e1fd1cfb8672d35774bf0d5bce50147f57c6840371f6e95b8104b75e2708478a72fc6929698fb1caa7cd57c7a74f93ff41710ed
EBUILD millheater-0.11.6.ebuild 777 BLAKE2B c8e299e775de12d37fc13e2d0260bce159fefa4fe30a94f5d8296e854e5ff21a0d77612f2e20fbb5529a0b80bbae4bde98b2882265bb10c1315c25eb5e733926 SHA512 e616c70ed936a674f207513ff29222ced7b3c11796d66608df6944970b03b84810bd1c3d6d2b75e9c58831dc683b524ef880fa7ea4275d45919b994cf4434ff4
EBUILD millheater-0.11.7.ebuild 734 BLAKE2B 9e2c5edac772223243610a457e70e94d49fdbc87f38e2f9e87a635fe284d9b59ad54d98d5c99670746d9f00597bac2ab97aa9529d17620736d05e4ab74e8b2ee SHA512 caf7759bf794ba36c1978733e96e16b187b332613f653b58fc3261052cf2711068ddad9e581a29f2b7313322e85853b5b7911acf841576fd1a0d58add7dc79bf
MISC metadata.xml 522 BLAKE2B c91ae298e464ceadc366e0c774fe6138fb1d295617da492fa412e1e46668aa55b829613c98bbe86a2f7deaa6ad18544092ae245d466ce93497b7031ee2c7f693 SHA512 48e539734d63a1be257fc50253ff23735f705ed5552de7dff822d35fbbe4281ee5721ebf081fc8c075c06e7bb60415ebb26100732217d33e656993f868e2d6aa

View File

@@ -1,33 +0,0 @@
# 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=""
RDEPEND=">=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}]
>=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
dev-python/cryptography[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest