dev-python/pywemo: drop 1.3.0
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
86aaa3c5ef
commit
19f7e5ba5f
@ -1,5 +1,3 @@
|
||||
DIST pywemo-1.3.0.tar.gz 89004 BLAKE2B 0b296475f813677a369eca4b9cacb7a4956da2314a6a19810de54e3b3d69c18fd928114d8e1c9fc6b28c46f46e3ab4cccdd22a53f014725d25c4015b4fafb6a6 SHA512 bec262a6c20ac6f6b7fcc444241f42ff84948103d1fe8911aa67b88c34eabb7ccf59e08cc6e956a1722e4c7cd23a672251a8f2fa83c420a12e386a92583e9ab4
|
||||
DIST pywemo-1.4.0.tar.gz 89014 BLAKE2B 3a0580f1f3ef1e8f40b878774d770ce2246572bc0068aead5601a3be1077e75030ba24eeb503239085463386177752f269de5cbb4c3d9edd97d9ca12aa1e590d SHA512 2fce753a7828cce6326950075ddc5449e7f01c2def5880b3a025f94df55829574fb2c750465226c8b2e77a7d5907aef16802c2c38cb097af19c3be120954e4b7
|
||||
EBUILD pywemo-1.3.0.ebuild 798 BLAKE2B ab0f8a59fab00849a34f7cdd2560662afc3f0765835706b41e830dc8b4aa5ef40b094b22f21a5106414ab5a67cbb8329e56ba4a9154ba2794241a1ae4466723d SHA512 4c542d2d76ef78aa1f163d13f265052e1f1436687a30aadacde151e2ee96bbdc13fbb81aa62fe6a80fcc23b0c6442befcf44e4b603a13f5d349b24522b676442
|
||||
EBUILD pywemo-1.4.0.ebuild 696 BLAKE2B 18876701635e5a2c5a8849c41241944a1c5523c15b662da3011979ac3c57a0951898908c14d7a59fc897930c507d3e1786a9f9f380a47c85c204f55221675909 SHA512 da448b7fa14238e5ab5ff8d093874159b4337aa439bf210b3c42fb231312b5d1c34472cbc187ee7312e6c6ca20cff4703c0a229b4f0c3fe9204fce42d236b0eb
|
||||
MISC metadata.xml 503 BLAKE2B 79e64fc3c1c8c2141adb9991ade458c7188bde9fe7114280ab715bed909d5eb1a8f10d6dbde822c74b07e8a0d788036486bdef3ee01e3a2c4883b07980218d40 SHA512 1487a15dbc92a75a53479f3fc5b1b07be70c4c29294774f5f192d4245d9b5e342d953be0b7ffe473ba5632b4f24b4306958e42b51f57ad8557d98a562867604b
|
||||
|
@ -1,34 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Lightweight Python module to discover and control WeMo devices"
|
||||
HOMEPAGE="https://github.com/pywemo/pywemo https://pypi.org/project/pywemo/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
RDEPEND=">=dev-python/ifaddr-0.1.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/urllib3-1.26[${PYTHON_USEDEP}]
|
||||
>=dev-python/lxml-4.6[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user