dev-python/pybotvac: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-07-12 20:05:27 +02:00
committed by Andreas Billmeier
parent 54c45bf59c
commit c367ebb2cb
2 changed files with 5 additions and 11 deletions

View File

@@ -1,3 +1,3 @@
DIST pybotvac-0.0.23.tar.gz 14649 BLAKE2B 973479b47a3857580f65308d71d4e4cdfb831a339a4f0153ac9d149e927818260454ef8696645ddf99646c063c92c1d53f915e5a313fba6d47a5a9d36abcf856 SHA512 09ac1024c9c6fc7c132f4949a086620419c29373f5ac4f1f941d4b82ad4fb13df76338c59bee17f1718842161662afd936baa91a1464b93f84ef2d1f4e323103
EBUILD pybotvac-0.0.23.ebuild 812 BLAKE2B ccc7ce35782db5b16c604aadc1b9ee045b8d1e3681a1adf9a845799869f0312fa810639e1abb3661cd41419758243ffc0b840d959639bde9f6b4cb17bb93a68a SHA512 2196ea49978c083a4acf6286e2e34dd9e36fe02d768c8fafd5d55984aaf93e93d534e4437d48dedb13ac4047ca6b56c1152aac6376eaa825eb5b36c1b5f66564
EBUILD pybotvac-0.0.23.ebuild 716 BLAKE2B f96e8e77f2c582018ec3da5a686b1f3d17f4e4780de13ef28933f7dcccf0d0bb82932c0733684a44bc1595ec9d5f4652b4776e50f4302cc9622d28e064cf7fae SHA512 ae2546bff20fefe52ce95b8201cc70ba50f5400c1da8fd576de23710bf1f13fefe941e31edce2539941dae139f2943d7bc8c25d3f19253a8cf4ea4443c460ef8
MISC metadata.xml 514 BLAKE2B aad2e08dca973b955db172e7182e70f94fadadfa125ef9404b77e8101a231319963247e03a29504eff022b30399f214737f030b39538d9c5c2d494dc0913e08d SHA512 ee9b81c88cdd33567d375d04a633d16aeca7941a79b63150827db44cde5782c72cd55a42049a4f3a8c656504f822e85d45e87383438cddf15dabe9f9ede2b013

View File

@@ -1,15 +1,14 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python package for controlling Neato pybotvac Connected vacuum robot"
HOMEPAGE="https://github.com/stianaske/pybotvac https://pypi.org/project/pybotvac/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@@ -23,13 +22,8 @@ RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/requests-oauthlib[${PYTHON_USEDEP}]
dev-python/voluptuous[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest