dev-python/millheater: drop olds

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-12 18:08:34 +02:00
parent 2f1491bd55
commit 771b64fb68
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 3 additions and 72 deletions

View File

@ -1,7 +1,3 @@
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
EBUILD millheater-0.11.8.ebuild 693 BLAKE2B 14e4460305bf2b7ea97acd03207abbd8397237450891e492803fa42358e78b8151126d603a6e7154217e33f580123ef43e97309935fe974fc5a74041cd855669 SHA512 5ff12b4a82c4ee326fb6aaade4dd65ec6a88e95fce26298d596838766030b5f21c819724c0e14335d2d51dc6c5b19377fcd3500b26910078e4bc9783ec3ca83e
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="README.md"
RDEPEND=">=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/async-timeout[${PYTHON_USEDEP}]' python3_10)
dev-python/cryptography[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -1,32 +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="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}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi