dev-python/pybalboa: drop olds, change SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-12 21:15:13 +02:00 committed by Andreas Billmeier
parent b1d21934be
commit 7cf882c7c3
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 2 additions and 67 deletions

View File

@ -1,7 +1,3 @@
DIST pybalboa-0.13.tar.gz 12689 BLAKE2B 79be72ba31050382cdf2ecfc4b649aebf5e6f0c376150062e96355ded0358dc6c571a50a160ff419ae0224b98863e3a17c2514389bafa6f325ee79171fb0d541 SHA512 4793ec6d4071b8479f39b4a568987722d877352e978b5eecd4b13ecca3c151890245928975696699aa070b61e02d81e42a6cb6e2fafd696a530820669e118a47
DIST pybalboa-1.0.0.tar.gz 17464 BLAKE2B 5a2da5eddbf26a53c527da77bb6f332de1cd1044c25b6f5d84d92c44c1bc8709db46ca729429786eaa58ad0318d70f9e8fd533dccc4074b0c0134b2a22d64b87 SHA512 bc9fc1c096032f0eeebd2257b7ad6456a6f018795863911facb3a32ec9cc712260e5cd30e9947a9b87b72cf42087402f0b874162763f91f553a0f615c250f785
DIST pybalboa-1.0.1.tar.gz 17451 BLAKE2B c725fc640995457e2ea590434d15138011ed4682c79f5114afdc8079e274ce381e9d1a6db1388a4ddcbca80f7b52ccc174c23e7d7d53bed9ff0509419e034ec0 SHA512 9a739e563f82e6e83ab7f789c7bc996325d07000ef0dec3151d07b0762cb620d9ad973f4b87f9049aed57ed9557cf50777f437af4902cc4ce365273dd03a1830
EBUILD pybalboa-0.13.ebuild 666 BLAKE2B 36fd3480df3011149dc8a9d084a09a95da1fa2f599d29bdc3cac20a26dcda28b8806b970040a4d2fe3df09f5e62679eec38aabe92528ca1c3570c7a53a3535dc SHA512 2e6687632efd37e35f87e063b0759b65804dd4e4ccb1ee69293f3eb13abe95a6b3ef0daf1a550b978bea10af4a2de54510dc68729f639562fe2b57d6ce9c4c25
EBUILD pybalboa-1.0.0.ebuild 605 BLAKE2B 3f1a2cac6aae9402cfac308e2510b0880c3a4b873e8f09b9dc40a6d6eaddcbdfdb6e373ba8247f3f950a72fe2bbf8fe20fe695172042dc42296152e813b9c848 SHA512 e46be252f9967713887bb3b484b2e660a29381be8ea3e513c1e35cd3b754381d46c3f03e3021aed713e0624aae4fc0071791e7aad436d5a06eeba602a036ba75
EBUILD pybalboa-1.0.1.ebuild 652 BLAKE2B 53b0ceb86d5cc053dfbbfb6c2d6a6d06a430c56427fcc638e66a3d0d8e86c131bce2349e8bb2da8ed8e61b924ae0986cc56c91ce77b17bf8039f4283f80d8dab SHA512 d7cd2e88c66755d5f43c500658527b00b49c1eea0ed1196b54447bdc424ef884f5ca1136cfb2be8d5f5ffa0e3e7465d86e5186fdf72d98eb7ef26f11423c4f23
EBUILD pybalboa-1.0.1.ebuild 653 BLAKE2B bf493d6ab847976377d64bbb426e2a851cabc6123dc4df9f5a6bb1303856ea031d908599fc4135fd2f33f86ea96d5db65d1a9b20b5a8aff94550b2c23cccd766 SHA512 c99944dbedd49ec4c979b014f8907299d161f93ff97817206dd22cd3753ff9d561ba38943ab6fe039db3da20403ef86bedf12895660953b15d2a9c0e36a5f960
MISC metadata.xml 516 BLAKE2B 10696ca0458532f8a1dbe17ce6a8edf7ecd153c67def5b750e804ff2d9f7b1f3173f171fd63384881d922d84e995ee3c713876ee56568c1f8298d7a108747563 SHA512 9a81ca4cb0b0a8afd79098d65a7a59acf8721fb8cfd3e78aaeb62010ab46d70188fafa8e7b07db46f188967d7647b8053ba6439cade1a25070ee3418e4735074

View File

@ -1,32 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="Module to communicate with a Balboa spa wifi adapter"
HOMEPAGE="https://github.com/garbled1/pybalboa https://pypi.org/project/pybalboa/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -1,29 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="Module to communicate with a Balboa spa wifi adapter"
HOMEPAGE="https://github.com/garbled1/pybalboa https://pypi.org/project/pybalboa/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi